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

Packages that use ClusterStatusProtos.ReplicationLoadSource
org.apache.hadoop.hbase.protobuf.generated   
 

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.ReplicationLoadSource
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.Builder.build()
           
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.Builder.buildPartial()
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.getDefaultInstance()
           
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.getDefaultInstanceForType()
           
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.Builder.getDefaultInstanceForType()
           
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ServerLoadOrBuilder.getReplLoadSource(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ServerLoad.getReplLoadSource(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ServerLoad.Builder.getReplLoadSource(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseDelimitedFrom(InputStream input)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(byte[] data)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(com.google.protobuf.ByteString data)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(InputStream input)
           
static ClusterStatusProtos.ReplicationLoadSource ClusterStatusProtos.ReplicationLoadSource.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.ReplicationLoadSource
 com.google.protobuf.Parser<ClusterStatusProtos.ReplicationLoadSource> ClusterStatusProtos.ReplicationLoadSource.getParserForType()
           
 List<ClusterStatusProtos.ReplicationLoadSource> ClusterStatusProtos.ServerLoadOrBuilder.getReplLoadSourceList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 List<ClusterStatusProtos.ReplicationLoadSource> ClusterStatusProtos.ServerLoad.getReplLoadSourceList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 List<ClusterStatusProtos.ReplicationLoadSource> ClusterStatusProtos.ServerLoad.Builder.getReplLoadSourceList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.ReplicationLoadSource
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addReplLoadSource(ClusterStatusProtos.ReplicationLoadSource value)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.Builder.mergeFrom(ClusterStatusProtos.ReplicationLoadSource other)
           
static ClusterStatusProtos.ReplicationLoadSource.Builder ClusterStatusProtos.ReplicationLoadSource.newBuilder(ClusterStatusProtos.ReplicationLoadSource prototype)
           
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.setReplLoadSource(int index, ClusterStatusProtos.ReplicationLoadSource value)
          repeated .ReplicationLoadSource replLoadSource = 10;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClusterStatusProtos.ReplicationLoadSource
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addAllReplLoadSource(Iterable<? extends ClusterStatusProtos.ReplicationLoadSource> values)
          repeated .ReplicationLoadSource replLoadSource = 10;
 



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