K
- the key typeV
- the value typepublic static interface DistributedMap.ItemAddedAction<K,V>
Modifier and Type | Method and Description |
---|---|
void |
itemAddedToCollection(com.hazelcast.core.IMap<K,V> collection,
K itemKey,
V itemValue,
com.hazelcast.core.Member member)
Item added to collection.
|