Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master.balancer | |
org.apache.hadoop.hbase.namequeues | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private NamedQueueRecorder |
RpcServer.namedQueueRecorder
Use to add online slowlog responses
|
Modifier and Type | Method and Description |
---|---|
void |
RpcServerInterface.setNamedQueueRecorder(NamedQueueRecorder namedQueueRecorder)
Set Online SlowLog Provider
|
void |
RpcServer.setNamedQueueRecorder(NamedQueueRecorder namedQueueRecorder) |
Modifier and Type | Field and Description |
---|---|
(package private) NamedQueueRecorder |
StochasticLoadBalancer.namedQueueRecorder
Use to add balancer decision history to ring-buffer
|
Modifier and Type | Field and Description |
---|---|
private static NamedQueueRecorder |
NamedQueueRecorder.namedQueueRecorder |
private NamedQueueRecorder |
SlowLogTableOpsChore.namedQueueRecorder |
Modifier and Type | Method and Description |
---|---|
static NamedQueueRecorder |
NamedQueueRecorder.getInstance(org.apache.hadoop.conf.Configuration conf) |
Constructor and Description |
---|
SlowLogTableOpsChore(Stoppable stopper,
int period,
NamedQueueRecorder namedQueueRecorder)
Chore Constructor
|
Modifier and Type | Field and Description |
---|---|
private NamedQueueRecorder |
HRegionServer.namedQueueRecorder
Provide online slow log responses from ringbuffer
|
Modifier and Type | Method and Description |
---|---|
NamedQueueRecorder |
HRegionServer.getNamedQueueRecorder()
get NamedQueue Provider to add different logs to ringbuffer n
|
Modifier and Type | Method and Description |
---|---|
private List<org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPayload> |
RSRpcServices.getSlowLogPayloads(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest request,
NamedQueueRecorder namedQueueRecorder) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.