Uses of Class
org.apache.hadoop.hbase.replication.ReplicationLoadSource
Packages that use ReplicationLoadSource
Package
Description
Multi Cluster Replication
- 
Uses of ReplicationLoadSource in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase with type parameters of type ReplicationLoadSourceModifier and TypeFieldDescriptionprivate final List<ReplicationLoadSource>ServerMetricsBuilder.ServerMetricsImpl.sourcesprivate List<ReplicationLoadSource>ServerMetricsBuilder.sourcesMethods in org.apache.hadoop.hbase that return types with arguments of type ReplicationLoadSourceModifier and TypeMethodDescriptionServerLoad.getReplicationLoadSourceList()Deprecated.Call directly from client such as hbase shellServerMetrics.getReplicationLoadSourceList()Call directly from client such as hbase shellServerMetricsBuilder.ServerMetricsImpl.getReplicationLoadSourceList()ServerLoad.getReplicationLoadSourceMap()Deprecated.Call directly from client such as hbase shellServerMetrics.getReplicationLoadSourceMap()Call directly from client such as hbase shellServerMetricsBuilder.ServerMetricsImpl.getReplicationLoadSourceMap()Method parameters in org.apache.hadoop.hbase with type arguments of type ReplicationLoadSourceModifier and TypeMethodDescriptionServerMetricsBuilder.setReplicationLoadSources(List<ReplicationLoadSource> value) Constructor parameters in org.apache.hadoop.hbase with type arguments of type ReplicationLoadSourceModifierConstructorDescription(package private)ServerMetricsImpl(ServerName serverName, int versionNumber, String version, long requestCountPerSecond, long requestCount, Size usedHeapSize, Size maxHeapSize, int infoServerPort, List<ReplicationLoadSource> sources, ReplicationLoadSink sink, Map<byte[], RegionMetrics> regionStatus, Set<String> coprocessorNames, long reportTimestamp, long lastReportTimestamp, Map<byte[], UserMetrics> userMetrics, List<ServerTask> tasks, Map<String, Integer> regionCachedInfo)  - 
Uses of ReplicationLoadSource in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return types with arguments of type ReplicationLoadSource - 
Uses of ReplicationLoadSource in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return ReplicationLoadSource