org.hbase.async.generated
Interface ZooKeeperPB.RegionStoreSequenceIdsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ZooKeeperPB.RegionStoreSequenceIds, ZooKeeperPB.RegionStoreSequenceIds.Builder
Enclosing class:
ZooKeeperPB

public static interface ZooKeeperPB.RegionStoreSequenceIdsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 long getLastFlushedSequenceId()
          required uint64 last_flushed_sequence_id = 1;
 ZooKeeperPB.StoreSequenceId getStoreSequenceId(int index)
          repeated .StoreSequenceId store_sequence_id = 2;
 int getStoreSequenceIdCount()
          repeated .StoreSequenceId store_sequence_id = 2;
 List<ZooKeeperPB.StoreSequenceId> getStoreSequenceIdList()
          repeated .StoreSequenceId store_sequence_id = 2;
 boolean hasLastFlushedSequenceId()
          required uint64 last_flushed_sequence_id = 1;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasLastFlushedSequenceId

boolean hasLastFlushedSequenceId()
required uint64 last_flushed_sequence_id = 1;


getLastFlushedSequenceId

long getLastFlushedSequenceId()
required uint64 last_flushed_sequence_id = 1;


getStoreSequenceIdList

List<ZooKeeperPB.StoreSequenceId> getStoreSequenceIdList()
repeated .StoreSequenceId store_sequence_id = 2;


getStoreSequenceId

ZooKeeperPB.StoreSequenceId getStoreSequenceId(int index)
repeated .StoreSequenceId store_sequence_id = 2;


getStoreSequenceIdCount

int getStoreSequenceIdCount()
repeated .StoreSequenceId store_sequence_id = 2;



Copyright © 2010-2015, The Async HBase Authors