Class RpcLogDetails
java.lang.Object
org.apache.hadoop.hbase.namequeues.NamedQueuePayload
org.apache.hadoop.hbase.namequeues.RpcLogDetails
RpcCall details that would be passed on to ring buffer of slow log responses
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.namequeues.NamedQueuePayload
NamedQueuePayload.NamedQueueEvent
-
Field Summary
Modifier and TypeFieldDescriptionprivate final long
private final String
private final String
private final long
private final boolean
private final boolean
private static final org.slf4j.Logger
private org.apache.hbase.thirdparty.com.google.protobuf.Message
private final long
private final RpcCall
static final int
-
Constructor Summary
ConstructorDescriptionRpcLogDetails
(RpcCall rpcCall, org.apache.hbase.thirdparty.com.google.protobuf.Message param, String clientAddress, long responseSize, long blockBytesScanned, long fsReadTime, String className, boolean isSlowLog, boolean isLargeLog) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.namequeues.NamedQueuePayload
getNamedQueueEvent
-
Field Details
-
SLOW_LOG_EVENT
- See Also:
-
LOG
-
rpcCall
-
param
-
clientAddress
-
responseSize
-
blockBytesScanned
-
fsReadTime
-
className
-
isSlowLog
-
isLargeLog
-
connectionAttributes
-
requestAttributes
-
-
Constructor Details
-
RpcLogDetails
public RpcLogDetails(RpcCall rpcCall, org.apache.hbase.thirdparty.com.google.protobuf.Message param, String clientAddress, long responseSize, long blockBytesScanned, long fsReadTime, String className, boolean isSlowLog, boolean isLargeLog)
-
-
Method Details