| Package | Description |
|---|---|
| org.apache.hadoop.hbase |
| Modifier and Type | Class and Description |
|---|---|
private static class |
UserMetricsBuilder.UserMetricsImpl |
| Modifier and Type | Field and Description |
|---|---|
private Map<byte[],UserMetrics> |
ServerMetricsBuilder.userMetrics |
private Map<byte[],UserMetrics> |
ServerMetricsBuilder.ServerMetricsImpl.userMetrics |
| Modifier and Type | Method and Description |
|---|---|
UserMetrics |
UserMetricsBuilder.build() |
static UserMetrics |
UserMetricsBuilder.toUserMetrics(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.UserLoad userLoad) |
| Modifier and Type | Method and Description |
|---|---|
Map<byte[],UserMetrics> |
ServerMetrics.getUserMetrics()
Returns metrics per user
|
Map<byte[],UserMetrics> |
ServerLoad.getUserMetrics()
Deprecated.
|
Map<byte[],UserMetrics> |
ServerMetricsBuilder.ServerMetricsImpl.getUserMetrics() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.UserLoad |
UserMetricsBuilder.toUserMetrics(UserMetrics userMetrics) |
| Modifier and Type | Method and Description |
|---|---|
ServerMetricsBuilder |
ServerMetricsBuilder.setUserMetrics(List<UserMetrics> value) |
| Constructor and Description |
|---|
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) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.