Package com.mapr.fs.tables
Class MapRDBMetadataMgr
java.lang.Object
com.mapr.fs.tables.MapRDBMetadataMgr
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapRDBMetadataMgr(MapRFileSystem mfs, String clusterName) MapRDBMetadataMgr(MapRFileSystem mfs, Collection<String> skipRegexList) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()booleancommitCreate(String tablePathStr) voiddeleteEntries(List<String> entriesToDelete) voiddeleteEntry(String tablePathStr) The Iterable returned by this method can be used to get only one IteratorvoidprepareCreate(String tablePathStr) intupdate(org.apache.hadoop.fs.Path rootPath)
-
Field Details
-
DB_META_TABLE
- See Also:
-
DB_META_TABLE_CLUSTER
- See Also:
-
DEFAULT_CF
- See Also:
-
COMMITTED_COL
- See Also:
-
FID_COL
- See Also:
-
-
Constructor Details
-
MapRDBMetadataMgr
-
MapRDBMetadataMgr
-
MapRDBMetadataMgr
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
prepareCreate
-
commitCreate
-
deleteEntry
-
deleteEntries
- Throws:
IOException
-
getMetaDataEntries
The Iterable returned by this method can be used to get only one Iterator- Throws:
IOException
-
update
- Throws:
IOException
-