| 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 | 
MapConfig.getEventJournalConfig()
Gets the  
EventJournalConfig for this MapConfig | 
EventJournalConfig | 
CacheSimpleConfig.getEventJournalConfig()
Gets the  
EventJournalConfig for this CacheSimpleConfig | 
EventJournalConfig | 
AbstractCacheConfig.getEventJournalConfig()
Gets the  
EventJournalConfig for this CacheConfiguration | 
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 | 
|---|---|
MapConfig | 
MapConfig.setEventJournalConfig(EventJournalConfig eventJournalConfig)
Sets the  
EventJournalConfig for this MapConfig | 
CacheSimpleConfig | 
CacheSimpleConfig.setEventJournalConfig(EventJournalConfig eventJournalConfig)
Sets the  
EventJournalConfig for this CacheSimpleConfig | 
CacheConfiguration<K,V> | 
AbstractCacheConfig.setEventJournalConfig(EventJournalConfig eventJournalConfig)
Sets the  
EventJournalConfig for this CacheConfiguration | 
| Constructor and Description | 
|---|
EventJournalConfig(EventJournalConfig config)
Clones a  
EventJournalConfig. | 
Copyright © 2023 Hazelcast, Inc.. All rights reserved.