Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.LiveServerInfo

Uses of ClusterStatusProtos.LiveServerInfo in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.LiveServerInfo
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.Builder.build()
           
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.Builder.buildPartial()
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.getDefaultInstance()
           
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.getDefaultInstanceForType()
           
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.Builder.getDefaultInstanceForType()
           
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.ClusterStatusOrBuilder.getLiveServers(int index)
          repeated .LiveServerInfo live_servers = 2;
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.ClusterStatus.getLiveServers(int index)
          repeated .LiveServerInfo live_servers = 2;
 ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.ClusterStatus.Builder.getLiveServers(int index)
          repeated .LiveServerInfo live_servers = 2;
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseDelimitedFrom(InputStream input)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(byte[] data)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(com.google.protobuf.ByteString data)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(InputStream input)
           
static ClusterStatusProtos.LiveServerInfo ClusterStatusProtos.LiveServerInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.LiveServerInfo
 List<ClusterStatusProtos.LiveServerInfo> ClusterStatusProtos.ClusterStatusOrBuilder.getLiveServersList()
          repeated .LiveServerInfo live_servers = 2;
 List<ClusterStatusProtos.LiveServerInfo> ClusterStatusProtos.ClusterStatus.getLiveServersList()
          repeated .LiveServerInfo live_servers = 2;
 List<ClusterStatusProtos.LiveServerInfo> ClusterStatusProtos.ClusterStatus.Builder.getLiveServersList()
          repeated .LiveServerInfo live_servers = 2;
 com.google.protobuf.Parser<ClusterStatusProtos.LiveServerInfo> ClusterStatusProtos.LiveServerInfo.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.LiveServerInfo
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.addLiveServers(ClusterStatusProtos.LiveServerInfo value)
          repeated .LiveServerInfo live_servers = 2;
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.addLiveServers(int index, ClusterStatusProtos.LiveServerInfo value)
          repeated .LiveServerInfo live_servers = 2;
 ClusterStatusProtos.LiveServerInfo.Builder ClusterStatusProtos.LiveServerInfo.Builder.mergeFrom(ClusterStatusProtos.LiveServerInfo other)
           
static ClusterStatusProtos.LiveServerInfo.Builder ClusterStatusProtos.LiveServerInfo.newBuilder(ClusterStatusProtos.LiveServerInfo prototype)
           
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.setLiveServers(int index, ClusterStatusProtos.LiveServerInfo value)
          repeated .LiveServerInfo live_servers = 2;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClusterStatusProtos.LiveServerInfo
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.addAllLiveServers(Iterable<? extends ClusterStatusProtos.LiveServerInfo> values)
          repeated .LiveServerInfo live_servers = 2;
 



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