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() |
Modifier and Type | Method and Description |
---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) |
CacheSimpleConfig |
CacheSimpleConfig.addEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) |
Modifier and Type | Method and Description |
---|---|
CacheSimpleConfig |
CacheSimpleConfigReadOnly.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners) |
CacheSimpleConfig |
CacheSimpleConfig.setCacheEntryListeners(List<CacheSimpleEntryListenerConfig> cacheEntryListeners) |
Constructor and Description |
---|
CacheSimpleEntryListenerConfig(CacheSimpleEntryListenerConfig listenerConfig) |
CacheSimpleEntryListenerConfigReadOnly(CacheSimpleEntryListenerConfig listenerConfig) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.