public static interface HdfsProtos.RemoteEditLogProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEndTxId()
required uint64 endTxId = 2; |
boolean |
getIsInProgress()
optional bool isInProgress = 3 [default = false]; |
long |
getStartTxId()
required uint64 startTxId = 1; |
boolean |
hasEndTxId()
required uint64 endTxId = 2; |
boolean |
hasIsInProgress()
optional bool isInProgress = 3 [default = false]; |
boolean |
hasStartTxId()
required uint64 startTxId = 1; |
boolean hasStartTxId()
required uint64 startTxId = 1;
Starting available edit log transaction
long getStartTxId()
required uint64 startTxId = 1;
Starting available edit log transaction
boolean hasEndTxId()
required uint64 endTxId = 2;
Ending available edit log transaction
long getEndTxId()
required uint64 endTxId = 2;
Ending available edit log transaction
boolean hasIsInProgress()
optional bool isInProgress = 3 [default = false];
boolean getIsInProgress()
optional bool isInProgress = 3 [default = false];
Copyright © 2013 Apache Software Foundation. All rights reserved.