@InterfaceAudience.Private public class RpcLogDetails extends NamedQueuePayload
NamedQueuePayload.NamedQueueEvent| Modifier and Type | Field and Description |
|---|---|
static int |
SLOW_LOG_EVENT |
| Constructor and Description |
|---|
RpcLogDetails(com.google.protobuf.Descriptors.MethodDescriptor methodDescriptor,
com.google.protobuf.Message param,
String clientAddress,
long responseSize,
String className,
boolean isSlowLog,
boolean isLargeLog,
long receiveTime,
long startTime,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getClientAddress() |
com.google.protobuf.Descriptors.MethodDescriptor |
getMethodDescriptor() |
com.google.protobuf.Message |
getParam() |
long |
getReceiveTime() |
long |
getResponseSize() |
long |
getStartTime() |
String |
getUserName() |
boolean |
isLargeLog() |
boolean |
isSlowLog() |
String |
toString() |
getNamedQueueEventpublic static final int SLOW_LOG_EVENT
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor()
public String getClientAddress()
public long getResponseSize()
public String getClassName()
public boolean isSlowLog()
public boolean isLargeLog()
public com.google.protobuf.Message getParam()
public long getReceiveTime()
public long getStartTime()
public String getUserName()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.