Uses of Class
io.datarouter.storage.config.schema.SchemaUpdateResult
| Package | Description |
|---|---|
| io.datarouter.storage.client | |
| io.datarouter.storage.config.schema |
-
Uses of SchemaUpdateResult in io.datarouter.storage.client
Methods in io.datarouter.storage.client that return types with arguments of type SchemaUpdateResult Modifier and Type Method Description protected Future<Optional<SchemaUpdateResult>>BaseClientManager. doSchemaUpdate(PhysicalNode<?,?,?> node) -
Uses of SchemaUpdateResult in io.datarouter.storage.config.schema
Methods in io.datarouter.storage.config.schema that return types with arguments of type SchemaUpdateResult Modifier and Type Method Description protected abstract Callable<Optional<SchemaUpdateResult>>BaseSchemaUpdateService. makeSchemaUpdateCallable(ClientId clientId, Supplier<List<String>> existingTableNames, PhysicalNode<?,?,?> node)Future<Optional<SchemaUpdateResult>>BaseSchemaUpdateService. queueNodeForSchemaUpdate(ClientId clientId, PhysicalNode<?,?,?> node)