| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.set |
Distributed set primitive.
|
| Modifier and Type | Method and Description |
|---|---|
<E extends Comparable<E>> |
Atomix.getSortedSet(String name) |
<E extends Comparable<E>> |
PrimitivesService.getSortedSet(String name)
Creates a new DistributedSortedSet.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributedNavigableSet<E extends Comparable<E>>
Distributed navigable set.
|
| Modifier and Type | Method and Description |
|---|---|
default DistributedSortedSet<E> |
AsyncDistributedSortedSet.sync() |
DistributedSortedSet<E> |
AsyncDistributedSortedSet.sync(Duration operationTimeout) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveResource |
DistributedSortedSetType.newResource(DistributedSortedSet<E> primitive) |
Copyright © 2013–2018. All rights reserved.