Uses of Interface
org.openspaces.admin.alert.Alert
Packages that use Alert
Package
Description
Support for managing Alerts through the Admin API.
-
Uses of Alert in org.openspaces.admin.alert
Methods in org.openspaces.admin.alert that return AlertMethods in org.openspaces.admin.alert with parameters of type AlertModifier and TypeMethodDescriptionvoidAlertManager.triggerAlert(Alert alert) Trigger an alert event for registered alert event listeners. -
Uses of Alert in org.openspaces.admin.alert.alerts
Classes in org.openspaces.admin.alert.alerts that implement AlertModifier and TypeClassDescriptionclassAn abstraction over a fired alert, exposing theAlertAPI.classA CPU Utilization alert fired upon triggered CPU thresholds.classA Garbage Collection duration alert, fired upon triggered GC thresholds.classA heap memory utilization alert, fired upon triggered JVM heap-memory thresholds.classA Mirror persistency failure alert, triggered upon a failed replication from primary Space to Mirror Space, due to an error (e.g.classA physical memory utilization alert, fired upon triggered machine physical memory thresholds.classA processing unit instance fault-detection alert triggered when a Grid Service Manager fails to monitor a processing unit instance.classA provision failure alert triggered when a processing unit has less actual instances than planned instances.classA replication channel disconnection alert, fired upon a disconnected channel between a source (primary Space) and it's target (backup Space or Mirror).classA replication redo-log overflow to disk alert, fired when the redo-log exceeds the defined redo-log memory capacity and overflows to disk.classA replication redo-log size alert, fired upon redo-log increase, indicating that packets are not being sent from a source Space to it's target Space (backup or mirror).classA Space partition split-brain alert triggered when two primaries are detected in the same partition.Methods in org.openspaces.admin.alert.alerts that return AlertConstructors in org.openspaces.admin.alert.alerts with parameters of type AlertModifierConstructorDescriptionAbstractAlert(Alert alert) CpuUtilizationAlert(Alert alert) GarbageCollectionAlert(Alert alert) HeapMemoryUtilizationAlert(Alert alert) ProvisionFailureAlert(Alert alert) ReplicationRedoLogSizeAlert(Alert alert) -
Uses of Alert in org.openspaces.admin.alert.events
Methods in org.openspaces.admin.alert.events with parameters of type Alert -
Uses of Alert in org.openspaces.admin.internal.alert
Subinterfaces of Alert in org.openspaces.admin.internal.alertClasses in org.openspaces.admin.internal.alert that implement AlertModifier and TypeClassDescriptionclassA plain java object representing an alert issued by an alert bean or an alert provider.Methods in org.openspaces.admin.internal.alert that return AlertModifier and TypeMethodDescriptionAlertRepository.getAlertByAlertUid(String alertUid) Get a specific alert by itsgetAlertUid()DefaultAlertRepository.getAlertByAlertUid(String alertUid) Alert[]AlertRepository.getAlertsByGroupUid(String groupUid) Get an array of alerts matching agetGroupUid().Alert[]DefaultAlertRepository.getAlertsByGroupUid(String groupUid) Alert[]DefaultAlertRepository.AlertGroup.toArray()Methods in org.openspaces.admin.internal.alert that return types with arguments of type AlertModifier and TypeMethodDescriptionAlertRepository.iterateFifo()An Iterator over the alerts in the repository from the first alert to arrive to the last.DefaultAlertRepository.iterateFifo()AlertRepository.iterateLifo()An Iterator over the alerts in the repository from the last alert to arrive to the first.DefaultAlertRepository.iterateLifo()AlertRepository.list()An Iterator of Iterators over the alerts in the repository, each iterator groups together alerts belonging to the same group UID.DefaultAlertRepository.list()Methods in org.openspaces.admin.internal.alert with parameters of type Alert -
Uses of Alert in org.openspaces.admin.internal.alert.events
Methods in org.openspaces.admin.internal.alert.events with parameters of type Alert