Uses of Class
org.apache.cassandra.schema.Keyspaces
Packages that use Keyspaces
Package
Description
-
Uses of Keyspaces in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type KeyspacesModifier and TypeMethodDescriptionDescribeStatement.describe(ClientState state, Keyspaces keyspaces) Returns the schema elements that must be part of the output.protected Stream<? extends SchemaElement>DescribeStatement.Element.describe(ClientState state, Keyspaces keyspaces) protected 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 KeyspacesModifier and TypeMethodDescriptionMethods in org.apache.cassandra.cql3.statements.schema with parameters of type KeyspacesModifier and TypeMethodDescription -
Uses of Keyspaces in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as KeyspacesModifier and TypeFieldDescriptionfinal KeyspacesKeyspaces.KeyspacesDiff.createdfinal KeyspacesKeyspaces.KeyspacesDiff.droppedMethods in org.apache.cassandra.schema that return KeyspacesModifier and TypeMethodDescriptionApply a statement transformation to a schema snapshot.Keyspaces.Builder.build()Schema.distributedKeyspaces()static KeyspacesSchemaKeyspace.fetchNonSystemKeyspaces()Keyspaces.filter(Predicate<KeyspaceMetadata> predicate) DistributedSchema.getKeyspaces()Schema.getLocalKeyspaces()static KeyspacesKeyspaces.none()static KeyspacesKeyspaces.of(KeyspaceMetadata... keyspaces) Keyspaces.withAddedOrReplaced(KeyspaceMetadata keyspace) Keyspaces.withAddedOrReplaced(Keyspaces keyspaces) CallswithAddedOrReplaced(KeyspaceMetadata)on all the keyspaces of the providedKeyspaces.Keyspaces.withAddedOrUpdated(KeyspaceMetadata keyspace) Creates a Keyspaces instance with the keyspace with the provided name removedKeyspaces.without(Collection<String> names) Methods in org.apache.cassandra.schema with parameters of type KeyspacesModifier and TypeMethodDescriptionApply a statement transformation to a schema snapshot.static Keyspaces.KeyspacesDiffKeyspaces.withAddedOrReplaced(Keyspaces keyspaces) CallswithAddedOrReplaced(KeyspaceMetadata)on all the keyspaces of the providedKeyspaces.Constructors in org.apache.cassandra.schema with parameters of type KeyspacesModifierConstructorDescriptionDistributedSchema(Keyspaces keyspaces, UUID version) Schema(boolean online, Keyspaces localKeyspaces, SchemaUpdateHandler updateHandler)