public class ConfigurationEntry extends TimestampedEntry
The ConfigurationEntry stores information relevant to a single cluster configuration change.
Configuration change entries store a collection of members which each represent a
server in the cluster. Each time the set of members changes or a property of a single member changes,
a new ConfigurationEntry must be logged for the configuration change.
| Constructor and Description |
|---|
ConfigurationEntry(long term,
long timestamp,
Collection<RaftMember> members) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RaftMember> |
members()
Returns the members.
|
String |
toString() |
timestamptermpublic ConfigurationEntry(long term,
long timestamp,
Collection<RaftMember> members)
public Collection<RaftMember> members()
public String toString()
toString in class TimestampedEntryCopyright © 2013–2017. All rights reserved.