Package com.couchbase.client.java.kv
Class LookupInReplicaResult
java.lang.Object
com.couchbase.client.java.kv.LookupInResult
com.couchbase.client.java.kv.LookupInReplicaResult
Extends LookupInResult to include additional information for lookupIn-from-replica style calls.
- 
Method SummaryModifier and TypeMethodDescriptionstatic LookupInReplicaResultfrom(CoreSubdocGetResult response, JsonSerializer serializer) booleanReturns whether the replica that returned this result was the replica or the active.toString()Methods inherited from class com.couchbase.client.java.kv.LookupInResultcas, contentAs, contentAs, contentAsArray, contentAsBytes, contentAsObject, exists, isDeleted
- 
Method Details- 
from@Internal public static LookupInReplicaResult from(CoreSubdocGetResult response, JsonSerializer serializer) 
- 
isReplicapublic boolean isReplica()Returns whether the replica that returned this result was the replica or the active.
- 
toString- Overrides:
- toStringin class- LookupInResult
 
 
-