| 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 |
|---|---|
default <E extends Comparable<E>> |
PrimitivesService.sortedSetBuilder(String name)
Creates a new DistributedSortedSetBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedSortedSetBuilder<E> |
DistributedSortedSetType.newBuilder(String name,
DistributedSortedSetConfig config,
PrimitiveManagementService managementService) |
DistributedSortedSetBuilder<E> |
DistributedSortedSetBuilder.withProtocol(ProxyProtocol protocol) |
DistributedSortedSetBuilder<E> |
DistributedSortedSetBuilder.withProtocol(SortedSetProtocol protocol) |
Copyright © 2013–2018. All rights reserved.