Interface MemcacheServicePb.MergedNamespaceStatsOrBuilder (2.0.0)

public static interface MemcacheServicePb.MergedNamespaceStatsOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getByteHits()

public abstract long getByteHits()
Returns
TypeDescription
long

getBytes()

public abstract long getBytes()
Returns
TypeDescription
long

getHits()

public abstract long getHits()
Returns
TypeDescription
long

getHotkeys(int arg0)

public abstract MemcacheServicePb.MemcacheHotKey getHotkeys(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
MemcacheHotKey

getHotkeysCount()

public abstract int getHotkeysCount()
Returns
TypeDescription
int

getHotkeysList()

public abstract List<MemcacheServicePb.MemcacheHotKey> getHotkeysList()
Returns
TypeDescription
List<MemcacheHotKey>

getHotkeysOrBuilder(int arg0)

public abstract MemcacheServicePb.MemcacheHotKeyOrBuilder getHotkeysOrBuilder(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
MemcacheHotKeyOrBuilder

getHotkeysOrBuilderList()

public abstract List<? extends MemcacheServicePb.MemcacheHotKeyOrBuilder> getHotkeysOrBuilderList()
Returns
TypeDescription
List<? extends com.google.appengine.api.memcache.MemcacheServicePb.MemcacheHotKeyOrBuilder>

getItems()

public abstract long getItems()
Returns
TypeDescription
long

getMisses()

public abstract long getMisses()
Returns
TypeDescription
long

getOldestItemAge()

public abstract int getOldestItemAge()
Returns
TypeDescription
int

hasByteHits()

public abstract boolean hasByteHits()
Returns
TypeDescription
boolean

hasBytes()

public abstract boolean hasBytes()
Returns
TypeDescription
boolean

hasHits()

public abstract boolean hasHits()
Returns
TypeDescription
boolean

hasItems()

public abstract boolean hasItems()
Returns
TypeDescription
boolean

hasMisses()

public abstract boolean hasMisses()
Returns
TypeDescription
boolean

hasOldestItemAge()

public abstract boolean hasOldestItemAge()
Returns
TypeDescription
boolean