JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.ibm.cloud.objectstorage.metrics
Interface MetricType
All Known Subinterfaces:
RequestMetricType
,
ServiceMetricType
,
ThroughputMetricType
All Known Implementing Classes:
AwsClientSideMonitoringMetrics
,
AWSRequestMetrics.Field
,
AWSServiceMetrics
,
S3ServiceMetric
,
SimpleMetricType
,
SimpleServiceMetricType
,
SimpleThroughputMetricType
public interface
MetricType
Metric type.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
name
()
Non-null name of the metric type.
Method Detail
name
String
name()
Non-null name of the metric type. Used to uniquely identify the metric type. Therefore, the name returned must be globally unique across all metric types that implement this interface.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2024. All rights reserved.