Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.cql3.statements.schema | |
org.apache.cassandra.schema |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.stream.Stream<? extends T> |
DescribeStatement.describe(ClientState state,
Keyspaces keyspaces)
Returns the schema elements that must be part of the output.
|
protected java.util.stream.Stream<? extends SchemaElement> |
DescribeStatement.Listing.describe(ClientState state,
Keyspaces keyspaces) |
protected java.util.stream.Stream<? extends SchemaElement> |
DescribeStatement.Element.describe(ClientState state,
Keyspaces keyspaces) |
Modifier and Type | Method and Description |
---|---|
Keyspaces |
AlterKeyspaceStatement.apply(Keyspaces schema) |
Keyspaces |
AlterTableStatement.apply(Keyspaces schema) |
Keyspaces |
AlterTypeStatement.apply(Keyspaces schema) |
Keyspaces |
AlterViewStatement.apply(Keyspaces schema) |
Keyspaces |
CreateAggregateStatement.apply(Keyspaces schema) |
Keyspaces |
CreateFunctionStatement.apply(Keyspaces schema) |
Keyspaces |
CreateIndexStatement.apply(Keyspaces schema) |
Keyspaces |
CreateKeyspaceStatement.apply(Keyspaces schema) |
Keyspaces |
CreateTableStatement.apply(Keyspaces schema) |
Keyspaces |
CreateTriggerStatement.apply(Keyspaces schema) |
Keyspaces |
CreateTypeStatement.apply(Keyspaces schema) |
Keyspaces |
CreateViewStatement.apply(Keyspaces schema) |
Keyspaces |
DropAggregateStatement.apply(Keyspaces schema) |
Keyspaces |
DropFunctionStatement.apply(Keyspaces schema) |
Keyspaces |
DropIndexStatement.apply(Keyspaces schema) |
Keyspaces |
DropKeyspaceStatement.apply(Keyspaces schema) |
Keyspaces |
DropTableStatement.apply(Keyspaces schema) |
Keyspaces |
DropTriggerStatement.apply(Keyspaces schema) |
Keyspaces |
DropTypeStatement.apply(Keyspaces schema) |
Keyspaces |
DropViewStatement.apply(Keyspaces schema) |
Modifier and Type | Method and Description |
---|---|
Keyspaces |
AlterKeyspaceStatement.apply(Keyspaces schema) |
Keyspaces |
AlterTableStatement.apply(Keyspaces schema) |
Keyspaces |
AlterTypeStatement.apply(Keyspaces schema) |
Keyspaces |
AlterViewStatement.apply(Keyspaces schema) |
Keyspaces |
CreateAggregateStatement.apply(Keyspaces schema) |
Keyspaces |
CreateFunctionStatement.apply(Keyspaces schema) |
Keyspaces |
CreateIndexStatement.apply(Keyspaces schema) |
Keyspaces |
CreateKeyspaceStatement.apply(Keyspaces schema) |
Keyspaces |
CreateTableStatement.apply(Keyspaces schema) |
Keyspaces |
CreateTriggerStatement.apply(Keyspaces schema) |
Keyspaces |
CreateTypeStatement.apply(Keyspaces schema) |
Keyspaces |
CreateViewStatement.apply(Keyspaces schema) |
Keyspaces |
DropAggregateStatement.apply(Keyspaces schema) |
Keyspaces |
DropFunctionStatement.apply(Keyspaces schema) |
Keyspaces |
DropIndexStatement.apply(Keyspaces schema) |
Keyspaces |
DropKeyspaceStatement.apply(Keyspaces schema) |
Keyspaces |
DropTableStatement.apply(Keyspaces schema) |
Keyspaces |
DropTriggerStatement.apply(Keyspaces schema) |
Keyspaces |
DropTypeStatement.apply(Keyspaces schema) |
Keyspaces |
DropViewStatement.apply(Keyspaces schema) |
Modifier and Type | Field and Description |
---|---|
Keyspaces |
Keyspaces.KeyspacesDiff.created |
Keyspaces |
Keyspaces.KeyspacesDiff.dropped |
Modifier and Type | Method and Description |
---|---|
Keyspaces |
SchemaTransformation.apply(Keyspaces schema)
Apply a statement transformation to a schema snapshot.
|
Keyspaces |
Keyspaces.Builder.build() |
Keyspaces |
Keyspaces.filter(java.util.function.Predicate<KeyspaceMetadata> predicate) |
static Keyspaces |
Keyspaces.none() |
static Keyspaces |
Keyspaces.of(KeyspaceMetadata... keyspaces) |
Keyspaces |
Schema.snapshot() |
Keyspaces |
Keyspaces.withAddedOrUpdated(KeyspaceMetadata keyspace) |
Keyspaces |
Keyspaces.without(java.lang.String name)
Creates a Keyspaces instance with the keyspace with the provided name removed
|
Modifier and Type | Method and Description |
---|---|
Pair<Keyspaces,java.util.UUID> |
Schema.getSchemaBlocking()
Returns the current keyspaces metadata and version synchronouly.
|
Modifier and Type | Method and Description |
---|---|
Keyspaces |
SchemaTransformation.apply(Keyspaces schema)
Apply a statement transformation to a schema snapshot.
|
Copyright © 2009- The Apache Software Foundation