Class FlushRegionCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.FlushRegionCallable
- All Implemented Interfaces:
Callable<Void>
,RSProcedureCallable
-
Field Summary
Modifier and TypeFieldDescriptionprivate List<byte[]>
private static final org.slf4j.Logger
private RegionInfo
Fields inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
rs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doCall()
Event type used to select thread pool.protected void
initParameter
(byte[] parameter) Methods inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
call, init
-
Field Details
-
LOG
-
regionInfo
-
columnFamilies
-
-
Constructor Details
-
FlushRegionCallable
public FlushRegionCallable()
-
-
Method Details
-
doCall
- Specified by:
doCall
in classBaseRSProcedureCallable
- Throws:
Exception
-
initParameter
- Specified by:
initParameter
in classBaseRSProcedureCallable
- Throws:
Exception
-
getEventType
Description copied from interface:RSProcedureCallable
Event type used to select thread pool.
-