Interface RSProcedureCallable
- All Superinterfaces:
Callable<byte[]>
- All Known Implementing Classes:
BaseRSProcedureCallable,ClaimReplicationQueueCallable,FlushRegionCallable,LogRollCallable,RefreshPeerCallable,ReloadQuotasCallable,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.voidinit(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.
-