Uses of Interface
org.apache.hadoop.hbase.procedure2.RSProcedureCallable
Package
Description
-
Uses of RSProcedureCallable in org.apache.hadoop.hbase.procedure2
-
Uses of RSProcedureCallable in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
class
class
class
This callable is used to do the real split WAL task.Modifier and TypeMethodDescription(package private) void
HRegionServer.executeProcedure
(long procId, long initiatingMasterActiveTime, RSProcedureCallable callable) -
Uses of RSProcedureCallable in org.apache.hadoop.hbase.regionserver.handler
ModifierConstructorDescriptionRSProcedureHandler
(HRegionServer rs, long procId, long initiatingMasterActiveTime, RSProcedureCallable callable) -
Uses of RSProcedureCallable in org.apache.hadoop.hbase.replication.regionserver
Modifier and TypeClassDescriptionclass
class
The callable executed at RS side to refresh the peer config/state.class
This callable executed at RS side to replay sync replication wal.class
The callable executed at RS side to switch rpc throttle state.