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 DistributedSchemaSchemaTransformation.SchemaTransformationResult. afterDistributedSchemaSchemaTransformation.SchemaTransformationResult. beforestatic DistributedSchemaDistributedSchema. EMPTYMethods in org.apache.cassandra.schema that return DistributedSchema Modifier and Type Method Description DistributedSchemaSchema. 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)
-