| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.internal.management.operation | 
 Contains operations that are called from Management Center. 
 | 
| com.hazelcast.internal.management.request | 
 Contains requests that made from Management Center. 
 | 
| 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. 
 | 
| 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. 
 | 
| Constructor and Description | 
|---|
ChangeWanStateOperation(String schemeName,
                       String publisherName,
                       WanPublisherState state)  | 
| Constructor and Description | 
|---|
ChangeWanStateRequest(String schemeName,
                     String publisherName,
                     WanPublisherState state)  | 
| Modifier and Type | Method and Description | 
|---|---|
WanPublisherState | 
LocalWanPublisherStats.getPublisherState()
Returns the current  
WanPublisherState of this publisher. | 
| Modifier and Type | Method and Description | 
|---|---|
WanPublisherState | 
LocalWanPublisherStatsImpl.getPublisherState()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
LocalWanPublisherStatsImpl.setState(WanPublisherState state)  | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.