Uses of Class
com.hazelcast.config.EventJournalConfig
Packages that use EventJournalConfig
-
Uses of EventJournalConfig in com.hazelcast.config
Fields in com.hazelcast.config declared as EventJournalConfigModifier and TypeFieldDescriptionprotected EventJournalConfig
AbstractCacheConfig.eventJournalConfig
Methods in com.hazelcast.config that return EventJournalConfigModifier 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.Methods in com.hazelcast.config with parameters of type EventJournalConfigModifier 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
Constructors in com.hazelcast.config with parameters of type EventJournalConfigModifierConstructorDescriptionEventJournalConfig
(EventJournalConfig config) Clones aEventJournalConfig
.