public class TNonblockingMultiFetchStats
extends java.lang.Object
| Constructor and Description |
|---|
TNonblockingMultiFetchStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getMaxResponseBytes() |
int |
getNumConnectErrorServers() |
int |
getNumInvalidFrameSize() |
int |
getNumOverflowedRecvBuf() |
int |
getNumReadCompletedServers() |
int |
getNumTotalServers() |
long |
getReadTime() |
int |
getTotalRecvBufBytes() |
void |
incNumConnectErrorServers() |
void |
incNumInvalidFrameSize() |
void |
incNumOverflowedRecvBuf() |
void |
incNumReadCompletedServers() |
void |
incTotalRecvBufBytes(int val) |
void |
setMaxResponseBytes(int val) |
void |
setNumTotalServers(int val) |
void |
setReadTime(long val) |
java.lang.String |
toString() |
public void clear()
public java.lang.String toString()
toString in class java.lang.Objectpublic void setNumTotalServers(int val)
public void setMaxResponseBytes(int val)
public void setReadTime(long val)
public void incNumReadCompletedServers()
public void incNumConnectErrorServers()
public void incNumOverflowedRecvBuf()
public void incTotalRecvBufBytes(int val)
public void incNumInvalidFrameSize()
public int getMaxResponseBytes()
public int getNumReadCompletedServers()
public int getNumConnectErrorServers()
public int getNumTotalServers()
public int getNumOverflowedRecvBuf()
public int getTotalRecvBufBytes()
public int getNumInvalidFrameSize()
public long getReadTime()