Uses of Class
org.apache.cassandra.schema.Keyspaces
-
Packages that use Keyspaces Package Description org.apache.cassandra.cql3.statements org.apache.cassandra.cql3.statements.schema org.apache.cassandra.schema -
-
Uses of Keyspaces in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type Keyspaces Modifier and Type Method 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.Element. describe(ClientState state, Keyspaces keyspaces)
protected java.util.stream.Stream<? extends SchemaElement>
DescribeStatement.Listing. describe(ClientState state, Keyspaces keyspaces)
-
Uses of Keyspaces in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema that return Keyspaces Modifier and Type Method 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)
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type Keyspaces Modifier and Type Method 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)
-
Uses of Keyspaces in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Keyspaces Modifier and Type Field Description Keyspaces
Keyspaces.KeyspacesDiff. created
Keyspaces
Keyspaces.KeyspacesDiff. dropped
Methods in org.apache.cassandra.schema that return Keyspaces Modifier and Type Method Description Keyspaces
SchemaTransformation. apply(Keyspaces schema)
Apply a statement transformation to a schema snapshot.Keyspaces
Keyspaces.Builder. build()
Keyspaces
Schema. distributedKeyspaces()
static Keyspaces
SchemaKeyspace. fetchNonSystemKeyspaces()
Keyspaces
Keyspaces. filter(java.util.function.Predicate<KeyspaceMetadata> predicate)
Keyspaces
DistributedSchema. getKeyspaces()
Keyspaces
Schema. getLocalKeyspaces()
static Keyspaces
Keyspaces. none()
static Keyspaces
Keyspaces. of(KeyspaceMetadata... keyspaces)
Keyspaces
Keyspaces. withAddedOrReplaced(KeyspaceMetadata keyspace)
Keyspaces
Keyspaces. withAddedOrReplaced(Keyspaces keyspaces)
CallswithAddedOrReplaced(KeyspaceMetadata)
on all the keyspaces of the providedKeyspaces
.Keyspaces
Keyspaces. withAddedOrUpdated(KeyspaceMetadata keyspace)
Keyspaces
Keyspaces. without(java.lang.String name)
Creates a Keyspaces instance with the keyspace with the provided name removedKeyspaces
Keyspaces. without(java.util.Collection<java.lang.String> names)
Methods in org.apache.cassandra.schema with parameters of type Keyspaces Modifier and Type Method Description Keyspaces
SchemaTransformation. apply(Keyspaces schema)
Apply a statement transformation to a schema snapshot.static Keyspaces.KeyspacesDiff
Keyspaces. diff(Keyspaces before, Keyspaces after)
Keyspaces
Keyspaces. withAddedOrReplaced(Keyspaces keyspaces)
CallswithAddedOrReplaced(KeyspaceMetadata)
on all the keyspaces of the providedKeyspaces
.Constructors in org.apache.cassandra.schema with parameters of type Keyspaces Constructor Description DistributedSchema(Keyspaces keyspaces, java.util.UUID version)
Schema(boolean online, Keyspaces localKeyspaces, SchemaUpdateHandler updateHandler)
-