public interface DistributedMap<K,V>
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Modifier and Type | Method and Description |
|---|---|
Future<V> |
delete(K key) |
V |
get(K key) |
Iterable<Map.Entry<K,V>> |
getLocalEntries() |
Future<V> |
put(K key,
V value) |
Future<V> |
putIfAbsent(K key,
V value) |
Future<V> |
putIfAbsent(K key,
V value,
long ttl,
TimeUnit timeUnit) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.