org.apache.hadoop.contrib.bkjournal
Interface BKJournalProtos.EditLogLedgerProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BKJournalProtos.EditLogLedgerProto, BKJournalProtos.EditLogLedgerProto.Builder
Enclosing class:
BKJournalProtos

public static interface BKJournalProtos.EditLogLedgerProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasDataLayoutVersion

boolean hasDataLayoutVersion()
required int32 dataLayoutVersion = 1;


getDataLayoutVersion

int getDataLayoutVersion()
required int32 dataLayoutVersion = 1;


hasLedgerId

boolean hasLedgerId()
required int64 ledgerId = 2;


getLedgerId

long getLedgerId()
required int64 ledgerId = 2;


hasFirstTxId

boolean hasFirstTxId()
required int64 firstTxId = 3;


getFirstTxId

long getFirstTxId()
required int64 firstTxId = 3;


hasLastTxId

boolean hasLastTxId()
optional int64 lastTxId = 4;


getLastTxId

long getLastTxId()
optional int64 lastTxId = 4;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.