Uses of Class
org.apache.hadoop.hbase.master.MasterFileSystem
Packages that use MasterFileSystem
Package
Description
-
Uses of MasterFileSystem in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as MasterFileSystemMethods in org.apache.hadoop.hbase.master that return MasterFileSystemModifier and TypeMethodDescriptionHMaster.getMasterFileSystem()MasterServices.getMasterFileSystem()Returns Master's filesystemMasterFileSystemutility class. -
Uses of MasterFileSystem in org.apache.hadoop.hbase.master.procedure
Methods in org.apache.hadoop.hbase.master.procedure that return MasterFileSystem -
Uses of MasterFileSystem in org.apache.hadoop.hbase.master.snapshot
Methods in org.apache.hadoop.hbase.master.snapshot with parameters of type MasterFileSystemModifier and TypeMethodDescriptionprivate voidSnapshotManager.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.