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.

  • Field Details

    • preferredChunkSize

      protected int preferredChunkSize
  • Constructor Details

  • Method Details