| Package | Description |
|---|---|
| io.atomix.protocols.raft |
Provides classes and interfaces for managing Raft clients and servers.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RaftClient> |
RaftClient.connect()
Connects the client to Raft cluster via the default server address.
|
CompletableFuture<RaftClient> |
RaftClient.connect(Collection<io.atomix.cluster.MemberId> members)
Connects the client to Raft cluster via the provided server addresses.
|
default CompletableFuture<RaftClient> |
RaftClient.connect(io.atomix.cluster.MemberId... members)
Connects the client to Raft cluster via the provided server addresses.
|
Copyright © 2013–2018. All rights reserved.