Uses of Class
net.spy.memcached.ObserveResponse
-
Packages that use ObserveResponse Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfaces -
-
Uses of ObserveResponse in net.spy.memcached
Methods in net.spy.memcached that return ObserveResponse Modifier and Type Method Description static ObserveResponse
ObserveResponse. valueOf(byte b)
Returns the enum constant of this type with the specified name.static ObserveResponse
ObserveResponse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ObserveResponse[]
ObserveResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObserveResponse in net.spy.memcached.ops
Methods in net.spy.memcached.ops with parameters of type ObserveResponse Modifier and Type Method Description void
ObserveOperation.Callback. gotData(java.lang.String key, long cas, MemcachedNode node, ObserveResponse or)
Callback for each result from a observe.
-