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

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

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

Methods in com.couchbase.client.protocol.views that return ComplexKey
 ComplexKey ComplexKey.forceArray(boolean force)
          Force the cast to a JSON array even when there is only one element.
static ComplexKey ComplexKey.of(java.lang.Object... components)
          Generate a ComplexKey based on the input Object arguments (varargs).
 

Methods in com.couchbase.client.protocol.views with parameters of type ComplexKey
 Query Query.setKey(ComplexKey key)
          Return only documents that match the specified key.
 Query Query.setKeys(ComplexKey keys)
          Return only documents that match each of keys specified within the given array.
 Query Query.setRange(ComplexKey startkey, ComplexKey endkey)
          Returns records in the given key range.
 Query Query.setRangeEnd(ComplexKey endkey)
          Stop returning records when the specified key is reached.
 Query Query.setRangeStart(ComplexKey startkey)
          Return records with a value equal to or greater than the specified key.
 



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