Class MongoMetastore

java.lang.Object
org.apache.drill.metastore.mongo.MongoMetastore
All Implemented Interfaces:
AutoCloseable, Metastore

public class MongoMetastore extends Object implements Metastore
Mongo Drill Metastore implementation.
  • Constructor Details

    • MongoMetastore

      public MongoMetastore(DrillConfig config)
  • Method Details

    • tables

      public Tables tables()
      Specified by:
      tables in interface Metastore
      Returns:
      Metastore Tables component implementation
    • views

      public Views views()
      Specified by:
      views in interface Metastore
      Returns:
      Metastore Views component implementation
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable