Uses of Class
io.datarouter.storage.config.schema.SchemaUpdateResult
Packages that use SchemaUpdateResult
-
Uses of SchemaUpdateResult in io.datarouter.storage.client
Methods in io.datarouter.storage.client that return types with arguments of type SchemaUpdateResultModifier and TypeMethodDescriptionprotected 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 SchemaUpdateResultModifier and TypeMethodDescriptionprotected abstract Callable<Optional<SchemaUpdateResult>>BaseSchemaUpdateService.makeSchemaUpdateCallable(ClientId clientId, Supplier<List<String>> existingTableNames, PhysicalNode<?, ?, ?> node) BaseSchemaUpdateService.queueNodeForSchemaUpdate(ClientId clientId, PhysicalNode<?, ?, ?> node)