Uses of Class
org.apache.hadoop.hbase.replication.ReplicationLoadSink
Packages that use ReplicationLoadSink
Package
Description
Multi Cluster Replication
-
Uses of ReplicationLoadSink in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ReplicationLoadSinkModifier and TypeFieldDescriptionprivate final ReplicationLoadSink
ServerMetricsBuilder.ServerMetricsImpl.sink
private ReplicationLoadSink
ServerMetricsBuilder.sink
Methods in org.apache.hadoop.hbase that return ReplicationLoadSinkModifier and TypeMethodDescriptionServerMetrics.getReplicationLoadSink()
Call directly from client such as hbase shellServerMetricsBuilder.ServerMetricsImpl.getReplicationLoadSink()
Methods in org.apache.hadoop.hbase with parameters of type ReplicationLoadSinkModifier and TypeMethodDescriptionServerMetricsBuilder.setReplicationLoadSink
(ReplicationLoadSink value) Constructors in org.apache.hadoop.hbase with parameters of type ReplicationLoadSinkModifierConstructorDescription(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 ReplicationLoadSink in org.apache.hadoop.hbase.replication
Methods in org.apache.hadoop.hbase.replication that return ReplicationLoadSink