@InterfaceAudience.Private public class RpcLogDetails extends NamedQueuePayload
NamedQueuePayload.NamedQueueEvent| Modifier and Type | Field and Description |
|---|---|
static int |
SLOW_LOG_EVENT |
| Constructor and Description |
|---|
RpcLogDetails(RpcCall rpcCall,
org.apache.hbase.thirdparty.com.google.protobuf.Message param,
String clientAddress,
long responseSize,
String className,
boolean isSlowLog,
boolean isLargeLog) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getClientAddress() |
org.apache.hbase.thirdparty.com.google.protobuf.Message |
getParam() |
long |
getResponseSize() |
RpcCall |
getRpcCall() |
boolean |
isLargeLog() |
boolean |
isSlowLog() |
String |
toString() |
getNamedQueueEventpublic static final int SLOW_LOG_EVENT
public RpcCall getRpcCall()
public String getClientAddress()
public long getResponseSize()
public String getClassName()
public boolean isSlowLog()
public boolean isLargeLog()
public org.apache.hbase.thirdparty.com.google.protobuf.Message getParam()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.