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

Packages that use HBaseProtos.Coprocessor
org.apache.hadoop.hbase.protobuf.generated   
 

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.Coprocessor
 HBaseProtos.Coprocessor HBaseProtos.Coprocessor.Builder.build()
           
 HBaseProtos.Coprocessor HBaseProtos.Coprocessor.Builder.buildPartial()
           
 HBaseProtos.Coprocessor ClusterStatusProtos.ServerLoadOrBuilder.getCoprocessors(int index)
          repeated .Coprocessor coprocessors = 6;
 HBaseProtos.Coprocessor ClusterStatusProtos.ServerLoad.getCoprocessors(int index)
          repeated .Coprocessor coprocessors = 6;
 HBaseProtos.Coprocessor ClusterStatusProtos.ServerLoad.Builder.getCoprocessors(int index)
          repeated .Coprocessor coprocessors = 6;
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.getDefaultInstance()
           
 HBaseProtos.Coprocessor HBaseProtos.Coprocessor.getDefaultInstanceForType()
           
 HBaseProtos.Coprocessor HBaseProtos.Coprocessor.Builder.getDefaultInstanceForType()
           
 HBaseProtos.Coprocessor ClusterStatusProtos.ClusterStatusOrBuilder.getMasterCoprocessors(int index)
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.Coprocessor ClusterStatusProtos.ClusterStatus.getMasterCoprocessors(int index)
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.Coprocessor ClusterStatusProtos.ClusterStatus.Builder.getMasterCoprocessors(int index)
          repeated .Coprocessor master_coprocessors = 6;
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseDelimitedFrom(InputStream input)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(byte[] data)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.ByteString data)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(InputStream input)
           
static HBaseProtos.Coprocessor HBaseProtos.Coprocessor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.Coprocessor
 List<HBaseProtos.Coprocessor> ClusterStatusProtos.ServerLoadOrBuilder.getCoprocessorsList()
          repeated .Coprocessor coprocessors = 6;
 List<HBaseProtos.Coprocessor> ClusterStatusProtos.ServerLoad.getCoprocessorsList()
          repeated .Coprocessor coprocessors = 6;
 List<HBaseProtos.Coprocessor> ClusterStatusProtos.ServerLoad.Builder.getCoprocessorsList()
          repeated .Coprocessor coprocessors = 6;
 List<HBaseProtos.Coprocessor> ClusterStatusProtos.ClusterStatusOrBuilder.getMasterCoprocessorsList()
          repeated .Coprocessor master_coprocessors = 6;
 List<HBaseProtos.Coprocessor> ClusterStatusProtos.ClusterStatus.getMasterCoprocessorsList()
          repeated .Coprocessor master_coprocessors = 6;
 List<HBaseProtos.Coprocessor> ClusterStatusProtos.ClusterStatus.Builder.getMasterCoprocessorsList()
          repeated .Coprocessor master_coprocessors = 6;
 com.google.protobuf.Parser<HBaseProtos.Coprocessor> HBaseProtos.Coprocessor.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.Coprocessor
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addCoprocessors(HBaseProtos.Coprocessor value)
          repeated .Coprocessor coprocessors = 6;
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addCoprocessors(int index, HBaseProtos.Coprocessor value)
          repeated .Coprocessor coprocessors = 6;
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.addMasterCoprocessors(HBaseProtos.Coprocessor value)
          repeated .Coprocessor master_coprocessors = 6;
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.addMasterCoprocessors(int index, HBaseProtos.Coprocessor value)
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.Coprocessor.Builder HBaseProtos.Coprocessor.Builder.mergeFrom(HBaseProtos.Coprocessor other)
           
static HBaseProtos.Coprocessor.Builder HBaseProtos.Coprocessor.newBuilder(HBaseProtos.Coprocessor prototype)
           
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.setCoprocessors(int index, HBaseProtos.Coprocessor value)
          repeated .Coprocessor coprocessors = 6;
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.setMasterCoprocessors(int index, HBaseProtos.Coprocessor value)
          repeated .Coprocessor master_coprocessors = 6;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type HBaseProtos.Coprocessor
 ClusterStatusProtos.ServerLoad.Builder ClusterStatusProtos.ServerLoad.Builder.addAllCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
          repeated .Coprocessor coprocessors = 6;
 ClusterStatusProtos.ClusterStatus.Builder ClusterStatusProtos.ClusterStatus.Builder.addAllMasterCoprocessors(Iterable<? extends HBaseProtos.Coprocessor> values)
          repeated .Coprocessor master_coprocessors = 6;
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.