Class SnapshotVerifyCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.regionserver.SnapshotVerifyCallable
- All Implemented Interfaces:
Callable<byte[]>,RSProcedureCallable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
-
snapshot
private org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription snapshot -
region
-
-
Constructor Details
-
SnapshotVerifyCallable
public SnapshotVerifyCallable()
-
-
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.
-