Uses of Enum
io.opencensus.tags.TagMetadata.TagTtl
Packages that use TagMetadata.TagTtl
-
Uses of TagMetadata.TagTtl in io.opencensus.tags
Subclasses with type arguments of type TagMetadata.TagTtl in io.opencensus.tagsModifier and TypeClassDescriptionstatic enumTagMetadata.TagTtlis an integer that represents number of hops a tag can propagate.Methods in io.opencensus.tags that return TagMetadata.TagTtlModifier and TypeMethodDescriptionabstract TagMetadata.TagTtlTagMetadata.getTagTtl()Returns theTagMetadata.TagTtlof thisTagMetadata.static TagMetadata.TagTtlReturns the enum constant of this type with the specified name.static TagMetadata.TagTtl[]TagMetadata.TagTtl.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.tags with parameters of type TagMetadata.TagTtlModifier and TypeMethodDescriptionstatic TagMetadataTagMetadata.create(TagMetadata.TagTtl tagTtl) Creates aTagMetadatawith the givenTagMetadata.TagTtl.