Package | Description |
---|---|
com.hazelcast.console |
This package contains classes related to ConsoleApp
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.multimap |
Contains the API for the
MultiMap . |
com.hazelcast.replicatedmap |
Classes for replicated map.
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleApp
Special thanks to Alexandre Vasseur for providing this very nice test application.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryAdapter<K,V>
Adapter for
MapListener . |
Modifier and Type | Method and Description |
---|---|
UUID |
MultiMap.addEntryListener(EntryListener<K,V> listener,
boolean includeValue)
Adds an entry listener for this multimap.
|
UUID |
MultiMap.addEntryListener(EntryListener<K,V> listener,
K key,
boolean includeValue)
Adds the specified entry listener for the specified key.
|
UUID |
MultiMap.addLocalEntryListener(EntryListener<K,V> listener)
Adds a local entry listener for this multimap.
|
Modifier and Type | Method and Description |
---|---|
UUID |
ReplicatedMap.addEntryListener(EntryListener<K,V> listener)
Adds an entry listener for this map.
|
UUID |
ReplicatedMap.addEntryListener(EntryListener<K,V> listener,
K key)
Adds the specified entry listener for the specified key.
|
UUID |
ReplicatedMap.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate)
Adds an continuous entry listener for this map.
|
UUID |
ReplicatedMap.addEntryListener(EntryListener<K,V> listener,
Predicate<K,V> predicate,
K key)
Adds an continuous entry listener for this map.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.