public static class DynamicConfigAddRingbufferConfigCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
asyncBackupCount
number of asynchronous backups
|
int |
backupCount
number of synchronous backups
|
int |
capacity
capacity of the ringbuffer
|
String |
inMemoryFormat
in memory format of items in the ringbuffer.
|
int |
mergeBatchSize
TODO DOC
|
String |
mergePolicy
TODO DOC
|
String |
name
ringbuffer configuration name
|
RingbufferStoreConfigHolder |
ringbufferStoreConfig
backing ringbuffer 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 lock to remain functional.
|
int |
timeToLiveSeconds
maximum number of seconds for each entry to stay in the ringbuffer
|
| Constructor and Description |
|---|
RequestParameters() |
public String name
public int capacity
public int backupCount
public int asyncBackupCount
public int timeToLiveSeconds
public String inMemoryFormat
BINARY
and OBJECTpublic RingbufferStoreConfigHolder ringbufferStoreConfig
public String splitBrainProtectionName
null, split brain protection does not
apply to this lock configuration's operations.public String mergePolicy
public int mergeBatchSize
Copyright © 2019 Hazelcast, Inc.. All rights reserved.