public static class DynamicConfigAddQueueConfigCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
asyncBackupCount
number of asynchronous backups
|
int |
backupCount
number of synchronous backups
|
int |
emptyQueueTtl
queue time-to-live in seconds: queue will be destroyed if it stays empty or unused for that time
|
List<ListenerConfigHolder> |
listenerConfigs
item listeners configuration
|
int |
maxSize
maximum number of items in the queue
|
int |
mergeBatchSize
TODO DOC
|
String |
mergePolicy
TODO DOC
|
String |
name
queue name
|
QueueStoreConfigHolder |
queueStoreConfig
backing queue store configuration
|
String |
splitBrainProtectionName
name of an existing configured split brain protection to be used to determine the minimum number of members
required in the cluster for the queue to remain functional.
|
boolean |
statisticsEnabled
true to enable gathering of statistics, otherwise false |
| Constructor and Description |
|---|
RequestParameters() |
public String name
public List<ListenerConfigHolder> listenerConfigs
public int backupCount
public int asyncBackupCount
public int maxSize
public int emptyQueueTtl
public boolean statisticsEnabled
true to enable gathering of statistics, otherwise falsepublic String splitBrainProtectionName
null, split brain protection does not
apply to this queue configuration's operations.public QueueStoreConfigHolder queueStoreConfig
public String mergePolicy
public int mergeBatchSize
Copyright © 2019 Hazelcast, Inc.. All rights reserved.