| Package | Description |
|---|---|
| org.graylog2.alerts |
| Modifier and Type | Method and Description |
|---|---|
static Alert.AlertState |
Alert.AlertState.fromString(String state) |
static Alert.AlertState |
Alert.AlertState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alert.AlertState[] |
Alert.AlertState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Alert> |
AlertServiceImpl.listForStreamIds(List<String> streamIds,
Alert.AlertState state,
int skip,
int limit) |
List<Alert> |
AlertService.listForStreamIds(List<String> streamIds,
Alert.AlertState state,
int skip,
int limit) |
long |
AlertServiceImpl.totalCountForStreams(List<String> streamIds,
Alert.AlertState state) |
long |
AlertService.totalCountForStreams(List<String> streamIds,
Alert.AlertState state) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.