Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.http | |
com.couchbase.client.internal | |
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
void |
ViewConnection.addOp(HttpOperation op)
Write an operation to the next ViewNode.
|
protected void |
CouchbaseClient.addOp(HttpOperation op)
Adds an operation to the queue where it waits to be sent to Couchbase.
|
boolean |
ViewNode.writeOp(HttpOperation op) |
Modifier and Type | Method and Description |
---|---|
void |
RequeueOpCallback.invoke(HttpOperation op) |
Modifier and Type | Field and Description |
---|---|
protected HttpOperation |
HttpFuture.op |
Modifier and Type | Method and Description |
---|---|
void |
HttpFuture.setOperation(HttpOperation to) |
Modifier and Type | Class and Description |
---|---|
class |
DesignDocFetcherOperationImpl
Implements the design doc fetching HTTP operation.
|
class |
DesignDocOperationImpl
Implements design document storing and deleting.
|
class |
DocsOperationImpl
Implementation of a view that calls the map
function and includes the documents in the result.
|
class |
HttpOperationImpl
An HttpOperationImpl.
|
class |
NoDocsOperationImpl
Implementation of a view that calls the map
function and excludes the documents in the result.
|
class |
ReducedOperationImpl
Implementation of a view that calls the map function
and the reduce function and gets the result.
|
class |
SpatialViewFetcherOperationImpl
A SpatialViewOperationImpl.
|
class |
ViewFetcherOperationImpl
A ViewOperationImpl.
|
class |
ViewOperationImpl
A ViewOperationImpl.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.