public class JoinRequest extends ConfigurationRequest
The join request is the mechanism by which new servers join a cluster. When a server wants to join a cluster, it must submit a join request to the leader. The leader will attempt to commit the configuration change and, if successful, respond to the join request with the updated configuration.
| Modifier and Type | Class and Description |
|---|---|
static class |
JoinRequest.Builder
Join request builder.
|
| Constructor and Description |
|---|
JoinRequest(RaftMember member) |
| Modifier and Type | Method and Description |
|---|---|
static JoinRequest.Builder |
newBuilder()
Returns a new join request builder.
|
equals, hashCode, member, toStringpublic JoinRequest(RaftMember member)
public static JoinRequest.Builder newBuilder()
Copyright © 2013–2017. All rights reserved.