|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntryListenerConfig | |
---|---|
com.hazelcast.config |
Uses of EntryListenerConfig in com.hazelcast.config |
---|
Methods in com.hazelcast.config that return EntryListenerConfig | |
---|---|
EntryListenerConfig |
EntryListenerConfig.setImplementation(EntryListener implementation)
|
EntryListenerConfig |
EntryListenerConfig.setIncludeValue(boolean includeValue)
|
EntryListenerConfig |
EntryListenerConfig.setLocal(boolean local)
|
Methods in com.hazelcast.config that return types with arguments of type EntryListenerConfig | |
---|---|
List<EntryListenerConfig> |
MapConfig.getEntryListenerConfigs()
|
List<EntryListenerConfig> |
MultiMapConfig.getEntryListenerConfigs()
|
Methods in com.hazelcast.config with parameters of type EntryListenerConfig | |
---|---|
MapConfig |
MapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
|
MultiMapConfig |
MultiMapConfig.addEntryListenerConfig(EntryListenerConfig listenerConfig)
|
Method parameters in com.hazelcast.config with type arguments of type EntryListenerConfig | |
---|---|
MapConfig |
MapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
|
void |
MultiMapConfig.setEntryListenerConfigs(List<EntryListenerConfig> listenerConfigs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |