Uses of Class
org.apache.cassandra.schema.DistributedSchema
-
Packages that use DistributedSchema Package Description org.apache.cassandra.schema -
-
Uses of DistributedSchema in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as DistributedSchema Modifier and Type Field Description DistributedSchema
SchemaTransformation.SchemaTransformationResult. after
DistributedSchema
SchemaTransformation.SchemaTransformationResult. before
static DistributedSchema
DistributedSchema. EMPTY
Methods in org.apache.cassandra.schema that return DistributedSchema Modifier and Type Method Description DistributedSchema
Schema. getDistributedSchemaBlocking()
Returns the current keyspaces metadata and version synchronouly.Constructors in org.apache.cassandra.schema with parameters of type DistributedSchema Constructor Description SchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff)
-