Uses of Class
org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
Packages that use NamedQueueRecorder
Package
Description
Tools to help define network clients and servers.
-
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate NamedQueueRecorder
RpcServer.namedQueueRecorder
Use to add online slowlog responsesMethods in org.apache.hadoop.hbase.ipc with parameters of type NamedQueueRecorderModifier and TypeMethodDescriptionvoid
RpcServer.setNamedQueueRecorder
(NamedQueueRecorder namedQueueRecorder) void
RpcServerInterface.setNamedQueueRecorder
(NamedQueueRecorder namedQueueRecorder) Set Online SlowLog Provider -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer declared as NamedQueueRecorderModifier and TypeFieldDescription(package private) NamedQueueRecorder
StochasticLoadBalancer.namedQueueRecorder
Use to add balancer decision history to ring-buffer -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.namequeues
Fields in org.apache.hadoop.hbase.namequeues declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate static NamedQueueRecorder
NamedQueueRecorder.namedQueueRecorder
private final NamedQueueRecorder
NamedQueueServiceChore.namedQueueRecorder
Methods in org.apache.hadoop.hbase.namequeues that return NamedQueueRecorderModifier and TypeMethodDescriptionstatic NamedQueueRecorder
NamedQueueRecorder.getInstance
(org.apache.hadoop.conf.Configuration conf) Constructors in org.apache.hadoop.hbase.namequeues with parameters of type NamedQueueRecorderModifierConstructorDescriptionNamedQueueServiceChore
(Stoppable stopper, int period, NamedQueueRecorder namedQueueRecorder, Connection connection) Chore Constructor -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate NamedQueueRecorder
HRegionServer.namedQueueRecorder
Provide online slow log responses from ringbufferMethods in org.apache.hadoop.hbase.regionserver that return NamedQueueRecorderModifier and TypeMethodDescriptionHRegionServer.getNamedQueueRecorder()
get NamedQueue Provider to add different logs to ringbufferMethods in org.apache.hadoop.hbase.regionserver with parameters of type NamedQueueRecorderModifier and TypeMethodDescriptionprivate List<org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPayload>
RSRpcServices.getSlowLogPayloads
(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest request, NamedQueueRecorder namedQueueRecorder) -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate final NamedQueueRecorder
WALEventTrackerListener.namedQueueRecorder
Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type NamedQueueRecorderModifierConstructorDescriptionWALEventTrackerListener
(org.apache.hadoop.conf.Configuration conf, NamedQueueRecorder namedQueueRecorder, ServerName serverName)