Uses of Class
org.apache.hadoop.hbase.namequeues.NamedQueueRecorder
Package
Description
Tools to help define network clients and servers.
-
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprivate NamedQueueRecorder
RpcServer.namedQueueRecorder
Use to add online slowlog responsesModifier 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
Modifier 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
Modifier and TypeFieldDescriptionprivate static NamedQueueRecorder
NamedQueueRecorder.namedQueueRecorder
private final NamedQueueRecorder
NamedQueueServiceChore.namedQueueRecorder
Modifier and TypeMethodDescriptionstatic NamedQueueRecorder
NamedQueueRecorder.getInstance
(org.apache.hadoop.conf.Configuration conf) ModifierConstructorDescriptionNamedQueueServiceChore
(Stoppable stopper, int period, NamedQueueRecorder namedQueueRecorder, Connection connection) Chore Constructor -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate NamedQueueRecorder
HRegionServer.namedQueueRecorder
Provide online slow log responses from ringbufferModifier and TypeMethodDescriptionHRegionServer.getNamedQueueRecorder()
get NamedQueue Provider to add different logs to ringbufferModifier 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
Modifier and TypeFieldDescriptionprivate final NamedQueueRecorder
WALEventTrackerListener.namedQueueRecorder
ModifierConstructorDescriptionWALEventTrackerListener
(org.apache.hadoop.conf.Configuration conf, NamedQueueRecorder namedQueueRecorder, ServerName serverName)