Class MongoMetadata
java.lang.Object
org.apache.drill.metastore.mongo.operate.MongoMetadata
- All Implemented Interfaces:
Metadata
Implementation of
Metadata interface.
Indicates that Mongo Metastore does not support versioning.-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if Metastore component supports versioning, i.e.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.drill.metastore.operate.Metadata
properties, version
-
Constructor Details
-
MongoMetadata
public MongoMetadata()
-
-
Method Details
-
supportsVersioning
public boolean supportsVersioning()Description copied from interface:MetadataIndicates if Metastore component supports versioning, i.e. Metastore component version is changed each time write operation is executed.- Specified by:
supportsVersioningin interfaceMetadata- Returns:
- true if Metastore component supports versioning, false otherwise
-