public class TransferResponse extends AbstractRaftResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferResponse.Builder
Join response builder.
|
RaftResponse.Status| Constructor and Description |
|---|
TransferResponse(RaftResponse.Status status,
RaftError error) |
| Modifier and Type | Method and Description |
|---|---|
static TransferResponse.Builder |
newBuilder()
Returns a new transfer response builder.
|
public TransferResponse(RaftResponse.Status status, RaftError error)
public static TransferResponse.Builder newBuilder()
Copyright © 2013–2017. All rights reserved.