public class PrepareResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PrepareResponse.PrepareResponseSerializer |
Modifier and Type | Field and Description |
---|---|
Commit |
inProgressCommit |
Commit |
mostRecentCommit |
boolean |
promised |
static PrepareResponse.PrepareResponseSerializer |
serializer |
Constructor and Description |
---|
PrepareResponse(boolean promised,
Commit inProgressCommit,
Commit mostRecentCommit) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final PrepareResponse.PrepareResponseSerializer serializer
public final boolean promised
public final Commit inProgressCommit
public final Commit mostRecentCommit
Copyright © 2017 The Apache Software Foundation