Class ClaimReplicationQueueCallable
java.lang.Object
org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
org.apache.hadoop.hbase.replication.regionserver.ClaimReplicationQueueCallable
- All Implemented Interfaces:
Callable<Void>,RSProcedureCallable
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.procedure2.BaseRSProcedureCallable
rs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoCall()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
-
crashedServer
-
queue
-
-
Constructor Details
-
ClaimReplicationQueueCallable
public ClaimReplicationQueueCallable()
-
-
Method Details
-
getEventType
Description copied from interface:RSProcedureCallableEvent type used to select thread pool. -
doCall
- Specified by:
doCallin classBaseRSProcedureCallable- Throws:
Exception
-
initParameter
protected void initParameter(byte[] parameter) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException - Specified by:
initParameterin classBaseRSProcedureCallable- Throws:
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
-