public interface PrelocatedRequest extends CouchbaseRequest
A CouchbaseRequest
that can be targeted at a specific node through the corresponding InetAddress
, shortcutting the dispatch usually performed by a Locator
..
Note that only some types of services perform this user-specified dispatch.
Modifier and Type | Method and Description |
---|---|
InetAddress |
sendTo()
The
node to send this request to, or null to use default node location process . |
bucket, complete, dispatchHostname, dispatchHostname, emit, fail, incrementRetryCount, isActive, lastLocalId, lastLocalId, lastLocalSocket, lastLocalSocket, lastRemoteSocket, lastRemoteSocket, maxRetryDuration, maxRetryDuration, observable, operationId, password, retryAfter, retryAfter, retryCount, retryDelay, retryDelay, span, span, subscriber, succeed, username
creationTime
InetAddress sendTo()
The node
to send this request to, or null to use default node location process
.
Copyright © 2018 Couchbase, Inc.. All rights reserved.