| Package | Description | 
|---|---|
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static WanQueueFullBehavior | 
WanBatchPublisherConfig.DEFAULT_QUEUE_FULL_BEHAVIOUR  | 
| Modifier and Type | Method and Description | 
|---|---|
static WanQueueFullBehavior | 
WanQueueFullBehavior.getByType(int id)
Returns the WANQueueFullBehavior as an enum. 
 | 
WanQueueFullBehavior | 
WanBatchPublisherConfig.getQueueFullBehavior()
Returns the configured behaviour of this WAN publisher when the WAN queue
 is full. 
 | 
static WanQueueFullBehavior | 
WanQueueFullBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static WanQueueFullBehavior[] | 
WanQueueFullBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WanBatchPublisherConfig | 
WanBatchPublisherConfig.setQueueFullBehavior(WanQueueFullBehavior queueFullBehavior)
Sets the configured behaviour of this WAN publisher when the WAN queue is
 full. 
 | 
Copyright © 2020 Hazelcast, Inc.. All rights reserved.