Package | Description |
---|---|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.wan |
This package contains the WAN replication API
|
Modifier and Type | Method and Description |
---|---|
WanSyncStatus |
WanSyncState.getStatus() |
Modifier and Type | Method and Description |
---|---|
static WanSyncStatus |
WanSyncStatus.getByStatus(int status) |
static WanSyncStatus |
WanSyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WanSyncStatus[] |
WanSyncStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.