Uses of Interface
org.hbase.async.generated.ZooKeeperPB.StoreSequenceIdOrBuilder

Packages that use ZooKeeperPB.StoreSequenceIdOrBuilder
org.hbase.async.generated   
 

Uses of ZooKeeperPB.StoreSequenceIdOrBuilder in org.hbase.async.generated
 

Classes in org.hbase.async.generated that implement ZooKeeperPB.StoreSequenceIdOrBuilder
static class ZooKeeperPB.StoreSequenceId
          Protobuf type StoreSequenceId
static class ZooKeeperPB.StoreSequenceId.Builder
          Protobuf type StoreSequenceId
 

Methods in org.hbase.async.generated that return ZooKeeperPB.StoreSequenceIdOrBuilder
 ZooKeeperPB.StoreSequenceIdOrBuilder ZooKeeperPB.RegionStoreSequenceIds.getStoreSequenceIdOrBuilder(int index)
          repeated .StoreSequenceId store_sequence_id = 2;
 

Methods in org.hbase.async.generated that return types with arguments of type ZooKeeperPB.StoreSequenceIdOrBuilder
 List<? extends ZooKeeperPB.StoreSequenceIdOrBuilder> ZooKeeperPB.RegionStoreSequenceIds.getStoreSequenceIdOrBuilderList()
          repeated .StoreSequenceId store_sequence_id = 2;
 



Copyright © 2010-2015, The Async HBase Authors