| Package | Description |
|---|---|
| io.atomix.manager |
Provides APIs for creating custom resources via
ResourceClient. |
| Modifier and Type | Method and Description |
|---|---|
ResourceServer |
ResourceServer.Builder.build()
Builds the server.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ResourceServer> |
ResourceServer.bootstrap()
Bootstraps a single-node cluster.
|
CompletableFuture<ResourceServer> |
ResourceServer.bootstrap(Address... cluster)
Bootstraps the cluster using the provided cluster configuration.
|
CompletableFuture<ResourceServer> |
ResourceServer.bootstrap(Collection<Address> cluster)
Bootstraps the cluster using the provided cluster configuration.
|
CompletableFuture<ResourceServer> |
ResourceServer.join(Address... cluster)
Joins the cluster.
|
CompletableFuture<ResourceServer> |
ResourceServer.join(Collection<Address> cluster)
Joins the cluster.
|
Copyright © 2013–2017. All rights reserved.