Uses of Class
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.UUID.Builder

Packages that use HBaseProtos.UUID.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of HBaseProtos.UUID.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.UUID.Builder
 HBaseProtos.UUID.Builder WALProtos.WALKey.Builder.addClusterIdsBuilder()
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID.Builder WALProtos.WALKey.Builder.addClusterIdsBuilder(int index)
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.clear()
           
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.clearLeastSigBits()
          required uint64 least_sig_bits = 1;
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.clearMostSigBits()
          required uint64 most_sig_bits = 2;
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.clone()
           
 HBaseProtos.UUID.Builder WALProtos.WALKey.Builder.getClusterIdBuilder()
          Deprecated. 
 HBaseProtos.UUID.Builder WALProtos.WALKey.Builder.getClusterIdsBuilder(int index)
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.mergeFrom(HBaseProtos.UUID other)
           
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.mergeFrom(com.google.protobuf.Message other)
           
static HBaseProtos.UUID.Builder HBaseProtos.UUID.newBuilder()
           
static HBaseProtos.UUID.Builder HBaseProtos.UUID.newBuilder(HBaseProtos.UUID prototype)
           
 HBaseProtos.UUID.Builder HBaseProtos.UUID.newBuilderForType()
           
protected  HBaseProtos.UUID.Builder HBaseProtos.UUID.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.setLeastSigBits(long value)
          required uint64 least_sig_bits = 1;
 HBaseProtos.UUID.Builder HBaseProtos.UUID.Builder.setMostSigBits(long value)
          required uint64 most_sig_bits = 2;
 HBaseProtos.UUID.Builder HBaseProtos.UUID.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.UUID.Builder
 List<HBaseProtos.UUID.Builder> WALProtos.WALKey.Builder.getClusterIdsBuilderList()
          repeated .UUID cluster_ids = 8;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.UUID.Builder
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.addClusterIds(HBaseProtos.UUID.Builder builderForValue)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.addClusterIds(int index, HBaseProtos.UUID.Builder builderForValue)
          repeated .UUID cluster_ids = 8;
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.setClusterId(HBaseProtos.UUID.Builder builderForValue)
          Deprecated. 
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.setClusterIds(int index, HBaseProtos.UUID.Builder builderForValue)
          repeated .UUID cluster_ids = 8;
 



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.