public static interface TSOProto.CommitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCellId(int index)
repeated int64 cellId = 3; |
int |
getCellIdCount()
repeated int64 cellId = 3; |
List<Long> |
getCellIdList()
repeated int64 cellId = 3; |
boolean |
getIsRetry()
optional bool isRetry = 2 [default = false]; |
long |
getStartTimestamp()
optional int64 startTimestamp = 1; |
long |
getTableId(int index)
repeated int64 TableId = 4; |
int |
getTableIdCount()
repeated int64 TableId = 4; |
List<Long> |
getTableIdList()
repeated int64 TableId = 4; |
boolean |
hasIsRetry()
optional bool isRetry = 2 [default = false]; |
boolean |
hasStartTimestamp()
optional int64 startTimestamp = 1; |
boolean hasStartTimestamp()
optional int64 startTimestamp = 1;long getStartTimestamp()
optional int64 startTimestamp = 1;boolean hasIsRetry()
optional bool isRetry = 2 [default = false];boolean getIsRetry()
optional bool isRetry = 2 [default = false];int getCellIdCount()
repeated int64 cellId = 3;long getCellId(int index)
repeated int64 cellId = 3;int getTableIdCount()
repeated int64 TableId = 4;long getTableId(int index)
repeated int64 TableId = 4;Copyright © 2011–2020 Apache Software Foundation. All rights reserved.