@InterfaceAudience.Private public class RpcLogDetails extends Object
Modifier and Type | Field and Description |
---|---|
private String |
className |
private String |
clientAddress |
private boolean |
isLargeLog |
private boolean |
isSlowLog |
private org.apache.hbase.thirdparty.com.google.protobuf.Message |
param |
private long |
responseSize |
private RpcCall |
rpcCall |
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() |
private final org.apache.hbase.thirdparty.com.google.protobuf.Message param
private final String clientAddress
private final long responseSize
private final boolean isSlowLog
private final boolean isLargeLog
public RpcLogDetails(RpcCall rpcCall, org.apache.hbase.thirdparty.com.google.protobuf.Message param, String clientAddress, long responseSize, String className, boolean isSlowLog, boolean isLargeLog)
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.