Uses of Class
com.tailf.progress.Attributes
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of Attributes in com.tailf.maapi
Modifier and TypeMethodDescriptionvoid
Maapi.event
(int tid, Maapi.Verbosity verbosity, String msg, ConfPath path, Attributes attributes) Create a progress event.Maapi.startSpan
(int tid, Maapi.Verbosity verbosity, String msg, ConfPath path, Attributes attributes, Span[] links) Create a progress span. -
Uses of Attributes in com.tailf.progress
Modifier and TypeMethodDescriptionstatic Attributes
Build attributes from aHashMap
Attributes.merge
(Attributes otherAttrs) Merge 2 attribute objectsModifier and TypeMethodDescriptionvoid
ProgressTrace.event
(Maapi.Verbosity verbosity, String message, Attributes attributes) Report an eventvoid
ProgressTraceNed.event
(Maapi.Verbosity verbosity, String message, Attributes attributes) Report an eventAttributes.merge
(Attributes otherAttrs) Merge 2 attribute objectsProgressTrace.startSpan
(Maapi.Verbosity verbosity, String message, Attributes attributes, Span[] links) Start a new spanProgressTraceNed.startSpan
(Maapi.Verbosity verbosity, String message, Attributes attributes, Span[] links) Start a new span