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

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

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type HBaseProtos.UUID
static com.google.protobuf.Parser<HBaseProtos.UUID> HBaseProtos.UUID.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.UUID
 HBaseProtos.UUID HBaseProtos.UUID.Builder.build()
           
 HBaseProtos.UUID HBaseProtos.UUID.Builder.buildPartial()
           
 HBaseProtos.UUID WALProtos.WALKeyOrBuilder.getClusterId()
          Deprecated. 
 HBaseProtos.UUID WALProtos.WALKey.getClusterId()
          Deprecated. 
 HBaseProtos.UUID WALProtos.WALKey.Builder.getClusterId()
          Deprecated. 
 HBaseProtos.UUID WALProtos.WALKeyOrBuilder.getClusterIds(int index)
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID WALProtos.WALKey.getClusterIds(int index)
          repeated .UUID cluster_ids = 8;
 HBaseProtos.UUID WALProtos.WALKey.Builder.getClusterIds(int index)
          repeated .UUID cluster_ids = 8;
static HBaseProtos.UUID HBaseProtos.UUID.getDefaultInstance()
           
 HBaseProtos.UUID HBaseProtos.UUID.getDefaultInstanceForType()
           
 HBaseProtos.UUID HBaseProtos.UUID.Builder.getDefaultInstanceForType()
           
static HBaseProtos.UUID HBaseProtos.UUID.parseDelimitedFrom(InputStream input)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(byte[] data)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(com.google.protobuf.ByteString data)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(InputStream input)
           
static HBaseProtos.UUID HBaseProtos.UUID.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type HBaseProtos.UUID
 WALProtos.WALKey.Builder WALProtos.WALKey.Builder.addAllClusterIds(Iterable<? extends HBaseProtos.UUID> values)
          repeated .UUID cluster_ids = 8;
 



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