Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
static WanAcknowledgeType |
WanBatchPublisherConfig.DEFAULT_ACKNOWLEDGE_TYPE |
Modifier and Type | Method and Description |
---|---|
WanAcknowledgeType |
WanBatchPublisherConfig.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 the
WanAcknowledgeType for the given ID. |
static WanAcknowledgeType |
WanAcknowledgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WanAcknowledgeType[] |
WanAcknowledgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WanBatchPublisherConfig |
WanBatchPublisherConfig.setAcknowledgeType(WanAcknowledgeType acknowledgeType)
Sets the strategy for when the target cluster should acknowledge that
a WAN event batch has been processed.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.