public abstract class ConfigurationRequest extends AbstractRaftRequest
Configuration change requests are the basis for members joining and leaving the cluster. When a member wants to join or leave the cluster, it must submit a configuration change request to the leader where the change will be logged and replicated.
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationRequest.Builder<T extends ConfigurationRequest.Builder<T,U>,U extends ConfigurationRequest>
Configuration request builder.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
RaftMember |
member()
Returns the member to configure.
|
String |
toString() |
public RaftMember member()
Copyright © 2013–2017. All rights reserved.