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 Details

    • findTable

      DrillTable findTable(IndexDiscover discover, DrillIndexDescriptor desc)
      return the found DrillTable with path (e.g. names={"elasticsearch", "staffidx", "stjson"})
      Parameters:
      discover -
      desc -
      Returns: