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

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

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


Method Summary
 long getTxId()
          required int64 txId = 1;
 boolean hasTxId()
          required int64 txId = 1;
 
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

hasTxId

boolean hasTxId()
required int64 txId = 1;


getTxId

long getTxId()
required int64 txId = 1;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.