Uses of Class
com.hazelcast.config.RingbufferStoreConfig
Packages that use RingbufferStoreConfig
-
Uses of RingbufferStoreConfig in com.hazelcast.config
Methods in com.hazelcast.config that return RingbufferStoreConfigModifier 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) Methods in com.hazelcast.config with parameters of type RingbufferStoreConfigModifier and TypeMethodDescriptionRingbufferConfig.setRingbufferStoreConfig
(RingbufferStoreConfig ringbufferStoreConfig) Set the RingbufferStore (load and store ringbuffer items from/to a database) configuration.Constructors in com.hazelcast.config with parameters of type RingbufferStoreConfig