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
Fields in org.apache.hadoop.hbase declared as NamedQueueRecorderModifier and TypeFieldDescriptionprotected final NamedQueueRecorderHBaseServerBase.namedQueueRecorderProvide online slow log responses from ringbufferMethods in org.apache.hadoop.hbase that return NamedQueueRecorderModifier and TypeMethodDescriptionprotected abstract NamedQueueRecorderHBaseServerBase.createNamedQueueRecord()HBaseServerBase.getNamedQueueRecorder()get NamedQueue Provider to add different logs to ringbufferMethods in org.apache.hadoop.hbase with parameters of type NamedQueueRecorderModifier 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
Fields in org.apache.hadoop.hbase.ipc declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate NamedQueueRecorderRpcServer.namedQueueRecorderUse to add online slowlog responsesMethods in org.apache.hadoop.hbase.ipc with parameters of type NamedQueueRecorderModifier and TypeMethodDescriptionvoidRpcServer.setNamedQueueRecorder(NamedQueueRecorder namedQueueRecorder) voidRpcServerInterface.setNamedQueueRecorder(NamedQueueRecorder namedQueueRecorder) Set Online SlowLog Provider -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return NamedQueueRecorder -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate NamedQueueRecorderMasterClusterInfoProvider.namedQueueRecorderUse to add balancer decision history to ring-bufferMethods in org.apache.hadoop.hbase.master.balancer that return NamedQueueRecorderModifier and TypeMethodDescription(package private) NamedQueueRecorderMasterClusterInfoProvider.getNamedQueueRecorder() -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.namequeues
Fields in org.apache.hadoop.hbase.namequeues declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate static NamedQueueRecorderNamedQueueRecorder.namedQueueRecorderprivate final NamedQueueRecorderNamedQueueServiceChore.namedQueueRecorderMethods in org.apache.hadoop.hbase.namequeues that return NamedQueueRecorderModifier and TypeMethodDescriptionstatic NamedQueueRecorderNamedQueueRecorder.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
Methods in org.apache.hadoop.hbase.regionserver that return NamedQueueRecorderModifier and TypeMethodDescriptionprotected NamedQueueRecorderHRegionServer.createNamedQueueRecord() -
Uses of NamedQueueRecorder in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate final NamedQueueRecorderWALEventTrackerListener.namedQueueRecorderConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type NamedQueueRecorderModifierConstructorDescriptionWALEventTrackerListener(org.apache.hadoop.conf.Configuration conf, NamedQueueRecorder namedQueueRecorder, ServerName serverName)