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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
getDefaultInstanceForType, isInitialized |
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