Uses of Enum Class
com.hazelcast.config.WanQueueFullBehavior
Packages that use WanQueueFullBehavior
-
Uses of WanQueueFullBehavior in com.hazelcast.config
Fields in com.hazelcast.config declared as WanQueueFullBehaviorModifier and TypeFieldDescriptionstatic final WanQueueFullBehavior
WanBatchPublisherConfig.DEFAULT_QUEUE_FULL_BEHAVIOUR
Methods in com.hazelcast.config that return WanQueueFullBehaviorModifier and TypeMethodDescriptionstatic WanQueueFullBehavior
WanQueueFullBehavior.getByType
(int id) Returns the WANQueueFullBehavior as an enum.WanBatchPublisherConfig.getQueueFullBehavior()
Returns the configured behaviour of this WAN publisher when the WAN queue is full.static WanQueueFullBehavior
Returns the enum constant of this class with the specified name.static WanQueueFullBehavior[]
WanQueueFullBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type WanQueueFullBehaviorModifier and TypeMethodDescriptionWanBatchPublisherConfig.setQueueFullBehavior
(WanQueueFullBehavior queueFullBehavior) Sets the configured behaviour of this WAN publisher when the WAN queue is full.