Class MasterProcedureEnv.FsUtilsLeaseRecovery
java.lang.Object
org.apache.hadoop.hbase.master.procedure.MasterProcedureEnv.FsUtilsLeaseRecovery
- All Implemented Interfaces:
LeaseRecovery
- Enclosing class:
- MasterProcedureEnv
@Private
public static class MasterProcedureEnv.FsUtilsLeaseRecovery
extends Object
implements LeaseRecovery
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
void
recoverFileLease
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path)
-
Field Details
-
master
-
-
Constructor Details
-
FsUtilsLeaseRecovery
-
-
Method Details
-
recoverFileLease
public void recoverFileLease(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path path) throws IOException - Specified by:
recoverFileLease
in interfaceLeaseRecovery
- Throws:
IOException
-
isRunning
-