Uses of Interface
org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ReplicationLoadSourceOrBuilder

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

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

Classes in org.apache.hadoop.hbase.protobuf.generated that implement ClusterStatusProtos.ReplicationLoadSourceOrBuilder
static class ClusterStatusProtos.ReplicationLoadSource
          Protobuf type ReplicationLoadSource
static class ClusterStatusProtos.ReplicationLoadSource.Builder
          Protobuf type ReplicationLoadSource
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.ReplicationLoadSourceOrBuilder
 ClusterStatusProtos.ReplicationLoadSourceOrBuilder ClusterStatusProtos.ServerLoadOrBuilder.getReplLoadSourceOrBuilder(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSourceOrBuilder ClusterStatusProtos.ServerLoad.getReplLoadSourceOrBuilder(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 ClusterStatusProtos.ReplicationLoadSourceOrBuilder ClusterStatusProtos.ServerLoad.Builder.getReplLoadSourceOrBuilder(int index)
          repeated .ReplicationLoadSource replLoadSource = 10;
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.ReplicationLoadSourceOrBuilder
 List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> ClusterStatusProtos.ServerLoadOrBuilder.getReplLoadSourceOrBuilderList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> ClusterStatusProtos.ServerLoad.getReplLoadSourceOrBuilderList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 List<? extends ClusterStatusProtos.ReplicationLoadSourceOrBuilder> ClusterStatusProtos.ServerLoad.Builder.getReplLoadSourceOrBuilderList()
          repeated .ReplicationLoadSource replLoadSource = 10;
 



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