Class SnapshotRegionCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.SnapshotRegionCallable
- All Implemented Interfaces:
Callable<byte[]>,RSProcedureCallable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate ForeignExceptionDispatcherprivate RegionInfoprivate org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescriptionFields 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
-
snapshot
private org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot -
regionInfo
-
monitor
-
-
Constructor Details
-
SnapshotRegionCallable
public SnapshotRegionCallable()
-
-
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.
-