Index
All Classes and Interfaces|All Packages
C
- close() - Method in interface com.atlassian.profiling.metrics.api.context.ContextFragment
- com.atlassian.profiling.metrics.api.context - package com.atlassian.profiling.metrics.api.context
- com.atlassian.profiling.metrics.api.tags - package com.atlassian.profiling.metrics.api.tags
- ContextFragment - Interface in com.atlassian.profiling.metrics.api.context
-
OptionalTags can live within a ContextFragment, which after it's closed will mean that anyOptionalTags will no longer be a part of theMetricContext. - createOptionalTag(String, String) - Method in interface com.atlassian.profiling.metrics.api.tags.TagFactory
G
- getAll() - Method in interface com.atlassian.profiling.metrics.api.context.MetricContext
- getKey() - Method in interface com.atlassian.profiling.metrics.api.tags.OptionalTag
- getValue() - Method in interface com.atlassian.profiling.metrics.api.tags.OptionalTag
M
- MetricContext - Interface in com.atlassian.profiling.metrics.api.context
O
- OptionalTag - Interface in com.atlassian.profiling.metrics.api.tags
-
A tag with no guarantee of ending up on the metric.
P
- prefixedTagFactory(String) - Method in interface com.atlassian.profiling.metrics.api.tags.TagFactoryFactory
- put(OptionalTag...) - Method in interface com.atlassian.profiling.metrics.api.context.MetricContext
-
Creates a
ContextFragmentwithin which theOptionalTags will exist.
T
- TagFactory - Interface in com.atlassian.profiling.metrics.api.tags
-
Creates tags to be used with metrics.
- TagFactoryFactory - Interface in com.atlassian.profiling.metrics.api.tags
-
Creates
TagFactorys
All Classes and Interfaces|All Packages