Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Method and Description |
---|---|
static WanPublisherState |
WanPublisherState.getByType(byte id)
Returns the WanPublisherState as an enum.
|
WanPublisherState |
WanPublisherConfig.getInitialPublisherState()
Returns the initial WAN publisher state.
|
static WanPublisherState |
WanPublisherState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WanPublisherState[] |
WanPublisherState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WanPublisherConfig |
WanPublisherConfig.setInitialPublisherState(WanPublisherState initialPublisherState)
Sets the initial publisher state.
|
Modifier and Type | Method and Description |
---|---|
WanPublisherState |
LocalWanPublisherStats.getPublisherState()
Returns the current
WanPublisherState of this publisher. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.