Uses of Class
net.spy.memcached.protocol.couch.Stale

Packages that use Stale
net.spy.memcached.protocol.couch   
 

Uses of Stale in net.spy.memcached.protocol.couch
 

Methods in net.spy.memcached.protocol.couch that return Stale
static Stale Stale.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Stale[] Stale.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.spy.memcached.protocol.couch with parameters of type Stale
 Query Query.setStale(Stale stale)