Class ConfigurationResponse.Builder<T extends ConfigurationResponse.Builder<T,U>,U extends ConfigurationResponse>

java.lang.Object
io.atomix.raft.protocol.AbstractRaftResponse.Builder<T,U>
io.atomix.raft.protocol.ConfigurationResponse.Builder<T,U>
All Implemented Interfaces:
RaftResponse.Builder<T,U>, Builder<U>
Direct Known Subclasses:
ReconfigureResponse.Builder
Enclosing class:
ConfigurationResponse

public abstract static class ConfigurationResponse.Builder<T extends ConfigurationResponse.Builder<T,U>,U extends ConfigurationResponse> extends AbstractRaftResponse.Builder<T,U>
Configuration response builder.
  • Field Details

    • index

      protected long index
    • term

      protected long term
    • timestamp

      protected long timestamp
    • members

      protected Collection<RaftMember> members
  • Constructor Details

    • Builder

      public Builder()
  • Method Details