Index

C G M O P T 
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 any OptionalTags will no longer be a part of the MetricContext.
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 ContextFragment within which the OptionalTags 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
C G M O P T 
All Classes and Interfaces|All Packages