| Package | Description |
|---|---|
| io.atomix.copycat.server |
Standalone, feature-complete implementation of the Raft consensus algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
CopycatServer |
CopycatServer.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CopycatServer> |
CopycatServer.bootstrap()
Bootstraps a single-node cluster.
|
CompletableFuture<CopycatServer> |
CopycatServer.bootstrap(Address... cluster)
Bootstraps the cluster using the provided cluster configuration.
|
CompletableFuture<CopycatServer> |
CopycatServer.bootstrap(Collection<Address> cluster)
Bootstraps the cluster using the provided cluster configuration.
|
CompletableFuture<CopycatServer> |
CopycatServer.join(Address... cluster)
Joins the cluster.
|
CompletableFuture<CopycatServer> |
CopycatServer.join(Collection<Address> cluster)
Joins the cluster.
|
Copyright © 2013–2016. All rights reserved.