Package | Description |
---|---|
com.couchbase.client.core.message.dcp |
Modifier and Type | Method and Description |
---|---|
List<FailoverLogEntry> |
StreamRequestResponse.failoverLog() |
List<FailoverLogEntry> |
GetFailoverLogResponse.failoverLog() |
Constructor and Description |
---|
GetFailoverLogResponse(ResponseStatus status,
List<FailoverLogEntry> failoverLog,
CouchbaseRequest request)
Creates
GetFailoverLogResponse . |
StreamRequestResponse(ResponseStatus status,
List<FailoverLogEntry> failoverLog,
long rollbackToSequenceNumber,
CouchbaseRequest request,
DCPConnection connection)
Sets the required properties for the response.
|
Copyright © 2016 Couchbase, Inc.. All rights reserved.