Uses of Enum Class
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 ObserveResponse
ObserveResponse.valueOf
(byte b) Returns the enum constant of this class with the specified name.static ObserveResponse
Returns the enum constant of this class with the specified name.static ObserveResponse[]
ObserveResponse.values()
Returns an array containing the constants of this enum class, 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 TypeMethodDescriptionvoid
ObserveOperation.Callback.gotData
(String key, long cas, MemcachedNode node, ObserveResponse or) Callback for each result from a observe.