@InterfaceAudience.Public @InterfaceStability.Evolving public final class OnlineLogRecord extends LogEntry
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCallDetails() |
String |
getClientAddress() |
String |
getMethodName() |
int |
getMultiGetsCount() |
int |
getMultiMutationsCount() |
int |
getMultiServiceCalls() |
String |
getParam() |
int |
getProcessingTime() |
int |
getQueueTime() |
String |
getRegionName() |
long |
getResponseSize() |
String |
getServerClass() |
long |
getStartTime() |
String |
getUserName() |
int |
hashCode() |
String |
toJsonPrettyPrint()
Based on response sent by server, provide pretty printed Json representation in string
|
String |
toString() |
public long getStartTime()
public int getProcessingTime()
public int getQueueTime()
public long getResponseSize()
public String getClientAddress()
public String getServerClass()
public String getMethodName()
public String getCallDetails()
public String getRegionName()
public String getUserName()
public int getMultiGetsCount()
public int getMultiMutationsCount()
public int getMultiServiceCalls()
public String toJsonPrettyPrint()
LogEntry
toJsonPrettyPrint
in class LogEntry
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.