public interface DistributedNavigableMap<K extends Comparable<K>,V> extends DistributedSortedMap<K,V>, NavigableMap<K,V>
DEFAULT_OPERATION_TIMEOUT_MILLIS| Modifier and Type | Method and Description |
|---|---|
AsyncDistributedNavigableMap<K,V> |
async()
Returns the underlying asynchronous primitive.
|
DistributedNavigableSet<K> |
descendingKeySet() |
DistributedNavigableMap<K,V> |
descendingMap() |
DistributedNavigableMap<K,V> |
headMap(K toKey,
boolean inclusive) |
DistributedNavigableSet<K> |
navigableKeySet() |
DistributedNavigableMap<K,V> |
subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
DistributedNavigableMap<K,V> |
tailMap(K fromKey,
boolean inclusive) |
headMap, subMap, tailMapaddListener, addListener, entrySet, keySet, removeListener, valuesclose, deleteaddStateChangeListener, name, protocol, removeStateChangeListener, typeceilingEntry, ceilingKey, firstEntry, floorEntry, floorKey, headMap, higherEntry, higherKey, lastEntry, lowerEntry, lowerKey, pollFirstEntry, pollLastEntry, subMap, tailMapcomparator, 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, sizeDistributedNavigableMap<K,V> descendingMap()
descendingMap in interface NavigableMap<K extends Comparable<K>,V>DistributedNavigableSet<K> navigableKeySet()
navigableKeySet in interface NavigableMap<K extends Comparable<K>,V>DistributedNavigableSet<K> descendingKeySet()
descendingKeySet in interface NavigableMap<K extends Comparable<K>,V>DistributedNavigableMap<K,V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
subMap in interface NavigableMap<K extends Comparable<K>,V>DistributedNavigableMap<K,V> headMap(K toKey, boolean inclusive)
headMap in interface NavigableMap<K extends Comparable<K>,V>DistributedNavigableMap<K,V> tailMap(K fromKey, boolean inclusive)
tailMap in interface NavigableMap<K extends Comparable<K>,V>AsyncDistributedNavigableMap<K,V> async()
SyncPrimitiveasync in interface DistributedMap<K extends Comparable<K>,V>async in interface DistributedSortedMap<K extends Comparable<K>,V>async in interface SyncPrimitiveCopyright © 2013–2018. All rights reserved.