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

Packages that use org.apache.hadoop.hbase.replication.ReplicationLoadSource
  • Uses of org.apache.hadoop.hbase.replication.ReplicationLoadSource in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationLoadSource in in
    Modifier and Type
    Method
    Description
    List<org.apache.hadoop.hbase.replication.ReplicationLoadSource>
    ServerMetrics.getReplicationLoadSourceList()
    Call directly from client such as hbase shell
    Map<String,List<org.apache.hadoop.hbase.replication.ReplicationLoadSource>>
    ServerMetrics.getReplicationLoadSourceMap()
    Call directly from client such as hbase shell
    Method parameters in org.apache.hadoop.hbase with type arguments of type org.apache.hadoop.hbase.replication.ReplicationLoadSource in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.ServerMetricsBuilder
    ServerMetricsBuilder.setReplicationLoadSources(List<org.apache.hadoop.hbase.replication.ReplicationLoadSource> value)
     
  • Uses of org.apache.hadoop.hbase.replication.ReplicationLoadSource in org.apache.hadoop.hbase.master

    Methods in org.apache.hadoop.hbase.master that return types with arguments of type org.apache.hadoop.hbase.replication.ReplicationLoadSource in in
    Modifier and Type
    Method
    Description
    HashMap<String,List<org.apache.hadoop.hbase.util.Pair<org.apache.hadoop.hbase.ServerName,org.apache.hadoop.hbase.replication.ReplicationLoadSource>>>
    HMaster.getReplicationLoad(org.apache.hadoop.hbase.ServerName[] serverNames)
     
  • Uses of org.apache.hadoop.hbase.replication.ReplicationLoadSource in org.apache.hadoop.hbase.replication

    Methods in org.apache.hadoop.hbase.replication that return org.apache.hadoop.hbase.replication.ReplicationLoadSource in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.replication.ReplicationLoadSource
    ReplicationLoadSource.ReplicationLoadSourceBuilder.build()
     
  • Uses of org.apache.hadoop.hbase.replication.ReplicationLoadSource in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.replication.ReplicationLoadSource in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.replication.ReplicationLoadSource
    ProtobufUtil.toReplicationLoadSource(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ReplicationLoadSource rls)
     
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.replication.ReplicationLoadSource in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.ReplicationLoadSource
    ProtobufUtil.toReplicationLoadSource(org.apache.hadoop.hbase.replication.ReplicationLoadSource rls)