GigaSpaces XAP 9.1 API

org.openspaces.memcached
Class MemcachedServiceMonitors

java.lang.Object
  extended by org.openspaces.pu.service.PlainServiceMonitors
      extended by org.openspaces.memcached.MemcachedServiceMonitors
All Implemented Interfaces:
Externalizable, Serializable, ServiceMonitors

public class MemcachedServiceMonitors
extends PlainServiceMonitors

Author:
kimchy (shay.banon)
See Also:
Serialized Form

Nested Class Summary
static class MemcachedServiceMonitors.Attributes
           
 
Field Summary
 
Fields inherited from class org.openspaces.pu.service.PlainServiceMonitors
details, id, monitors
 
Constructor Summary
MemcachedServiceMonitors()
           
MemcachedServiceMonitors(String id, long getCmds, long setCmds, long getHits, long getMisses)
           
 
Method Summary
 long getGetCmds()
           
 long getGetHits()
           
 long getGetMisses()
           
 long getSetCmds()
           
 
Methods inherited from class org.openspaces.pu.service.PlainServiceMonitors
getDetails, getId, getMonitors, readExternal, setDetails, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemcachedServiceMonitors

public MemcachedServiceMonitors()

MemcachedServiceMonitors

public MemcachedServiceMonitors(String id,
                                long getCmds,
                                long setCmds,
                                long getHits,
                                long getMisses)
Method Detail

getGetCmds

public long getGetCmds()

getSetCmds

public long getSetCmds()

getGetHits

public long getGetHits()

getGetMisses

public long getGetMisses()

GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.