Package | Description |
---|---|
org.apache.cassandra.schema |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSchemaUpdateHandler |
class |
OfflineSchemaUpdateHandler
Update handler which works only in memory.
|
Modifier and Type | Field and Description |
---|---|
SchemaUpdateHandler |
Schema.updateHandler |
Modifier and Type | Method and Description |
---|---|
SchemaUpdateHandler |
DefaultSchemaUpdateHandlerFactory.getSchemaUpdateHandler(boolean online,
java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateSchemaCallback) |
SchemaUpdateHandler |
SchemaUpdateHandlerFactory.getSchemaUpdateHandler(boolean online,
java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateSchemaCallback)
A factory which provides the appropriate schema update handler.
|
Constructor and Description |
---|
Schema(boolean online,
Keyspaces localKeyspaces,
SchemaUpdateHandler updateHandler) |
Copyright © 2009-2022 The Apache Software Foundation