| Package | Description |
|---|---|
| com.hazelcast.config |
| Modifier and Type | Method and Description |
|---|---|
EntryListenerConfig |
EntryListenerConfig.setImplementation(EntryListener implementation) |
EntryListenerConfig |
EntryListenerConfig.setIncludeValue(boolean includeValue) |
EntryListenerConfig |
EntryListenerConfig.setLocal(boolean local) |
| Modifier and Type | Method and Description |
|---|---|
List<EntryListenerConfig> |
MapConfig.getEntryListenerConfigs() |
List<EntryListenerConfig> |
MultiMapConfig.getEntryListenerConfigs() |
| Modifier and Type | Method and Description |
|---|---|
MapConfig |
MapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig) |
MultiMapConfig |
MultiMapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig) |
| Modifier and Type | Method and Description |
|---|---|
MapConfig |
MapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) |
void |
MultiMapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs) |
Copyright .0; 2008-2011 Hazel Ltd. All Rights Reserved.