public interface SchemaUpdateHandlerFactory
Modifier and Type | Method and Description |
---|---|
SchemaUpdateHandler |
getSchemaUpdateHandler(boolean online,
java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateSchemaCallback)
A factory which provides the appropriate schema update handler.
|
SchemaUpdateHandler getSchemaUpdateHandler(boolean online, java.util.function.BiConsumer<SchemaTransformation.SchemaTransformationResult,java.lang.Boolean> updateSchemaCallback)
online
- whether schema update handler should work online and be aware of the other nodes (when in daemon mode)updateSchemaCallback
- callback which will be called right after the shared schema is updatedCopyright © 2009- The Apache Software Foundation