public class GetFailoverLogResponse extends AbstractDCPResponse
| Constructor and Description |
|---|
GetFailoverLogResponse(ResponseStatus status,
List<FailoverLogEntry> failoverLog,
CouchbaseRequest request)
Creates
GetFailoverLogResponse. |
| Modifier and Type | Method and Description |
|---|---|
List<FailoverLogEntry> |
failoverLog() |
partition, partitioncreationTime, request, status, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrequest, statuscreationTimepublic GetFailoverLogResponse(ResponseStatus status, List<FailoverLogEntry> failoverLog, CouchbaseRequest request)
Creates GetFailoverLogResponse.
status - the status of the response.failoverLog - the list of failover log entries or null if response status is not successrequest - public List<FailoverLogEntry> failoverLog()
Copyright © 2016 Couchbase, Inc.. All rights reserved.