Uses of Enum Class
com.tailf.maapi.Maapi.Verbosity
Packages that use Maapi.Verbosity
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
Package for subscription to asynchronous events.
-
Uses of Maapi.Verbosity in com.tailf.maapi
Methods in com.tailf.maapi that return Maapi.VerbosityModifier and TypeMethodDescriptionstatic Maapi.Verbosity
Returns the enum constant of this class with the specified name.static Maapi.Verbosity[]
Maapi.Verbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.tailf.maapi with parameters of type Maapi.VerbosityModifier and TypeMethodDescriptionvoid
Maapi.event
(int tid, Maapi.Verbosity verbosity, String msg, ConfPath path, Attributes attributes) Create a progress event.void
Maapi.reportProgress
(int tid, Maapi.Verbosity verbosity, String msg) Report progress of an action or transaction.void
Maapi.reportProgress
(int tid, Maapi.Verbosity verbosity, String msg, String packageName) Deprecated.Maapi.reportProgressStart
(int tid, Maapi.Verbosity verbosity, String msg, String packageName) Deprecated.useProgressTrace
instead.void
Maapi.reportServiceProgress
(int tid, Maapi.Verbosity verbosity, String msg, String packageName, ConfPath servicePath) Deprecated.useProgressTrace
instead.Maapi.reportServiceProgressStart
(int tid, Maapi.Verbosity verbosity, String msg, String packageName, ConfPath servicePath) Deprecated.useProgressTrace
instead.Maapi.startSpan
(int tid, Maapi.Verbosity verbosity, String msg, ConfPath path, Attributes attributes, Span[] links) Create a progress span. -
Uses of Maapi.Verbosity in com.tailf.notif
Methods in com.tailf.notif that return Maapi.VerbosityModifier and TypeMethodDescriptionNotificationCfg.getVerbosity()
Get the configured verbosity used byNotificationType.NOTIF_PROGRESS
andNotificationType.NOTIF_COMMIT_PROGRESS
notifications.Methods in com.tailf.notif with parameters of type Maapi.VerbosityModifier and TypeMethodDescriptionvoid
NotificationCfg.setVerbosity
(Maapi.Verbosity verbosity) Optional forNotificationType.NOTIF_PROGRESS
andNotificationType.NOTIF_COMMIT_PROGRESS
.Constructors in com.tailf.notif with parameters of type Maapi.VerbosityModifierConstructorDescriptionNotificationCfg
(int heartbeatInterval, int healthCheckInterval, String streamName, ConfValue startTime, ConfValue stopTime, String xpathFilter, int usid, Maapi.Verbosity verbosity) Convenience constructor setting all values.NotificationCfg
(Maapi.Verbosity verbosity) Creates a NotificationCfg instance with only the verbosity. -
Uses of Maapi.Verbosity in com.tailf.progress
Methods in com.tailf.progress with parameters of type Maapi.VerbosityModifier and TypeMethodDescriptionvoid
ProgressTrace.event
(Maapi.Verbosity verbosity, String message) Report an eventvoid
ProgressTrace.event
(Maapi.Verbosity verbosity, String message, Attributes attributes) Report an eventvoid
ProgressTraceNed.event
(Maapi.Verbosity verbosity, String message) Report an eventvoid
ProgressTraceNed.event
(Maapi.Verbosity verbosity, String message, Attributes attributes) Report an eventProgressTrace.startSpan
(Maapi.Verbosity verbosity, String message) Start a new spanProgressTrace.startSpan
(Maapi.Verbosity verbosity, String message, Attributes attributes, Span[] links) Start a new spanProgressTraceNed.startSpan
(Maapi.Verbosity verbosity, String message) Start a new spanProgressTraceNed.startSpan
(Maapi.Verbosity verbosity, String message, Attributes attributes, Span[] links) Start a new span
ProgressTrace
instead.