public interface DistributedSortedMap<K extends Comparable<K>,V> extends DistributedMap<K,V>, SortedMap<K,V>
DEFAULT_OPERATION_TIMEOUT_MILLIS| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedSortedMap<K,V> |
async()
Returns the underlying asynchronous primitive.
|
DistributedSortedMap<K,V> |
headMap(K toKey) |
DistributedSortedMap<K,V> |
subMap(K fromKey,
K toKey) |
DistributedSortedMap<K,V> |
tailMap(K fromKey) |
addListener, addListener, entrySet, keySet, removeListener, valuesclose, deleteaddStateChangeListener, name, protocol, removeStateChangeListener, typecomparator, entrySet, firstKey, keySet, lastKey, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, sizeDistributedSortedMap<K,V> subMap(K fromKey, K toKey)
DistributedSortedMap<K,V> headMap(K toKey)
DistributedSortedMap<K,V> tailMap(K fromKey)
AsyncDistributedSortedMap<K,V> async()
SyncPrimitiveasync in interface DistributedMap<K extends Comparable<K>,V>async in interface SyncPrimitiveCopyright © 2013–2018. All rights reserved.