Interface RSProcedureCallable
- All Known Implementing Classes:
BaseRSProcedureCallable
,ClaimReplicationQueueCallable
,FlushRegionCallable
,RefreshPeerCallable
,ReplaySyncReplicationWALCallable
,SnapshotRegionCallable
,SnapshotVerifyCallable
,SplitWALCallable
,SwitchRpcThrottleRemoteCallable
A general interface for a sub procedure runs at RS side.
-
Method Summary
Modifier and TypeMethodDescriptionEvent type used to select thread pool.void
init
(byte[] parameter, HRegionServer rs) Initialize the callable
-
Method Details
-
init
Initialize the callable- Parameters:
parameter
- the parameter passed from master.rs
- the regionserver instance
-
getEventType
Event type used to select thread pool.
-