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 |
---|---|
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 |
---|---|
WanAcknowledgeType |
WanReplicationEvent.getAcknowledgeType() |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationEvent.setAcknowledgeType(WanAcknowledgeType acknowledgeType) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.