public static interface StreamsOuterClass.ReadResp.CheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCommitPosition()
uint64 commit_position = 1; |
long |
getPreparePosition()
uint64 prepare_position = 2; |
com.google.protobuf.Timestamp |
getTimestamp()
Current time in the server when the checkpoint was reached
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Current time in the server when the checkpoint was reached
|
boolean |
hasTimestamp()
Current time in the server when the checkpoint was reached
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getCommitPosition()
uint64 commit_position = 1;long getPreparePosition()
uint64 prepare_position = 2;boolean hasTimestamp()
Current time in the server when the checkpoint was reached
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.Timestamp getTimestamp()
Current time in the server when the checkpoint was reached
.google.protobuf.Timestamp timestamp = 3;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Current time in the server when the checkpoint was reached
.google.protobuf.Timestamp timestamp = 3;