Uses of Enum Class
com.tailf.maapi.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionNotificationCfg.getVerbosity()
Get the configured verbosity used byNotificationType.NOTIF_PROGRESS
andNotificationType.NOTIF_COMMIT_PROGRESS
notifications.Modifier and TypeMethodDescriptionvoid
NotificationCfg.setVerbosity
(Maapi.Verbosity verbosity) Optional forNotificationType.NOTIF_PROGRESS
andNotificationType.NOTIF_COMMIT_PROGRESS
.ModifierConstructorDescriptionNotificationCfg
(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
Modifier 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.