Uses of Class
com.couchbase.client.protocol.views.Stale

Packages that use Stale
com.couchbase.client.protocol.views   
 

Uses of Stale in com.couchbase.client.protocol.views
 

Methods in com.couchbase.client.protocol.views that return Stale
static Stale Stale.valueOf(java.lang.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 com.couchbase.client.protocol.views with parameters of type Stale
 Query Query.setStale(Stale stale)
          Allow the results from a stale view to be used.
 



Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.