Uses of Class
org.apache.cassandra.schema.SchemaTransformation.SchemaTransformationResult
-
Packages that use SchemaTransformation.SchemaTransformationResult Package Description org.apache.cassandra.schema -
-
Uses of SchemaTransformation.SchemaTransformationResult in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return SchemaTransformation.SchemaTransformationResult Modifier and Type Method Description SchemaTransformation.SchemaTransformationResultDefaultSchemaUpdateHandler. apply(SchemaTransformation transformation, boolean local)SchemaTransformation.SchemaTransformationResultOfflineSchemaUpdateHandler. apply(SchemaTransformation transformation, boolean local)SchemaTransformation.SchemaTransformationResultSchemaUpdateHandler. apply(SchemaTransformation transformation, boolean local)Applies schema transformation in the underlying storage and synchronizes with other nodes.SchemaTransformation.SchemaTransformationResultSchema. transform(SchemaTransformation transformation)SchemaTransformation.SchemaTransformationResultSchema. transform(SchemaTransformation transformation, boolean local)Methods in org.apache.cassandra.schema with parameters of type SchemaTransformation.SchemaTransformationResult Modifier and Type Method Description voidSchema. mergeAndUpdateVersion(SchemaTransformation.SchemaTransformationResult result, boolean dropData)Merge remote schema in form of mutations with local and mutate ks/cf metadata objects (which also involves fs operations on add/drop ks/cf)voidSchemaChangeNotifier. notifyPreChanges(SchemaTransformation.SchemaTransformationResult transformationResult)Method parameters in org.apache.cassandra.schema with type arguments of type SchemaTransformation.SchemaTransformationResult Modifier and Type Method Description SchemaUpdateHandlerDefaultSchemaUpdateHandlerFactory. getSchemaUpdateHandler(boolean online, java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateSchemaCallback)SchemaUpdateHandlerSchemaUpdateHandlerFactory. getSchemaUpdateHandler(boolean online, java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateSchemaCallback)A factory which provides the appropriate schema update handler.Constructor parameters in org.apache.cassandra.schema with type arguments of type SchemaTransformation.SchemaTransformationResult Constructor Description DefaultSchemaUpdateHandler(java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateCallback)DefaultSchemaUpdateHandler(MigrationCoordinator migrationCoordinator, MessagingService messagingService, boolean requireSchemas, java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateCallback)OfflineSchemaUpdateHandler(java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateCallback)
-