| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.map |
Atomic map primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<K extends Comparable<K>,V> |
Atomix.getNavigableMap(String name) |
<K extends Comparable<K>,V> |
PrimitivesService.getNavigableMap(String name)
Creates a new DistributedNavigableMap.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedNavigableMap<K,V> |
DistributedNavigableMap.descendingMap() |
DistributedNavigableMap<K,V> |
DistributedNavigableMap.headMap(K toKey,
boolean inclusive) |
DistributedNavigableMap<K,V> |
DistributedNavigableMap.subMap(K fromKey,
boolean fromInclusive,
K toKey,
boolean toInclusive) |
default DistributedNavigableMap<K,V> |
AsyncDistributedNavigableMap.sync() |
DistributedNavigableMap<K,V> |
AsyncDistributedNavigableMap.sync(Duration operationTimeout) |
DistributedNavigableMap<K,V> |
DistributedNavigableMap.tailMap(K fromKey,
boolean inclusive) |
Copyright © 2013–2018. All rights reserved.