Uses of Class
com.hazelcast.config.EventJournalConfig
-
Uses of EventJournalConfig in com.hazelcast.config
Modifier and TypeFieldDescriptionprotected EventJournalConfig
AbstractCacheConfig.eventJournalConfig
Modifier and TypeMethodDescriptionAbstractCacheConfig.getEventJournalConfig()
Gets theEventJournalConfig
for thisCacheConfiguration
CacheSimpleConfig.getEventJournalConfig()
Gets theEventJournalConfig
for thisCacheSimpleConfig
MapConfig.getEventJournalConfig()
Gets theEventJournalConfig
for thisMapConfig
EventJournalConfig.setCapacity
(int capacity) Sets the capacity of the event journal.EventJournalConfig.setEnabled
(boolean enabled) Enables or disables the event journal.EventJournalConfig.setTimeToLiveSeconds
(int timeToLiveSeconds) Sets the time to live in seconds.Modifier and TypeMethodDescriptionAbstractCacheConfig.setEventJournalConfig
(EventJournalConfig eventJournalConfig) Sets theEventJournalConfig
for thisCacheConfiguration
CacheSimpleConfig.setEventJournalConfig
(EventJournalConfig eventJournalConfig) Sets theEventJournalConfig
for thisCacheSimpleConfig
MapConfig.setEventJournalConfig
(EventJournalConfig eventJournalConfig) Sets theEventJournalConfig
for thisMapConfig
ModifierConstructorDescriptionEventJournalConfig
(EventJournalConfig config) Clones aEventJournalConfig
.