Interface MongoConfigConstants
public interface MongoConfigConstants
Drill Mongo Metastore configuration which is defined
in
MetastoreConfigConstants.MODULE_RESOURCE_FILE_NAME
file.-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Drill Mongo Metastore configuration properties namespace.static final String
Mongo Metastore data source url property.static final String
Database to store meta data.static final String
Default database to store meta data.static final String
Default collection to store meta data for tables.static final String
Field name used to identify one document uniquely.static final String
Collection to store meta data for tables.
-
Field Details
-
BASE
Drill Mongo Metastore configuration properties namespace.- See Also:
-
CONNECTION
Mongo Metastore data source url property. Required.- See Also:
-
DATABASE
Database to store meta data. Optional, default isDEFAULT_DATABASE
- See Also:
-
TABLE_COLLECTION
Collection to store meta data for tables. Optional, default isDEFAULT_TABLE_COLLECTION
- See Also:
-
DEFAULT_DATABASE
Default database to store meta data.- See Also:
-
DEFAULT_TABLE_COLLECTION
Default collection to store meta data for tables.- See Also:
-
ID
Field name used to identify one document uniquely.- See Also:
-