| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.wan | 
 This package contains the WAN replication API 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static WanPublisherState | 
WanBatchPublisherConfig.DEFAULT_INITIAL_PUBLISHER_STATE  | 
| Modifier and Type | Method and Description | 
|---|---|
WanPublisherState | 
WanBatchPublisherConfig.getInitialPublisherState()
Returns the initial WAN publisher state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WanBatchPublisherConfig | 
WanBatchPublisherConfig.setInitialPublisherState(WanPublisherState initialPublisherState)
Sets the initial publisher state. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static WanPublisherState | 
WanPublisherState.getByType(byte id)
Returns the WanPublisherState as an enum. 
 | 
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. 
 | 
Copyright © 2022 Hazelcast, Inc.. All rights reserved.