|
#define | TIB_ADVISORY_ENDPOINT_NAME "_advisoryEndpoint" |
| Name of the special endpoint that carries FTL advisory messages; string. More...
|
|
#define | TIB_ADVISORY_FIELD_ADVISORY "_advisory" |
| A field with this field name distinguishes advisory messages. More...
|
|
#define | TIB_ADVISORY_FIELD_AGGREGATION_COUNT "aggregation_count" |
| Aggregation incidents (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_AGGREGATION_TIME "aggregation_time" |
| Aggregation time interval (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_ENDPOINTS "endpoints" |
| Endpoints (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_LOCK_NAME "lock_name" |
| Lock Name (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_MODULE "module" |
| Module (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_NAME "name" |
| Advisory name (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_PUBLISHER_LABEL "publisher_label" |
| Publisher label (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_QUEUE_NAME "queue_name" |
| Queue name (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_REASON "reason" |
| Advisory reason (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_SEVERITY "severity" |
| Advisory severity (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_SUBSCRIBER_NAME "subscriber_name" |
| Subscriber name (field name). More...
|
|
#define | TIB_ADVISORY_FIELD_TIMESTAMP "timestamp" |
| Timestamp (field name). More...
|
|
#define | TIB_ADVISORY_MODULE_BASE "BASE" |
| The advisory message pertains to the FTL API base library implementation code (module). More...
|
|
#define | TIB_ADVISORY_NAME_DATALOSS "DATALOSS" |
| The advisory message reports data loss. More...
|
|
#define | TIB_ADVISORY_NAME_LOCK_LOST "LOCK_LOST" |
| The advisory message reports that a lock previously held by this application was stolen by some other application. More...
|
|
#define | TIB_ADVISORY_NAME_NONINLINE_SEND_LOSS "NONINLINE_SEND_LOSS" |
| The advisory message reports that a non-inline persistence publisher experienced a failure while trying to persist a message. More...
|
|
#define | TIB_ADVISORY_NAME_RESOURCE_AVAILABLE "RESOURCE_AVAILABLE" |
| The advisory message reports that a resource is available. More...
|
|
#define | TIB_ADVISORY_NAME_RESOURCE_UNAVAILABLE "RESOURCE_UNAVAILABLE" |
| The advisory message reports that a resource is unavailable. More...
|
|
#define | TIB_ADVISORY_NAME_RETRANSMISSION "RETRANSMISSION" |
| The advisory message reports multicast retransmission. More...
|
|
#define | TIB_ADVISORY_NAME_SUBSCRIBER_FORCE_CLOSE "SUBSCRIBER_FORCE_CLOSE" |
| The advisory message reports that a persistence store forced a durable subscriber to close. More...
|
|
#define | TIB_ADVISORY_REASON_DIRECT_SUB_LOSS "DIRECT_SUBSCRIBER_LOSS" |
| The advisory reports data loss; the reason is direct subscriber detected data loss in the inbound stream. More...
|
|
#define | TIB_ADVISORY_REASON_DURABLE_SUBSCRIBER_COLLISION "DURABLE_SUBSCRIBER_COLLISION" |
| The advisory reports that a persistence store forced a subscriber to close; the reason is durable subscriber collision. More...
|
|
#define | TIB_ADVISORY_REASON_FAILOVER_LOSS "FAILOVER_LOSS" |
| The advisory reports potential data loss; the reason is failover to a backup forwarding component. More...
|
|
#define | TIB_ADVISORY_REASON_INCOMPLETE_MESSAGE "INCOMPLETE_MESSAGE" |
| The advisory reports data loss; the reason is an incomplete message. More...
|
|
#define | TIB_ADVISORY_REASON_LOCK_LOST_ON_DISCONNECT "LOCK_LOST_ON_DISCONNECT" |
| The advisory reports lock lost notification; the reason is a lock that was previously held by this application was lost because of a disconnect from the persistence store. More...
|
|
#define | TIB_ADVISORY_REASON_LOCK_STOLEN "LOCK_STOLEN" |
| The advisory reports lock lost notification; the reason is a lock that was previously held by this application was stolen by some other application. More...
|
|
#define | TIB_ADVISORY_REASON_PERSISTENCE_STORE_AVAILABLE "PERSISTENCE_STORE_AVAILABLE" |
| The advisory reports resource availability; the reason is that a persistence store is available. More...
|
|
#define | TIB_ADVISORY_REASON_PERSISTENCE_STORE_AVAILABLE_AFTER_CLUSTER_DATALOSS "PERSISTENCE_STORE_AVAILABLE_AFTER_CLUSTER_DATALOSS" |
| The advisory reports resource availability; the reason is that a persistence store is available but the cluster lost some or all data. More...
|
|
#define | TIB_ADVISORY_REASON_PERSISTENCE_STORE_UNAVAILABLE "PERSISTENCE_STORE_UNAVAILABLE" |
| The advisory reports resource unavailability; the reason is that a persistence store is not available. More...
|
|
#define | TIB_ADVISORY_REASON_QUEUE_LIMIT_EXCEEDED "QUEUE_LIMIT_EXCEEDED" |
| The advisory message reports data loss; the reason is overflow of an event queue. More...
|
|
#define | TIB_ADVISORY_REASON_RECONNECT_LOSS "RECONNECT_LOSS" |
| The advisory reports potential data loss; the reason is a temporary network disconnect between two connection-oriented transports (that is, TCP or RDMA). More...
|
|
#define | TIB_ADVISORY_REASON_RETRANSMISSION_REQUEST "RETRANSMISSION_REQUEST" |
| The advisory reports that the subscribing endpoint of a multicast transport in the application requested retransmission from a publishing endpoint. More...
|
|
#define | TIB_ADVISORY_REASON_RETRANSMISSION_REQUEST_SUPPRESSED "RETRANSMISSION_REQUEST_SUPPRESSED" |
| The advisory reports that the subscribing endpoint of a multicast transport in the application would have requested retransmission, but request was suppressed. More...
|
|
#define | TIB_ADVISORY_REASON_RETRANSMISSION_SENT "RETRANSMISSION_SENT" |
| The advisory reports that the publishing endpoint of a multicast transport in the application has sent a retransmission as requested. More...
|
|
#define | TIB_ADVISORY_REASON_SENDER_DISCARD "SENDER_DISCARD" |
| The advisory reports data loss; the reason is a sending transport has discarded data in accordance with its backlog settings. More...
|
|
#define | TIB_ADVISORY_REASON_STORE_DISCARD_DATALOSS "STORE_DISCARD_DATALOSS" |
| The advisory reports data loss when a subscriber to a last-value durable has missed one or more messages from the persistence store. More...
|
|
#define | TIB_ADVISORY_REASON_TPORT_DATALOSS "TPORT_DATALOSS" |
| The advisory reports data loss; the reason is a transport malfunction. More...
|
|
#define | TIB_ADVISORY_REASON_UPSTREAM_LOSS "UPSTREAM_LOSS" |
| The advisory reports potential data loss; the reason is a data loss advisory detected upstream at a forwarding component (such as a transport bridge). More...
|
|
#define | TIB_ADVISORY_SEVERITY_DEBUG "DEBUG" |
| The advisory message is for debugging (severity value). More...
|
|
#define | TIB_ADVISORY_SEVERITY_INFO "INFO" |
| The advisory message is informational (severity value). More...
|
|
#define | TIB_ADVISORY_SEVERITY_WARN "WARN" |
| The advisory message is a warning (severity value). More...
|
|