Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheSimpleEntryListenerConfigReadOnly
Readonly version of CacheSimpleEntryListenerConfig
|
Modifier and Type | Method and Description |
---|---|
List<CacheSimpleEntryListenerConfig> |
CacheSimpleConfigReadOnly.getCacheEntryListeners() |
List<CacheSimpleEntryListenerConfig> |
CacheSimpleConfig.getCacheEntryListeners()
Gets a list of
CacheSimpleEntryListenerConfig from this ICache . |
Modifier and Type | Method and Description |
---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) |
CacheSimpleConfig |
CacheSimpleConfig.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig)
Adds
CacheSimpleEntryListenerConfig to this ICache . |
Modifier and Type | Method and Description |
---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners) |
CacheSimpleConfig |
CacheSimpleConfig.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners)
Sets a list of
CacheSimpleEntryListenerConfig for this ICache . |
Constructor and Description |
---|
CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) |
CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.