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, partition
creationTime, request, status, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
request, status
creationTime
public 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.