Uses of Class
org.apache.hadoop.hbase.replication.ReplicationLoadSource

Packages that use ReplicationLoadSource
org.apache.hadoop.hbase   
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
 

Uses of ReplicationLoadSource in org.apache.hadoop.hbase
 

Methods in org.apache.hadoop.hbase that return types with arguments of type ReplicationLoadSource
 List<ReplicationLoadSource> ServerLoad.getReplicationLoadSourceList()
          Call directly from client such as hbase shell
 

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

Methods in org.apache.hadoop.hbase.protobuf that return ReplicationLoadSource
static ReplicationLoadSource ProtobufUtil.toReplicationLoadSource(ClusterStatusProtos.ReplicationLoadSource cls)
           
 

Methods in org.apache.hadoop.hbase.protobuf that return types with arguments of type ReplicationLoadSource
static List<ReplicationLoadSource> ProtobufUtil.toReplicationLoadSourceList(List<ClusterStatusProtos.ReplicationLoadSource> clsList)
           
 



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