Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.CoprocessorOrBuilder

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

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

Classes in org.apache.hadoop.hbase.protobuf.generated that implement HBaseProtos.CoprocessorOrBuilder
static class HBaseProtos.Coprocessor
          Protobuf type Coprocessor
static class HBaseProtos.Coprocessor.Builder
          Protobuf type Coprocessor
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.CoprocessorOrBuilder
 HBaseProtos.CoprocessorOrBuilder ClusterStatusProtos.ServerLoadOrBuilder.getCoprocessorsOrBuilder(int index)
          repeated .Coprocessor coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder ClusterStatusProtos.ServerLoad.getCoprocessorsOrBuilder(int index)
          repeated .Coprocessor coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder ClusterStatusProtos.ServerLoad.Builder.getCoprocessorsOrBuilder(int index)
          repeated .Coprocessor coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder ClusterStatusProtos.ClusterStatusOrBuilder.getMasterCoprocessorsOrBuilder(int index)
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder ClusterStatusProtos.ClusterStatus.getMasterCoprocessorsOrBuilder(int index)
          repeated .Coprocessor master_coprocessors = 6;
 HBaseProtos.CoprocessorOrBuilder ClusterStatusProtos.ClusterStatus.Builder.getMasterCoprocessorsOrBuilder(int index)
          repeated .Coprocessor master_coprocessors = 6;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.CoprocessorOrBuilder
 List<? extends HBaseProtos.CoprocessorOrBuilder> ClusterStatusProtos.ServerLoadOrBuilder.getCoprocessorsOrBuilderList()
          repeated .Coprocessor coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> ClusterStatusProtos.ServerLoad.getCoprocessorsOrBuilderList()
          repeated .Coprocessor coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> ClusterStatusProtos.ServerLoad.Builder.getCoprocessorsOrBuilderList()
          repeated .Coprocessor coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> ClusterStatusProtos.ClusterStatusOrBuilder.getMasterCoprocessorsOrBuilderList()
          repeated .Coprocessor master_coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> ClusterStatusProtos.ClusterStatus.getMasterCoprocessorsOrBuilderList()
          repeated .Coprocessor master_coprocessors = 6;
 List<? extends HBaseProtos.CoprocessorOrBuilder> ClusterStatusProtos.ClusterStatus.Builder.getMasterCoprocessorsOrBuilderList()
          repeated .Coprocessor master_coprocessors = 6;
 



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