| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.task.dynamicconfig | |
| com.hazelcast.config | 
 Provides classes for configuring HazelcastInstance. 
 | 
| com.hazelcast.ringbuffer.impl | 
 Contains the  
Ringbuffer implementation classes. | 
| Modifier and Type | Method and Description | 
|---|---|
RingbufferStoreConfig | 
RingbufferStoreConfigHolder.asRingbufferStoreConfig(SerializationService serializationService)  | 
| Modifier and Type | Method and Description | 
|---|---|
static RingbufferStoreConfigHolder | 
RingbufferStoreConfigHolder.of(RingbufferStoreConfig ringbufferStoreConfig,
  SerializationService serializationService)  | 
| Modifier and Type | Method and Description | 
|---|---|
RingbufferStoreConfig | 
RingbufferConfig.getRingbufferStoreConfig()
Get the RingbufferStore (load and store ring buffer items from/to a database) configuration. 
 | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setClassName(String className)  | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setEnabled(boolean enabled)  | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setFactoryClassName(String factoryClassName)  | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setFactoryImplementation(RingbufferStoreFactory factoryImplementation)  | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setProperties(Properties properties)  | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setProperty(String name,
           String value)  | 
RingbufferStoreConfig | 
RingbufferStoreConfig.setStoreImplementation(RingbufferStore storeImplementation)  | 
| Modifier and Type | Method and Description | 
|---|---|
RingbufferConfig | 
RingbufferConfig.setRingbufferStoreConfig(RingbufferStoreConfig ringbufferStoreConfig)
Set the RingbufferStore (load and store ring buffer items from/to a database) configuration. 
 | 
| Constructor and Description | 
|---|
RingbufferStoreConfig(RingbufferStoreConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
static RingbufferStoreWrapper | 
RingbufferStoreWrapper.create(ObjectNamespace namespace,
      RingbufferStoreConfig storeConfig,
      InMemoryFormat inMemoryFormat,
      SerializationService serializationService,
      ClassLoader classLoader)
Factory method that creates a  
RingbufferStoreWrapper. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.