Uses of Enum
com.couchbase.client.dcp.highlevel.FlowControlMode
Packages that use FlowControlMode
Package
Description
-
Uses of FlowControlMode in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp with parameters of type FlowControlModeModifier and TypeMethodDescriptionvoid
Client.listener
(DatabaseChangeListener listener, FlowControlMode flowControlMode) Registers an event listener that will be invoked in a dedicated thread. -
Uses of FlowControlMode in com.couchbase.client.dcp.highlevel
Methods in com.couchbase.client.dcp.highlevel that return FlowControlModeModifier and TypeMethodDescriptionstatic FlowControlMode
Returns the enum constant of this type with the specified name.static FlowControlMode[]
FlowControlMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FlowControlMode in com.couchbase.client.dcp.highlevel.internal
Constructors in com.couchbase.client.dcp.highlevel.internal with parameters of type FlowControlModeModifierConstructorDescriptionAsyncEventDispatcher
(FlowControlMode flowControlMode, DatabaseChangeListener consumer) DatabaseChangeConsumerOps
(BlockingQueue<DatabaseChangeEvent> queue, FlowControlMode flowControlMode)