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
Modifier and TypeFieldDescriptionprotected final NamedQueueRecorder
HBaseServerBase.namedQueueRecorder
Provide online slow log responses from ringbufferModifier and TypeMethodDescriptionprotected abstract NamedQueueRecorder
HBaseServerBase.createNamedQueueRecord()
HBaseServerBase.getNamedQueueRecorder()
get NamedQueue Provider to add different logs to ringbufferModifier and TypeMethodDescriptionprivate List<org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPayload>
HBaseRpcServicesBase.getSlowLogPayloads
(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest request, NamedQueueRecorder namedQueueRecorder) -
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
-
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.master.balancer
Modifier and TypeFieldDescriptionprivate NamedQueueRecorder
MasterClusterInfoProvider.namedQueueRecorder
Use to add balancer decision history to ring-bufferModifier and TypeMethodDescription(package private) NamedQueueRecorder
MasterClusterInfoProvider.getNamedQueueRecorder()
-
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 TypeMethodDescriptionprotected NamedQueueRecorder
HRegionServer.createNamedQueueRecord()
-
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)