public class InstallResponse extends AbstractRaftResponse
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.
| Modifier and Type | Class and Description |
|---|---|
static class |
InstallResponse.Builder
Install response builder.
|
RaftResponse.Status| Constructor and Description |
|---|
InstallResponse(RaftResponse.Status status,
RaftError error) |
| Modifier and Type | Method and Description |
|---|---|
static InstallResponse.Builder |
newBuilder()
Returns a new install response builder.
|
public InstallResponse(RaftResponse.Status status, RaftError error)
public static InstallResponse.Builder newBuilder()
Copyright © 2013–2017. All rights reserved.