public static interface QJournalProtocolProtos.SegmentStateProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| long | getEndTxId()required uint64 endTxId = 2; | 
| boolean | getIsInProgress()required bool isInProgress = 3; | 
| long | getStartTxId()required uint64 startTxId = 1; | 
| boolean | hasEndTxId()required uint64 endTxId = 2; | 
| boolean | hasIsInProgress()required bool isInProgress = 3; | 
| boolean | hasStartTxId()required uint64 startTxId = 1; | 
boolean hasStartTxId()
required uint64 startTxId = 1;long getStartTxId()
required uint64 startTxId = 1;boolean hasEndTxId()
required uint64 endTxId = 2;long getEndTxId()
required uint64 endTxId = 2;boolean hasIsInProgress()
required bool isInProgress = 3;boolean getIsInProgress()
required bool isInProgress = 3;Copyright © 2022 Apache Software Foundation. All rights reserved.