Uses of Enum
net.spy.memcached.ObserveResponse
Packages that use ObserveResponse
Package
Description
Memcached client and transformation utils
Fundamental protocol operation interfaces
-
Uses of ObserveResponse in net.spy.memcached
Methods in net.spy.memcached that return ObserveResponseModifier and TypeMethodDescriptionstatic ObserveResponseObserveResponse.valueOf(byte b) Returns the enum constant of this type with the specified name.static ObserveResponseReturns 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 ObserveResponseModifier and TypeMethodDescriptionvoidObserveOperation.Callback.gotData(String key, long cas, MemcachedNode node, ObserveResponse or) Callback for each result from a observe.