| 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.getSortedMap(String name) |
<K extends Comparable<K>,V> |
PrimitivesService.getSortedMap(String name)
Creates a new DistributedSortedMap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedNavigableMap<K extends Comparable<K>,V>
Distributed navigable map.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedSortedMap<K,V> |
DistributedSortedMap.headMap(K toKey) |
DistributedSortedMap<K,V> |
DistributedSortedMap.subMap(K fromKey,
K toKey) |
default DistributedSortedMap<K,V> |
AsyncDistributedSortedMap.sync() |
DistributedSortedMap<K,V> |
AsyncDistributedSortedMap.sync(Duration operationTimeout) |
DistributedSortedMap<K,V> |
DistributedSortedMap.tailMap(K fromKey) |
Copyright © 2013–2018. All rights reserved.