public static interface TSOProto.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TSOProto.CommitResponse |
getCommitResponse()
optional .CommitResponse commitResponse = 2; |
TSOProto.CommitResponseOrBuilder |
getCommitResponseOrBuilder()
optional .CommitResponse commitResponse = 2; |
TSOProto.FenceResponse |
getFenceResponse()
optional .FenceResponse fenceResponse = 4; |
TSOProto.FenceResponseOrBuilder |
getFenceResponseOrBuilder()
optional .FenceResponse fenceResponse = 4; |
TSOProto.HandshakeResponse |
getHandshakeResponse()
optional .HandshakeResponse handshakeResponse = 3; |
TSOProto.HandshakeResponseOrBuilder |
getHandshakeResponseOrBuilder()
optional .HandshakeResponse handshakeResponse = 3; |
TSOProto.TimestampResponse |
getTimestampResponse()
optional .TimestampResponse timestampResponse = 1; |
TSOProto.TimestampResponseOrBuilder |
getTimestampResponseOrBuilder()
optional .TimestampResponse timestampResponse = 1; |
boolean |
hasCommitResponse()
optional .CommitResponse commitResponse = 2; |
boolean |
hasFenceResponse()
optional .FenceResponse fenceResponse = 4; |
boolean |
hasHandshakeResponse()
optional .HandshakeResponse handshakeResponse = 3; |
boolean |
hasTimestampResponse()
optional .TimestampResponse timestampResponse = 1; |
boolean hasTimestampResponse()
optional .TimestampResponse timestampResponse = 1;TSOProto.TimestampResponse getTimestampResponse()
optional .TimestampResponse timestampResponse = 1;TSOProto.TimestampResponseOrBuilder getTimestampResponseOrBuilder()
optional .TimestampResponse timestampResponse = 1;boolean hasCommitResponse()
optional .CommitResponse commitResponse = 2;TSOProto.CommitResponse getCommitResponse()
optional .CommitResponse commitResponse = 2;TSOProto.CommitResponseOrBuilder getCommitResponseOrBuilder()
optional .CommitResponse commitResponse = 2;boolean hasHandshakeResponse()
optional .HandshakeResponse handshakeResponse = 3;TSOProto.HandshakeResponse getHandshakeResponse()
optional .HandshakeResponse handshakeResponse = 3;TSOProto.HandshakeResponseOrBuilder getHandshakeResponseOrBuilder()
optional .HandshakeResponse handshakeResponse = 3;boolean hasFenceResponse()
optional .FenceResponse fenceResponse = 4;TSOProto.FenceResponse getFenceResponse()
optional .FenceResponse fenceResponse = 4;TSOProto.FenceResponseOrBuilder getFenceResponseOrBuilder()
optional .FenceResponse fenceResponse = 4;Copyright © 2011–2020 Apache Software Foundation. All rights reserved.