Uses of Class
org.hbase.async.generated.ZooKeeperPB.StoreSequenceId

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

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

Fields in org.hbase.async.generated with type parameters of type ZooKeeperPB.StoreSequenceId
static com.google.protobuf.Parser<ZooKeeperPB.StoreSequenceId> ZooKeeperPB.StoreSequenceId.PARSER
           
 

Methods in org.hbase.async.generated that return ZooKeeperPB.StoreSequenceId
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.Builder.build()
           
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.Builder.buildPartial()
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.getDefaultInstance()
           
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.getDefaultInstanceForType()
           
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.Builder.getDefaultInstanceForType()
           
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.RegionStoreSequenceIdsOrBuilder.getStoreSequenceId(int index)
          repeated .StoreSequenceId store_sequence_id = 2;
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.RegionStoreSequenceIds.getStoreSequenceId(int index)
          repeated .StoreSequenceId store_sequence_id = 2;
 ZooKeeperPB.StoreSequenceId ZooKeeperPB.RegionStoreSequenceIds.Builder.getStoreSequenceId(int index)
          repeated .StoreSequenceId store_sequence_id = 2;
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseDelimitedFrom(InputStream input)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(byte[] data)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.ByteString data)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(InputStream input)
           
static ZooKeeperPB.StoreSequenceId ZooKeeperPB.StoreSequenceId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.hbase.async.generated that return types with arguments of type ZooKeeperPB.StoreSequenceId
 com.google.protobuf.Parser<ZooKeeperPB.StoreSequenceId> ZooKeeperPB.StoreSequenceId.getParserForType()
           
 List<ZooKeeperPB.StoreSequenceId> ZooKeeperPB.RegionStoreSequenceIdsOrBuilder.getStoreSequenceIdList()
          repeated .StoreSequenceId store_sequence_id = 2;
 List<ZooKeeperPB.StoreSequenceId> ZooKeeperPB.RegionStoreSequenceIds.getStoreSequenceIdList()
          repeated .StoreSequenceId store_sequence_id = 2;
 List<ZooKeeperPB.StoreSequenceId> ZooKeeperPB.RegionStoreSequenceIds.Builder.getStoreSequenceIdList()
          repeated .StoreSequenceId store_sequence_id = 2;
 

Methods in org.hbase.async.generated with parameters of type ZooKeeperPB.StoreSequenceId
 ZooKeeperPB.RegionStoreSequenceIds.Builder ZooKeeperPB.RegionStoreSequenceIds.Builder.addStoreSequenceId(int index, ZooKeeperPB.StoreSequenceId value)
          repeated .StoreSequenceId store_sequence_id = 2;
 ZooKeeperPB.RegionStoreSequenceIds.Builder ZooKeeperPB.RegionStoreSequenceIds.Builder.addStoreSequenceId(ZooKeeperPB.StoreSequenceId value)
          repeated .StoreSequenceId store_sequence_id = 2;
 ZooKeeperPB.StoreSequenceId.Builder ZooKeeperPB.StoreSequenceId.Builder.mergeFrom(ZooKeeperPB.StoreSequenceId other)
           
static ZooKeeperPB.StoreSequenceId.Builder ZooKeeperPB.StoreSequenceId.newBuilder(ZooKeeperPB.StoreSequenceId prototype)
           
 ZooKeeperPB.RegionStoreSequenceIds.Builder ZooKeeperPB.RegionStoreSequenceIds.Builder.setStoreSequenceId(int index, ZooKeeperPB.StoreSequenceId value)
          repeated .StoreSequenceId store_sequence_id = 2;
 

Method parameters in org.hbase.async.generated with type arguments of type ZooKeeperPB.StoreSequenceId
 ZooKeeperPB.RegionStoreSequenceIds.Builder ZooKeeperPB.RegionStoreSequenceIds.Builder.addAllStoreSequenceId(Iterable<? extends ZooKeeperPB.StoreSequenceId> values)
          repeated .StoreSequenceId store_sequence_id = 2;
 



Copyright © 2010-2015, The Async HBase Authors