Modifier and Type | Field and Description |
---|---|
RingbufferStoreConfigHolder |
DynamicConfigAddRingbufferConfigCodec.RequestParameters.ringbufferStoreConfig
backing ringbuffer store configuration
|
Modifier and Type | Method and Description |
---|---|
static ClientMessage |
DynamicConfigAddRingbufferConfigCodec.encodeRequest(String name,
int capacity,
int backupCount,
int asyncBackupCount,
int timeToLiveSeconds,
String inMemoryFormat,
RingbufferStoreConfigHolder ringbufferStoreConfig,
String splitBrainProtectionName,
String mergePolicy,
int mergeBatchSize) |
Modifier and Type | Method and Description |
---|---|
static RingbufferStoreConfigHolder |
RingbufferStoreConfigHolderCodec.decode(ClientMessage.ForwardFrameIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static void |
RingbufferStoreConfigHolderCodec.encode(ClientMessage clientMessage,
RingbufferStoreConfigHolder ringbufferStoreConfigHolder) |
Modifier and Type | Method and Description |
---|---|
static RingbufferStoreConfigHolder |
RingbufferStoreConfigHolder.of(RingbufferStoreConfig ringbufferStoreConfig,
SerializationService serializationService) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.