public class XBZRLECacheStats extends QApiType
QApiTypeDescriptor{name=XBZRLECacheStats, data={cache-size=int, bytes=int, pages=int, cache-miss=int, cache-miss-rate=number, overflow=int}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
long |
bytes |
long |
cacheMiss |
double |
cacheMissRate |
long |
cacheSize |
long |
overflow |
long |
pages |
Constructor and Description |
---|
XBZRLECacheStats() |
XBZRLECacheStats(long cacheSize,
long bytes,
long pages,
long cacheMiss,
double cacheMissRate,
long overflow) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
XBZRLECacheStats |
withBytes(long value) |
XBZRLECacheStats |
withCacheMiss(long value) |
XBZRLECacheStats |
withCacheMissRate(double value) |
XBZRLECacheStats |
withCacheSize(long value) |
XBZRLECacheStats |
withOverflow(long value) |
XBZRLECacheStats |
withPages(long value) |
toString
@Nonnull public double cacheMissRate
public XBZRLECacheStats()
public XBZRLECacheStats(long cacheSize, long bytes, long pages, long cacheMiss, double cacheMissRate, long overflow)
@Nonnull public XBZRLECacheStats withCacheSize(long value)
@Nonnull public XBZRLECacheStats withBytes(long value)
@Nonnull public XBZRLECacheStats withPages(long value)
@Nonnull public XBZRLECacheStats withCacheMiss(long value)
@Nonnull public XBZRLECacheStats withCacheMissRate(double value)
@Nonnull public XBZRLECacheStats withOverflow(long value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException