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