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 KeyspacesAlterKeyspaceStatement. apply(Keyspaces schema)KeyspacesAlterTableStatement. apply(Keyspaces schema)KeyspacesAlterTypeStatement. apply(Keyspaces schema)KeyspacesAlterViewStatement. apply(Keyspaces schema)KeyspacesCreateAggregateStatement. apply(Keyspaces schema)KeyspacesCreateFunctionStatement. apply(Keyspaces schema)KeyspacesCreateIndexStatement. apply(Keyspaces schema)KeyspacesCreateKeyspaceStatement. apply(Keyspaces schema)KeyspacesCreateTableStatement. apply(Keyspaces schema)KeyspacesCreateTriggerStatement. apply(Keyspaces schema)KeyspacesCreateTypeStatement. apply(Keyspaces schema)KeyspacesCreateViewStatement. apply(Keyspaces schema)KeyspacesDropAggregateStatement. apply(Keyspaces schema)KeyspacesDropFunctionStatement. apply(Keyspaces schema)KeyspacesDropIndexStatement. apply(Keyspaces schema)KeyspacesDropKeyspaceStatement. apply(Keyspaces schema)KeyspacesDropTableStatement. apply(Keyspaces schema)KeyspacesDropTriggerStatement. apply(Keyspaces schema)KeyspacesDropTypeStatement. apply(Keyspaces schema)KeyspacesDropViewStatement. apply(Keyspaces schema)Methods in org.apache.cassandra.cql3.statements.schema with parameters of type Keyspaces Modifier and Type Method Description KeyspacesAlterKeyspaceStatement. apply(Keyspaces schema)KeyspacesAlterTableStatement. apply(Keyspaces schema)KeyspacesAlterTypeStatement. apply(Keyspaces schema)KeyspacesAlterViewStatement. apply(Keyspaces schema)KeyspacesCreateAggregateStatement. apply(Keyspaces schema)KeyspacesCreateFunctionStatement. apply(Keyspaces schema)KeyspacesCreateIndexStatement. apply(Keyspaces schema)KeyspacesCreateKeyspaceStatement. apply(Keyspaces schema)KeyspacesCreateTableStatement. apply(Keyspaces schema)KeyspacesCreateTriggerStatement. apply(Keyspaces schema)KeyspacesCreateTypeStatement. apply(Keyspaces schema)KeyspacesCreateViewStatement. apply(Keyspaces schema)KeyspacesDropAggregateStatement. apply(Keyspaces schema)KeyspacesDropFunctionStatement. apply(Keyspaces schema)KeyspacesDropIndexStatement. apply(Keyspaces schema)KeyspacesDropKeyspaceStatement. apply(Keyspaces schema)KeyspacesDropTableStatement. apply(Keyspaces schema)KeyspacesDropTriggerStatement. apply(Keyspaces schema)KeyspacesDropTypeStatement. apply(Keyspaces schema)KeyspacesDropViewStatement. 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 KeyspacesKeyspaces.KeyspacesDiff. createdKeyspacesKeyspaces.KeyspacesDiff. droppedMethods in org.apache.cassandra.schema that return Keyspaces Modifier and Type Method Description KeyspacesSchemaTransformation. apply(Keyspaces schema)Apply a statement transformation to a schema snapshot.KeyspacesKeyspaces.Builder. build()KeyspacesSchema. distributedKeyspaces()static KeyspacesSchemaKeyspace. fetchNonSystemKeyspaces()KeyspacesKeyspaces. filter(java.util.function.Predicate<KeyspaceMetadata> predicate)KeyspacesDistributedSchema. getKeyspaces()KeyspacesSchema. getLocalKeyspaces()static KeyspacesKeyspaces. none()static KeyspacesKeyspaces. of(KeyspaceMetadata... keyspaces)KeyspacesKeyspaces. withAddedOrReplaced(KeyspaceMetadata keyspace)KeyspacesKeyspaces. withAddedOrReplaced(Keyspaces keyspaces)CallswithAddedOrReplaced(KeyspaceMetadata)on all the keyspaces of the providedKeyspaces.KeyspacesKeyspaces. withAddedOrUpdated(KeyspaceMetadata keyspace)KeyspacesKeyspaces. without(java.lang.String name)Creates a Keyspaces instance with the keyspace with the provided name removedKeyspacesKeyspaces. without(java.util.Collection<java.lang.String> names)Methods in org.apache.cassandra.schema with parameters of type Keyspaces Modifier and Type Method Description KeyspacesSchemaTransformation. apply(Keyspaces schema)Apply a statement transformation to a schema snapshot.static Keyspaces.KeyspacesDiffKeyspaces. diff(Keyspaces before, Keyspaces after)KeyspacesKeyspaces. 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)
-