Package | Description |
---|---|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations 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 |
---|---|
WanSyncStatus |
WanSyncStateImpl.getStatus() |
Constructor and Description |
---|
WanSyncStateImpl(WanSyncStatus status,
int syncedPartitionCount,
String activeWanConfigName,
String activePublisherName) |
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 © 2019 Hazelcast, Inc.. All Rights Reserved.