| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.wan | This package contains the WAN replication API | 
| Modifier and Type | Method and Description | 
|---|---|
| WanAcknowledgeType | WanTargetClusterConfig. getAcknowledgeType() | 
| static WanAcknowledgeType | WanAcknowledgeType. getById(int id)Returns the  WanAcknowledgeTypefor 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 | 
|---|---|
| void | WanTargetClusterConfig. setAcknowledgeType(WanAcknowledgeType acknowledgeType) | 
| Modifier and Type | Method and Description | 
|---|---|
| WanAcknowledgeType | WanReplicationEvent. getAcknowledgeType() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WanReplicationEvent. setAcknowledgeType(WanAcknowledgeType acknowledgeType) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.