Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.slowlog |
Modifier and Type | Field and Description |
---|---|
private RpcLogDetails |
RingBufferEnvelope.rpcLogDetails |
Modifier and Type | Method and Description |
---|---|
RpcLogDetails |
RingBufferEnvelope.getPayload()
Retrieve current rpcCall details
RpcLogDetails available on Envelope and
free up the Envelope |
Modifier and Type | Method and Description |
---|---|
void |
SlowLogRecorder.addSlowLogPayload(RpcLogDetails rpcLogDetails)
Add slow log rpcCall details to ringbuffer
|
private org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPayload.Type |
LogEventHandler.getLogType(RpcLogDetails rpcCallDetails) |
void |
RingBufferEnvelope.load(RpcLogDetails rpcLogDetails)
Load the Envelope with
RpcCall |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.