Package io.helidon.telemetry.otelconfig
Class Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
java.lang.Object
io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
- All Implemented Interfaces:
Prototype.Api,Base2ExponentialHistogramAggregationConfig
- Enclosing class:
Base2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER extends Base2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Base2ExponentialHistogramAggregationConfig>
protected static class Base2ExponentialHistogramAggregationConfig.BuilderBase.Base2ExponentialHistogramAggregationConfigImpl
extends Object
implements Base2ExponentialHistogramAggregationConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
Base2ExponentialHistogramAggregationConfig.Builder, Base2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER extends Base2ExponentialHistogramAggregationConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Base2ExponentialHistogramAggregationConfig> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBase2ExponentialHistogramAggregationConfigImpl(Base2ExponentialHistogramAggregationConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface io.helidon.telemetry.otelconfig.Base2ExponentialHistogramAggregationConfig
aggregation
-
Constructor Details
-
Base2ExponentialHistogramAggregationConfigImpl
protected Base2ExponentialHistogramAggregationConfigImpl(Base2ExponentialHistogramAggregationConfig.BuilderBase<?, ?> builder) Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
maxBuckets
Description copied from interface:Base2ExponentialHistogramAggregationConfigMaximum number of buckets.- Specified by:
maxBucketsin interfaceBase2ExponentialHistogramAggregationConfig- Returns:
- maximum number of buckets
-
maxScale
Description copied from interface:Base2ExponentialHistogramAggregationConfigMaximum scale.- Specified by:
maxScalein interfaceBase2ExponentialHistogramAggregationConfig- Returns:
- maximum scale
-
toString
-
equals
-
hashCode
public int hashCode()
-