Uses of Enum Class
com.hazelcast.config.WanAcknowledgeType
-
Uses of WanAcknowledgeType in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final WanAcknowledgeType
WanBatchPublisherConfig.DEFAULT_ACKNOWLEDGE_TYPE
Modifier and TypeMethodDescriptionWanBatchPublisherConfig.getAcknowledgeType()
Returns the strategy for when the target cluster should acknowledge that a WAN event batch has been processed.static WanAcknowledgeType
WanAcknowledgeType.getById
(int id) Returns theWanAcknowledgeType
for the given ID.static WanAcknowledgeType
Returns the enum constant of this class with the specified name.static WanAcknowledgeType[]
WanAcknowledgeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWanBatchPublisherConfig.setAcknowledgeType
(WanAcknowledgeType acknowledgeType) Sets the strategy for when the target cluster should acknowledge that a WAN event batch has been processed.