Class AutoValue_RegisteredView
- java.lang.Object
-
- io.opentelemetry.sdk.metrics.internal.view.RegisteredView
-
- io.opentelemetry.sdk.metrics.internal.view.AutoValue_RegisteredView
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RegisteredView extends RegisteredView
-
-
Field Summary
Fields Modifier and Type Field Description private intcardinalityLimitprivate InstrumentSelectorinstrumentSelectorprivate Viewviewprivate AttributesProcessorviewAttributesProcessorprivate SourceInfoviewSourceInfo
-
Constructor Summary
Constructors Constructor Description AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)intgetCardinalityLimit()The view's cardinality limit.InstrumentSelectorgetInstrumentSelector()Instrument filter for applying this view.ViewgetView()The view to apply.AttributesProcessorgetViewAttributesProcessor()The view'sAttributesProcessor.SourceInfogetViewSourceInfo()TheSourceInfofrom where the view was registered.inthashCode()-
Methods inherited from class io.opentelemetry.sdk.metrics.internal.view.RegisteredView
create, toString
-
-
-
-
Field Detail
-
instrumentSelector
private final InstrumentSelector instrumentSelector
-
view
private final View view
-
viewAttributesProcessor
private final AttributesProcessor viewAttributesProcessor
-
cardinalityLimit
private final int cardinalityLimit
-
viewSourceInfo
private final SourceInfo viewSourceInfo
-
-
Constructor Detail
-
AutoValue_RegisteredView
AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-
-
Method Detail
-
getInstrumentSelector
public InstrumentSelector getInstrumentSelector()
Description copied from class:RegisteredViewInstrument filter for applying this view.- Specified by:
getInstrumentSelectorin classRegisteredView
-
getView
public View getView()
Description copied from class:RegisteredViewThe view to apply.- Specified by:
getViewin classRegisteredView
-
getViewAttributesProcessor
public AttributesProcessor getViewAttributesProcessor()
Description copied from class:RegisteredViewThe view'sAttributesProcessor.- Specified by:
getViewAttributesProcessorin classRegisteredView
-
getCardinalityLimit
public int getCardinalityLimit()
Description copied from class:RegisteredViewThe view's cardinality limit.- Specified by:
getCardinalityLimitin classRegisteredView
-
getViewSourceInfo
public SourceInfo getViewSourceInfo()
Description copied from class:RegisteredViewTheSourceInfofrom where the view was registered.- Specified by:
getViewSourceInfoin classRegisteredView
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-