@Value.Immutable public abstract class RaftServer extends Object
RaftServer()
abstract String
address()
id()
abstract Boolean
leader()
node()
voter()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RaftServer()
public abstract String id()
public abstract String node()
public abstract String address()
public abstract Boolean leader()
public abstract Boolean voter()
Copyright © 2019. All rights reserved.