Package org.apache.hadoop.hbase
Class UserMetricsBuilder
java.lang.Object
org.apache.hadoop.hbase.UserMetricsBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Map<String,UserMetrics.ClientMetrics> private final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddClientMetris(UserMetrics.ClientMetrics clientMetrics) build()static UserMetricsBuildernewBuilder(byte[] name) static UserMetricstoUserMetrics(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.UserLoad userLoad) static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.UserLoadtoUserMetrics(UserMetrics userMetrics)
-
Field Details
-
name
-
clientMetricsMap
-
-
Constructor Details
-
UserMetricsBuilder
-
-
Method Details
-
toUserMetrics
public static UserMetrics toUserMetrics(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.UserLoad userLoad) -
toUserMetrics
public static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.UserLoad toUserMetrics(UserMetrics userMetrics) -
newBuilder
-
addClientMetris
-
build
-