Class RefreshHFilesCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.RefreshHFilesCallable
- All Implemented Interfaces:
Callable<byte[]>,RSProcedureCallable
This is a RegionServer-side callable used by the HBase Master Procedure framework to perform the
actual HFiles refresh operation on a specific region. It is dispatched from the
RefreshHFilesRegionProcedure to the RegionServer
and executes the logic to refresh store files in each store of the region.-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
rs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]doCall()Event type used to select thread pool.protected voidinitParameter(byte[] parameter) Methods inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
call, init
-
Field Details
-
LOG
-
regionInfo
-
-
Constructor Details
-
RefreshHFilesCallable
public RefreshHFilesCallable()
-
-
Method Details
-
doCall
- Specified by:
doCallin classBaseRSProcedureCallable- Throws:
Exception
-
initParameter
- Specified by:
initParameterin classBaseRSProcedureCallable- Throws:
Exception
-
getEventType
Description copied from interface:RSProcedureCallableEvent type used to select thread pool.
-