| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected EventJournalConfig | AbstractCacheConfig. eventJournalConfig | 
| Modifier and Type | Method and Description | 
|---|---|
| EventJournalConfig | AbstractCacheConfig. getEventJournalConfig()Gets the  EventJournalConfigfor thisCacheConfiguration | 
| EventJournalConfig | CacheSimpleConfig. getEventJournalConfig()Gets the  EventJournalConfigfor thisCacheSimpleConfig | 
| EventJournalConfig | MapConfig. getEventJournalConfig()Gets the  EventJournalConfigfor thisMapConfig | 
| EventJournalConfig | EventJournalConfig. setCapacity(int capacity)Sets the capacity of the event journal. | 
| EventJournalConfig | EventJournalConfig. setEnabled(boolean enabled)Enables or disables the event journal. | 
| EventJournalConfig | EventJournalConfig. setTimeToLiveSeconds(int timeToLiveSeconds)Sets the time to live in seconds. | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheConfiguration<K,V> | AbstractCacheConfig. setEventJournalConfig(EventJournalConfig eventJournalConfig)Sets the  EventJournalConfigfor thisCacheConfiguration | 
| CacheSimpleConfig | CacheSimpleConfig. setEventJournalConfig(EventJournalConfig eventJournalConfig)Sets the  EventJournalConfigfor thisCacheSimpleConfig | 
| MapConfig | MapConfig. setEventJournalConfig(EventJournalConfig eventJournalConfig)Sets the  EventJournalConfigfor thisMapConfig | 
| Constructor and Description | 
|---|
| EventJournalConfig(EventJournalConfig config)Clones a  EventJournalConfig. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.