@InterfaceStability.Experimental @InterfaceAudience.Private @Deprecated public class StreamRequestResponse extends AbstractDCPResponse
| Constructor and Description |
|---|
StreamRequestResponse(ResponseStatus status,
List<FailoverLogEntry> failoverLog,
long rollbackToSequenceNumber,
CouchbaseRequest request)
Deprecated.
Sets the required properties for the response.
|
| Modifier and Type | Method and Description |
|---|---|
List<FailoverLogEntry> |
failoverLog()
Deprecated.
|
long |
rollbackToSequenceNumber()
Deprecated.
|
partition, partitioncreationTime, request, status, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrequest, statuscreationTimepublic StreamRequestResponse(ResponseStatus status, List<FailoverLogEntry> failoverLog, long rollbackToSequenceNumber, CouchbaseRequest request)
Sets the required properties for the response.
status - the status of the response.failoverLog - the list of failover log entries or null if response status is not successrollbackToSequenceNumber - if server instruct to rollback client’s state, this field contains sequence number to userequest - public List<FailoverLogEntry> failoverLog()
public long rollbackToSequenceNumber()
Copyright © 2017 Couchbase, Inc.. All rights reserved.