| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| 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(String name,
      RingbufferStoreConfig storeConfig,
      InMemoryFormat inMemoryFormat,
      SerializationService serializationService,
      ClassLoader classLoader)Factory method that creates a  RingbufferStoreWrapper. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.