Uses of Interface
org.apache.hadoop.hbase.procedure2.RSProcedureCallable
Packages that use RSProcedureCallable
Package
Description
-
Uses of RSProcedureCallable in org.apache.hadoop.hbase.procedure2
Classes in org.apache.hadoop.hbase.procedure2 that implement RSProcedureCallable -
Uses of RSProcedureCallable in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement RSProcedureCallableModifier and TypeClassDescriptionclass
class
class
class
This callable is used to do the real split WAL task.Methods in org.apache.hadoop.hbase.regionserver with parameters of type RSProcedureCallableModifier and TypeMethodDescription(package private) void
HRegionServer.executeProcedure
(long procId, long initiatingMasterActiveTime, RSProcedureCallable callable) -
Uses of RSProcedureCallable in org.apache.hadoop.hbase.regionserver.handler
Fields in org.apache.hadoop.hbase.regionserver.handler declared as RSProcedureCallableConstructors in org.apache.hadoop.hbase.regionserver.handler with parameters of type RSProcedureCallableModifierConstructorDescriptionRSProcedureHandler
(HRegionServer rs, long procId, long initiatingMasterActiveTime, RSProcedureCallable callable) -
Uses of RSProcedureCallable in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement RSProcedureCallableModifier 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.