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.sources
private List<ReplicationLoadSource>
ServerMetricsBuilder.sources
Methods in org.apache.hadoop.hbase that return types with arguments of type ReplicationLoadSourceModifier and TypeMethodDescriptionServerMetrics.getReplicationLoadSourceList()
Call directly from client such as hbase shellServerMetricsBuilder.ServerMetricsImpl.getReplicationLoadSourceList()
ServerMetrics.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, long readRequestsCount, long writeRequestsCount, 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