Uses of Class
com.hazelcast.config.RingbufferStoreConfig
-
Uses of RingbufferStoreConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionRingbufferConfig.getRingbufferStoreConfig()
Get the RingbufferStore (load and store ringbuffer items from/to a database) configuration.RingbufferStoreConfig.setClassName
(String className) RingbufferStoreConfig.setEnabled
(boolean enabled) RingbufferStoreConfig.setFactoryClassName
(String factoryClassName) RingbufferStoreConfig.setFactoryImplementation
(RingbufferStoreFactory factoryImplementation) RingbufferStoreConfig.setProperties
(Properties properties) RingbufferStoreConfig.setProperty
(String name, String value) RingbufferStoreConfig.setStoreImplementation
(RingbufferStore storeImplementation) Modifier and TypeMethodDescriptionRingbufferConfig.setRingbufferStoreConfig
(RingbufferStoreConfig ringbufferStoreConfig) Set the RingbufferStore (load and store ringbuffer items from/to a database) configuration.