| 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.navigableSetBuilder(String name)
Creates a new DistributedNavigableSetBuilder.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedNavigableSetBuilder<E> |
DistributedNavigableSetType.newBuilder(String name,
DistributedNavigableSetConfig config,
PrimitiveManagementService managementService) |
DistributedNavigableSetBuilder<E> |
DistributedNavigableSetBuilder.withProtocol(NavigableSetProtocol protocol) |
DistributedNavigableSetBuilder<E> |
DistributedNavigableSetBuilder.withProtocol(ProxyProtocol protocol) |
Copyright © 2013–2018. All rights reserved.