Class FilteredAttributes.RegularFilteredAttributes
java.lang.Object
io.opentelemetry.sdk.metrics.internal.view.FilteredAttributes
io.opentelemetry.sdk.metrics.internal.view.FilteredAttributes.RegularFilteredAttributes
- All Implemented Interfaces:
Attributes
- Enclosing class:
FilteredAttributes
Implementation that can handle attributes of arbitrary size by storing filter status in a
BitSet
.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
RegularFilteredAttributes
(Object[] sourceData, int hashcode, int size, BitSet bitSet) -
Method Summary
Modifier and TypeMethodDescription(package private) boolean
includeIndexInOutput
(int sourceIndex)
-
Field Details
-
bitSet
-
-
Constructor Details
-
RegularFilteredAttributes
-
-
Method Details
-
includeIndexInOutput
boolean includeIndexInOutput(int sourceIndex) - Specified by:
includeIndexInOutput
in classFilteredAttributes
-