- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
Metrics.BuilderBase.MetricsImpl
Deprecated.
Helidon inject is deprecated and will be replaced in a future version
Metrics.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classDeprecated.Fluent API builder forMetrics.static classMetrics.BuilderBase<BUILDER extends Metrics.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends Metrics> Deprecated.Fluent API builder base forMetrics. -
Method Summary
Modifier and TypeMethodDescriptionstatic Metrics.Builderbuilder()Deprecated.Create a new fluent API builder to customize configuration.static Metrics.BuilderDeprecated.Create a new fluent API builder from an existing instance.Deprecated, for removal: This API element is subject to removal in a future version.The total number ofServices:lookup()calls that were successfully resolved via cache.Deprecated, for removal: This API element is subject to removal in a future version.The total number ofServices::lookup()calls that were attempted against the lookup cache.static Metricscreate()Deprecated.Create a new instance with default values.Deprecated, for removal: This API element is subject to removal in a future version.The total number ofServices::lookup()calls since jvm start, or since last reset.Deprecated, for removal: This API element is subject to removal in a future version.The total service count in the registry.
-
Method Details
-
builder
Deprecated.Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Deprecated.Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Deprecated.Create a new instance with default values.- Returns:
- a new instance
-
serviceCount
Deprecated, for removal: This API element is subject to removal in a future version.The total service count in the registry.- Returns:
- total service count
-
lookupCount
Deprecated, for removal: This API element is subject to removal in a future version.The total number ofServices::lookup()calls since jvm start, or since last reset.- Returns:
- lookup count
-
cacheLookupCount
Deprecated, for removal: This API element is subject to removal in a future version.The total number ofServices::lookup()calls that were attempted against the lookup cache. This will be empty if caching is disabled.- Returns:
- cache lookup count
- See Also:
-
cacheHitCount
Deprecated, for removal: This API element is subject to removal in a future version.The total number ofServices:lookup()calls that were successfully resolved via cache. This will be a value less than or equal tocacheLookupCount().- Returns:
- cache hit count
-