Class ScopingConfig.BuilderBase.ScopingConfigImpl
java.lang.Object
io.helidon.metrics.api.ScopingConfig.BuilderBase.ScopingConfigImpl
- All Implemented Interfaces:
Prototype.Api, ScopingConfig
- Enclosing class:
ScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ScopingConfig>
protected static class ScopingConfig.BuilderBase.ScopingConfigImpl
extends Object
implements ScopingConfig
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ScopingConfig
ScopingConfig.Builder, ScopingConfig.BuilderBase<BUILDER, PROTOTYPE>Modifier and TypeInterfaceDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.Fluent API builder forScopingConfig.static classScopingConfig.BuilderBase<BUILDER extends ScopingConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends ScopingConfig>Deprecated, for removal: This API element is subject to removal in a future version.Fluent API builder base forScopingConfig. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope tag names, and this constant will be removed. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedScopingConfigImpl(ScopingConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.booleaninthashCode()scopes()Deprecated, for removal: This API element is subject to removal in a future version.tagName()Deprecated, for removal: This API element is subject to removal in a future version.toString()
-
Field Details
-
SCOPE_TAG_NAME_DEFAULT
Deprecated, for removal: This API element is subject to removal in a future version.Core metrics ignores scope tag names, and this constant will be removed.Legacy scope tag name retained for compatibility.- See Also:
-
-
Constructor Details
-
ScopingConfigImpl
Create an instance providing a builder.- Parameters:
builder- extending builder base of this prototype
-
-
Method Details
-
defaultValue
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ScopingConfigReturns the configured default scope value.- Specified by:
defaultValuein interfaceScopingConfig- Returns:
- configured default scope value
-
tagName
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ScopingConfigReturns the configured scope tag name.- Specified by:
tagNamein interfaceScopingConfig- Returns:
- configured scope tag name
-
scopes
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:ScopingConfigReturns the configured settings for individual scopes.- Specified by:
scopesin interfaceScopingConfig- Returns:
- configured scope settings
-
toString
-
equals
-
hashCode
-