Package com.couchbase.client.core.msg
Interface TargetedRequest
-
- All Known Implementing Classes:
AnalyticsPingRequest
,BucketConfigRequest
,CarrierBucketConfigRequest
,CarrierGlobalConfigRequest
,KvPingRequest
,QueryPingRequest
,SearchPingRequest
,ViewPingRequest
public interface TargetedRequest
Marker interface to signal a request that can only be sent to the specified target node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeIdentifier
target()
The target where this request must be dispatched to.
-
-
-
Method Detail
-
target
NodeIdentifier target()
The target where this request must be dispatched to.
-
-