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