| Package | Description |
|---|---|
| org.graylog2.notifications | |
| org.graylog2.periodical |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationImpl |
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationImpl.addDetail(String key,
Object value) |
Notification |
Notification.addDetail(String key,
Object value) |
Notification |
NotificationImpl.addNode(Node node) |
Notification |
Notification.addNode(Node node) |
Notification |
NotificationImpl.addNode(String nodeId) |
Notification |
Notification.addNode(String nodeId) |
Notification |
NotificationImpl.addSeverity(Notification.Severity severity) |
Notification |
Notification.addSeverity(Notification.Severity severity) |
Notification |
NotificationImpl.addTimestamp(org.joda.time.DateTime timestamp) |
Notification |
Notification.addTimestamp(org.joda.time.DateTime timestamp) |
Notification |
NotificationImpl.addType(Notification.Type type) |
Notification |
Notification.addType(Notification.Type type) |
Notification |
NotificationServiceImpl.build() |
Notification |
NotificationService.build() |
Notification |
NotificationServiceImpl.buildNow() |
Notification |
NotificationService.buildNow() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
NotificationServiceImpl.all() |
List<Notification> |
NotificationService.all() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationServiceImpl.fixed(Notification notification) |
boolean |
NotificationService.fixed(Notification notification) |
boolean |
NotificationServiceImpl.publishIfFirst(Notification notification) |
boolean |
NotificationService.publishIfFirst(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
protected Notification |
ClusterHealthCheckThread.getNotification() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.