@InterfaceAudience.Private public final class OnlineLogRecord extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OnlineLogRecord.OnlineLogRecordBuilder |
| 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() |
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 getParam()
public String getRegionName()
public String getUserName()
public int getMultiGetsCount()
public int getMultiMutationsCount()
public int getMultiServiceCalls()
public String toJsonPrettyPrint()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.