| Constructor and Description |
|---|
TracingReplicatedMap(com.hazelcast.core.ReplicatedMap<K,V> map,
boolean traceWithActiveSpanOnly) |
| Modifier and Type | Method and Description |
|---|---|
String |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener) |
String |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
K key) |
String |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
com.hazelcast.query.Predicate<K,V> predicate) |
String |
addEntryListener(com.hazelcast.core.EntryListener<K,V> listener,
com.hazelcast.query.Predicate<K,V> predicate,
K key) |
void |
clear() |
V |
compute(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
V |
computeIfAbsent(K key,
Function<? super K,? extends V> mappingFunction) |
V |
computeIfPresent(K key,
BiFunction<? super K,? super V,? extends V> remappingFunction) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
void |
destroy() |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object o) |
void |
forEach(BiConsumer<? super K,? super V> action) |
V |
get(Object key) |
String |
getName() |
V |
getOrDefault(Object key,
V defaultValue) |
String |
getPartitionKey() |
com.hazelcast.monitor.LocalReplicatedMapStats |
getReplicatedMapStats() |
String |
getServiceName() |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
merge(K key,
V value,
BiFunction<? super V,? super V,? extends V> remappingFunction) |
V |
put(K key,
V value) |
V |
put(K key,
V value,
long ttl,
TimeUnit timeUnit) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
putIfAbsent(K key,
V value) |
V |
remove(Object key) |
boolean |
remove(Object key,
Object value) |
boolean |
removeEntryListener(String id) |
V |
replace(K key,
V value) |
boolean |
replace(K key,
V oldValue,
V newValue) |
void |
replaceAll(BiFunction<? super K,? super V,? extends V> function) |
int |
size() |
Collection<V> |
values() |
Collection<V> |
values(Comparator<V> comparator) |
public void clear()
public boolean removeEntryListener(String id)
public String addEntryListener(com.hazelcast.core.EntryListener<K,V> listener, K key)
public String addEntryListener(com.hazelcast.core.EntryListener<K,V> listener, com.hazelcast.query.Predicate<K,V> predicate)
public String addEntryListener(com.hazelcast.core.EntryListener<K,V> listener, com.hazelcast.query.Predicate<K,V> predicate, K key)
public Collection<V> values()
public Collection<V> values(Comparator<V> comparator)
public com.hazelcast.monitor.LocalReplicatedMapStats getReplicatedMapStats()
public boolean containsKey(Object key)
containsKey in interface Map<K,V>public boolean containsValue(Object value)
containsValue in interface Map<K,V>public boolean equals(Object o)
public int hashCode()
public V getOrDefault(Object key, V defaultValue)
getOrDefault in interface Map<K,V>public void forEach(BiConsumer<? super K,? super V> action)
public void replaceAll(BiFunction<? super K,? super V,? extends V> function)
replaceAll in interface Map<K,V>public V computeIfAbsent(K key, Function<? super K,? extends V> mappingFunction)
computeIfAbsent in interface Map<K,V>public V computeIfPresent(K key, BiFunction<? super K,? super V,? extends V> remappingFunction)
computeIfPresent in interface Map<K,V>public String getPartitionKey()
getPartitionKey in interface com.hazelcast.core.DistributedObjectpublic String getName()
getName in interface com.hazelcast.core.DistributedObjectpublic String getServiceName()
getServiceName in interface com.hazelcast.core.DistributedObjectpublic void destroy()
destroy in interface com.hazelcast.core.DistributedObjectCopyright © 2018-2019–2019. All rights reserved.