public static interface BKJournalProtos.EditLogLedgerProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getDataLayoutVersion()
required int32 dataLayoutVersion = 1; |
long |
getFirstTxId()
required int64 firstTxId = 3; |
long |
getLastTxId()
optional int64 lastTxId = 4; |
long |
getLedgerId()
required int64 ledgerId = 2; |
boolean |
hasDataLayoutVersion()
required int32 dataLayoutVersion = 1; |
boolean |
hasFirstTxId()
required int64 firstTxId = 3; |
boolean |
hasLastTxId()
optional int64 lastTxId = 4; |
boolean |
hasLedgerId()
required int64 ledgerId = 2; |
boolean hasDataLayoutVersion()
required int32 dataLayoutVersion = 1;
int getDataLayoutVersion()
required int32 dataLayoutVersion = 1;
boolean hasLedgerId()
required int64 ledgerId = 2;
long getLedgerId()
required int64 ledgerId = 2;
boolean hasFirstTxId()
required int64 firstTxId = 3;
long getFirstTxId()
required int64 firstTxId = 3;
boolean hasLastTxId()
optional int64 lastTxId = 4;
long getLastTxId()
optional int64 lastTxId = 4;
Copyright © 2013 Apache Software Foundation. All rights reserved.