| Package | Description |
|---|---|
| io.atomix.manager |
Provides APIs for creating custom resources via
ResourceClient. |
| Modifier and Type | Method and Description |
|---|---|
ResourceClient |
ResourceClient.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ResourceClient> |
ResourceClient.connect(Address... cluster)
Connects the client to the cluster.
|
CompletableFuture<ResourceClient> |
ResourceClient.connect(Collection<Address> cluster)
Connects the client to the cluster.
|
Copyright © 2013–2017. All rights reserved.