| Package | Description |
|---|---|
| com.hazelcast.enterprise.wan.sync |
This package contains WAN sync related classes.
|
| Modifier and Type | Method and Description |
|---|---|
static WanSyncType |
WanSyncType.getByType(int eventType) |
WanSyncType |
WanSyncEvent.getType() |
static WanSyncType |
WanSyncType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WanSyncType[] |
WanSyncType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WanSyncEvent(WanSyncType type) |
WanSyncEvent(WanSyncType type,
String name) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.