Class MongoMetadata

java.lang.Object
org.apache.drill.metastore.mongo.operate.MongoMetadata
All Implemented Interfaces:
Metadata

public class MongoMetadata extends Object implements Metadata
Implementation of Metadata interface. Indicates that Mongo Metastore does not support versioning.
  • Constructor Details

    • MongoMetadata

      public MongoMetadata()
  • Method Details

    • supportsVersioning

      public boolean supportsVersioning()
      Description copied from interface: Metadata
      Indicates if Metastore component supports versioning, i.e. Metastore component version is changed each time write operation is executed.
      Specified by:
      supportsVersioning in interface Metadata
      Returns:
      true if Metastore component supports versioning, false otherwise