public enum WanSyncType extends Enum<WanSyncType>
| Enum Constant and Description |
|---|
ALL_MAPS
Sync all entries for all maps.
|
SINGLE_MAP
Sync all entries for a specific map.
|
| Modifier and Type | Method and Description |
|---|---|
static WanSyncType |
getByType(int eventType) |
int |
getType() |
static WanSyncType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WanSyncType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WanSyncType ALL_MAPS
public static final WanSyncType SINGLE_MAP
public static WanSyncType[] values()
for (WanSyncType c : WanSyncType.values()) System.out.println(c);
public static WanSyncType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getType()
public static WanSyncType getByType(int eventType)
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.