Package | Description |
---|---|
com.hazelcast.client.examples | |
com.hazelcast.client.proxy | |
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.examples |
This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. |
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.proxy | |
com.hazelcast.multimap |
Modifier and Type | Class and Description |
---|---|
class |
ClientTestApp |
Modifier and Type | Method and Description |
---|---|
String |
ClientMapProxy.addEntryListener(EntryListener<K,V> listener,
boolean includeValue) |
String |
ClientMultiMapProxy.addEntryListener(EntryListener<K,V> listener,
boolean includeValue) |
String |
ClientMapProxy.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue) |
String |
ClientMultiMapProxy.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue) |
String |
ClientMapProxy.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
boolean includeValue) |
String |
ClientMapProxy.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key,
boolean includeValue) |
String |
ClientMapProxy.addLocalEntryListener(EntryListener<K,V> listener) |
String |
ClientMultiMapProxy.addLocalEntryListener(EntryListener<K,V> listener) |
String |
ClientMapProxy.addLocalEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
boolean includeValue) |
String |
ClientMapProxy.addLocalEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key,
boolean includeValue) |
Modifier and Type | Method and Description |
---|---|
EntryListener |
EntryListenerConfig.getImplementation() |
Modifier and Type | Method and Description |
---|---|
EntryListenerConfig |
EntryListenerConfigReadOnly.setImplementation(EntryListener implementation) |
EntryListenerConfig |
EntryListenerConfig.setImplementation(EntryListener implementation) |
Constructor and Description |
---|
EntryListenerConfig(EntryListener implementation,
boolean local,
boolean includeValue) |
Modifier and Type | Class and Description |
---|---|
class |
EntryAdapter<K,V>
Adapter for EntryListener.
|
Modifier and Type | Method and Description |
---|---|
String |
MultiMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this multimap.
|
String |
IMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this map.
|
String |
MultiMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key.
|
String |
IMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key.
|
String |
IMap.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
boolean includeValue)
Adds an continuous entry listener for this map.
|
String |
IMap.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key,
boolean includeValue)
Adds an continuous entry listener for this map.
|
String |
MultiMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this multimap.
|
String |
IMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this map.
|
String |
IMap.addLocalEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
boolean includeValue)
Adds a local entry listener for this map.
|
String |
IMap.addLocalEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key,
boolean includeValue)
Adds a local entry listener for this map.
|
Modifier and Type | Class and Description |
---|---|
class |
TestApp
Special thanks to Alexandre Vasseur for providing this very nice test
application.
|
Modifier and Type | Method and Description |
---|---|
String |
MapService.addEventListener(EntryListener entryListener,
EventFilter eventFilter,
String mapName) |
String |
MapService.addLocalEventListener(EntryListener entryListener,
EventFilter eventFilter,
String mapName) |
String |
MapService.addLocalEventListener(EntryListener entryListener,
String mapName) |
void |
MapService.dispatchEvent(EventData eventData,
EntryListener listener) |
Modifier and Type | Method and Description |
---|---|
String |
MapProxyImpl.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue) |
String |
MapProxyImpl.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
boolean includeValue) |
String |
MapProxyImpl.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key,
boolean includeValue) |
String |
MapProxyImpl.addEntryListener(EntryListener listener,
boolean includeValue) |
String |
MapProxyImpl.addLocalEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
boolean includeValue) |
String |
MapProxyImpl.addLocalEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key,
boolean includeValue) |
Modifier and Type | Method and Description |
---|---|
String |
ObjectMultiMapProxy.addEntryListener(EntryListener<K,V> listener,
boolean includeValue) |
String |
ObjectMultiMapProxy.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue) |
String |
ObjectMultiMapProxy.addLocalEntryListener(EntryListener<K,V> listener) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.