Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
SpatialView |
CouchbaseClient.getSpatialView(java.lang.String designDocumentName,
java.lang.String viewName)
Gets access to a spatial view contained in a design document from the
cluster.
|
Modifier and Type | Method and Description |
---|---|
HttpFuture<SpatialView> |
CouchbaseClient.asyncGetSpatialView(java.lang.String designDocumentName,
java.lang.String viewName)
Gets access to a spatial view contained in a design document from the
cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialViewFetcherOperation.ViewFetcherCallback.gotData(SpatialView view) |
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.