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, incrementRetryCount, observable, password, retryCount
creationTime
InetAddress sendTo()
The node
to send this request to, or null to use default node location process
.
Copyright © 2016 Couchbase, Inc.. All rights reserved.