public interface DistributedMultiMap<K,V>
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
logger |
Modifier and Type | Method and Description |
---|---|
Collection<V> |
get(K key) |
Future<Boolean> |
put(K key,
V value) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.