Keyspaces.Builder |
Keyspaces.Builder.add(KeyspaceMetadata... keyspaces) |
Keyspaces.Builder |
Keyspaces.Builder.add(KeyspaceMetadata keyspace) |
static Mutation.SimpleBuilder |
SchemaKeyspace.dropTypeFromSchemaMutation(KeyspaceMetadata keyspace,
UserType type,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeCreateAggregateMutation(KeyspaceMetadata keyspace,
UDAggregate aggregate,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeCreateFunctionMutation(KeyspaceMetadata keyspace,
UDFunction function,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeCreateKeyspaceMutation(KeyspaceMetadata keyspace,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeCreateTableMutation(KeyspaceMetadata keyspace,
CFMetaData table,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeCreateTypeMutation(KeyspaceMetadata keyspace,
UserType type,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeCreateViewMutation(KeyspaceMetadata keyspace,
ViewDefinition view,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeDropAggregateMutation(KeyspaceMetadata keyspace,
UDAggregate aggregate,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeDropFunctionMutation(KeyspaceMetadata keyspace,
UDFunction function,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeDropKeyspaceMutation(KeyspaceMetadata keyspace,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeDropTableMutation(KeyspaceMetadata keyspace,
CFMetaData table,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeDropViewMutation(KeyspaceMetadata keyspace,
ViewDefinition view,
long timestamp) |
static Mutation.SimpleBuilder |
SchemaKeyspace.makeUpdateTableMutation(KeyspaceMetadata keyspace,
CFMetaData oldTable,
CFMetaData newTable,
long timestamp) |
static Keyspaces |
Keyspaces.of(KeyspaceMetadata... keyspaces) |