Uses of Class
com.couchbase.client.dcp.state.FailoverLogEntry
Packages that use FailoverLogEntry
Package
Description
-
Uses of FailoverLogEntry in com.couchbase.client.dcp.highlevel
Methods in com.couchbase.client.dcp.highlevel that return types with arguments of type FailoverLogEntryConstructor parameters in com.couchbase.client.dcp.highlevel with type arguments of type FailoverLogEntry -
Uses of FailoverLogEntry in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return types with arguments of type FailoverLogEntryModifier and TypeMethodDescriptionstatic List<FailoverLogEntry>DcpFailoverLogResponse.entries(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer) -
Uses of FailoverLogEntry in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return types with arguments of type FailoverLogEntryModifier and TypeMethodDescriptionPartitionState.getFailoverLog()Returns the full failover log stored, in sorted order.Method parameters in com.couchbase.client.dcp.state with type arguments of type FailoverLogEntryModifier and TypeMethodDescriptionvoidPartitionState.setFailoverLog(List<FailoverLogEntry> log) Sets the failover log.