Uses of Class
org.apache.hadoop.hbase.master.MasterFileSystem
Package
Description
-
Uses of MasterFileSystem in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionHMaster.getMasterFileSystem()
MasterServices.getMasterFileSystem()
Returns Master's filesystemMasterFileSystem
utility class. -
Uses of MasterFileSystem in org.apache.hadoop.hbase.master.procedure
Modifier and TypeMethodDescriptionstatic void
AbstractStateMachineNamespaceProcedure.createDirectory
(MasterFileSystem mfs, NamespaceDescriptor nsDescriptor) -
Uses of MasterFileSystem in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeMethodDescriptionprivate void
SnapshotManager.checkSnapshotSupport
(org.apache.hadoop.conf.Configuration conf, MasterFileSystem mfs) Called at startup, to verify if snapshot operation is supported, and to avoid starting the master if there're snapshots present but the cleaners needed are missing.