Package com.tailf.notif
Class CommitProgressNotification
Object
com.tailf.notif.Notification
com.tailf.notif.ProgressNotification
com.tailf.notif.CommitProgressNotification
Data structure for commit progress notifications.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.tailf.notif.ProgressNotification
ProgressNotification.ProgressEventType
-
Field Summary
Fields inherited from class com.tailf.notif.ProgressNotification
DATABASE_CANDIDATE, DATABASE_NO_DB, DATABASE_RUNNING, DATABASE_STARTUP
-
Constructor Summary
ConstructorDescriptionCommitProgressNotification
(NotificationType type, ProgressNotification.ProgressEventType progressEventType, Long timestamp, Long duration, String traceId, String spanId, String parentSpanId, int usid, int tid, int datastore, String context, String subsystem, String message, String annotation, Map<String, ProgressAttributeValue> attributes, List<ProgressLink> links) -
Method Summary
Methods inherited from class com.tailf.notif.ProgressNotification
getAnnotation, getAttributes, getAttributeValue, getCommitQueueId, getContext, getDatastore, getDatastoreStr, getDBName, getDevice, getDevicePhase, getDuration, getLinks, getMessage, getNode, getPackage, getParentSpanId, getPhase, getProgressEventType, getService, getServicePhase, getSessionId, getSpanId, getSubsystem, getTimestamp, getTraceId, getTraceID, getTransaction, getTransactionId, getUserId, toString
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Constructor Details
-
CommitProgressNotification
public CommitProgressNotification(NotificationType type, ProgressNotification.ProgressEventType progressEventType, Long timestamp, Long duration, String traceId, String spanId, String parentSpanId, int usid, int tid, int datastore, String context, String subsystem, String message, String annotation, Map<String, ProgressAttributeValue> attributes, List<ProgressLink> links)
-