Uses of Class
com.couchbase.client.dcp.state.PartitionState
Packages that use PartitionState
-
Uses of PartitionState in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return PartitionStateModifier and TypeMethodDescriptionstatic PartitionStatePartitionState.fromOffset(StreamOffset offset) SessionState.get(int partition) Accessor into the partition state, only use this if really needed.Methods in com.couchbase.client.dcp.state with parameters of type PartitionStateModifier and TypeMethodDescriptionvoidSessionState.set(int partition, PartitionState partitionState) Accessor to set/override the current partition state, only use this if really needed.Method parameters in com.couchbase.client.dcp.state with type arguments of type PartitionStateModifier and TypeMethodDescriptionvoidSessionState.foreachPartition(BiConsumer<Integer, PartitionState> consumer) voidSessionState.foreachPartition(Consumer<PartitionState> action) Provides an iterator over all partitions, calling the callback for each one.