Class InstallResponse

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

public class InstallResponse extends AbstractRaftResponse
Snapshot installation response.

Install responses are sent once a snapshot installation request has been received and processed. Install responses provide no additional metadata aside from indicating whether or not the request was successful.

  • Constructor Details

  • Method Details

    • builder

      public static InstallResponse.Builder builder()
      Returns a new install response builder.
      Returns:
      A new install response builder.