@Deprecated public class GetFailoverLogResponse extends AbstractDCPResponse
Constructor and Description |
---|
GetFailoverLogResponse(ResponseStatus status,
List<FailoverLogEntry> failoverLog,
CouchbaseRequest request)
Deprecated.
Creates
GetFailoverLogResponse . |
Modifier and Type | Method and Description |
---|---|
List<FailoverLogEntry> |
failoverLog()
Deprecated.
|
partition, partition
creationTime, request, status, statusDetails, statusDetails, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
request, status, statusDetails, statusDetails
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 © 2017 Couchbase, Inc.. All rights reserved.