Class ForceConfigureResponse

java.lang.Object
io.atomix.raft.protocol.AbstractRaftResponse
io.atomix.raft.protocol.ForceConfigureResponse
All Implemented Interfaces:
RaftMessage, RaftResponse

public class ForceConfigureResponse extends AbstractRaftResponse
Force Configuration response.
  • Constructor Details

  • Method Details

    • index

      public long index()
    • term

      public long term()
    • builder

      public static ForceConfigureResponse.Builder builder()
      Returns a new configure response builder.
      Returns:
      A new configure response builder.