Interface IndexDiscoverable
public interface IndexDiscoverable
SchemaFactory of a storage plugin that can used to store index tables should expose this interface to allow
IndexDiscovers discovering the index table without adding dependency to the storage plugin.
-
Method Summary
Modifier and TypeMethodDescriptionfindTable
(IndexDiscover discover, DrillIndexDescriptor desc) return the found DrillTable with path (e.g.
-
Method Details
-
findTable
return the found DrillTable with path (e.g. names={"elasticsearch", "staffidx", "stjson"})- Parameters:
discover
-desc
-- Returns:
-