Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId.Builder

Packages that use ClusterIdProtos.ClusterId.Builder
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ClusterIdProtos.ClusterId.Builder in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterIdProtos.ClusterId.Builder
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.clear()
           
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.clearClusterId()
          required string cluster_id = 1;
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.clone()
           
 ClusterIdProtos.ClusterId.Builder ClusterStatusProtos.ClusterStatus.Builder.getClusterIdBuilder()
          optional .ClusterId cluster_id = 5;
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.mergeFrom(ClusterIdProtos.ClusterId other)
           
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.mergeFrom(com.google.protobuf.Message other)
           
static ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.newBuilder()
           
static ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.newBuilder(ClusterIdProtos.ClusterId prototype)
           
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.newBuilderForType()
           
protected  ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.setClusterId(String value)
          required string cluster_id = 1;
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.setClusterIdBytes(com.google.protobuf.ByteString value)
          required string cluster_id = 1;
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.toBuilder()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterIdProtos.ClusterId.Builder
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.setClusterId(ClusterIdProtos.ClusterId.Builder builderForValue)
          optional .ClusterId cluster_id = 5;
 



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