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 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.balancer
Fields in org.apache.hadoop.hbase.master.balancer declared as NamedQueueRecorderModifier and TypeFieldDescription(package private) NamedQueueRecorderStochasticLoadBalancer.namedQueueRecorderUse 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 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
Fields in org.apache.hadoop.hbase.regionserver declared as NamedQueueRecorderModifier and TypeFieldDescriptionprivate NamedQueueRecorderHRegionServer.namedQueueRecorderProvide 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 NamedQueueRecorderWALEventTrackerListener.namedQueueRecorderConstructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type NamedQueueRecorderModifierConstructorDescriptionWALEventTrackerListener(org.apache.hadoop.conf.Configuration conf, NamedQueueRecorder namedQueueRecorder, ServerName serverName)