Class View
- java.lang.Object
-
- io.opentelemetry.sdk.metrics.view.View
-
@Immutable public abstract class View extends Object
TODO: javadoc.
-
-
Constructor Summary
Constructors Constructor Description View()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ViewBuilderbuilder()abstract AggregatorFactorygetAggregatorFactory()abstract LabelsProcessorFactorygetLabelsProcessorFactory()
-
-
-
Method Detail
-
getAggregatorFactory
public abstract AggregatorFactory getAggregatorFactory()
-
getLabelsProcessorFactory
public abstract LabelsProcessorFactory getLabelsProcessorFactory()
-
builder
public static ViewBuilder builder()
-
-