Uses of Enum Class
com.hazelcast.config.WanQueueFullBehavior
-
Uses of WanQueueFullBehavior in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final WanQueueFullBehavior
WanBatchPublisherConfig.DEFAULT_QUEUE_FULL_BEHAVIOUR
Modifier 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.Modifier and TypeMethodDescriptionWanBatchPublisherConfig.setQueueFullBehavior
(WanQueueFullBehavior queueFullBehavior) Sets the configured behaviour of this WAN publisher when the WAN queue is full.