Uses of Enum Class
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 TypeMethodDescriptionvoidClient.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 FlowControlModeReturns the enum constant of this class with the specified name.static FlowControlMode[]FlowControlMode.values()Returns an array containing the constants of this enum class, 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)