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

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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterIdProtos.ClusterId
 ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.Builder.build()
           
 ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.Builder.buildPartial()
           
 ClusterIdProtos.ClusterId ClusterStatusProtos.ClusterStatusOrBuilder.getClusterId()
          optional .ClusterId cluster_id = 5;
 ClusterIdProtos.ClusterId ClusterStatusProtos.ClusterStatus.getClusterId()
          optional .ClusterId cluster_id = 5;
 ClusterIdProtos.ClusterId ClusterStatusProtos.ClusterStatus.Builder.getClusterId()
          optional .ClusterId cluster_id = 5;
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.getDefaultInstance()
           
 ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.getDefaultInstanceForType()
           
 ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.Builder.getDefaultInstanceForType()
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseDelimitedFrom(InputStream input)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(byte[] data)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(com.google.protobuf.ByteString data)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(InputStream input)
           
static ClusterIdProtos.ClusterId ClusterIdProtos.ClusterId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterIdProtos.ClusterId
 com.google.protobuf.Parser<ClusterIdProtos.ClusterId> ClusterIdProtos.ClusterId.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterIdProtos.ClusterId
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.mergeClusterId(ClusterIdProtos.ClusterId value)
          optional .ClusterId cluster_id = 5;
 ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.Builder.mergeFrom(ClusterIdProtos.ClusterId other)
           
static ClusterIdProtos.ClusterId.Builder ClusterIdProtos.ClusterId.newBuilder(ClusterIdProtos.ClusterId prototype)
           
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.setClusterId(ClusterIdProtos.ClusterId value)
          optional .ClusterId cluster_id = 5;
 



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