| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Comparable<E>> |
Atomix.getNavigableSet(String name) |
<E extends Comparable<E>> |
PrimitivesService.getNavigableSet(String name)
Creates a new DistributedNavigableSet.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedNavigableSet<K> |
DistributedNavigableMap.descendingKeySet() |
DistributedNavigableSet<K> |
AtomicNavigableMap.navigableKeySet()
Returns a navigable set of the keys in this map.
|
DistributedNavigableSet<K> |
DistributedNavigableMap.navigableKeySet() |
| Modifier and Type | Method and Description |
|---|---|
default DistributedNavigableSet<E> |
AsyncDistributedNavigableSet.sync() |
DistributedNavigableSet<E> |
AsyncDistributedNavigableSet.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
DistributedNavigableSetType.newResource(DistributedNavigableSet<E> primitive) |
Copyright © 2013–2018. All rights reserved.