| Package | Description |
|---|---|
| org.graylog2.inputs.persistence |
| Modifier and Type | Method and Description |
|---|---|
abstract InputStatusRecord |
InputStatusRecord.Builder.build() |
InputStatusRecord |
InputStatusService.save(InputStatusRecord statusRecord)
Save the status record for an Input.
|
InputStatusRecord |
MongoInputStatusService.save(InputStatusRecord statusRecord) |
| Modifier and Type | Method and Description |
|---|---|
Optional<InputStatusRecord> |
InputStatusService.get(String inputId)
Get the saved status record for an Input.
|
Optional<InputStatusRecord> |
MongoInputStatusService.get(String inputId) |
| Modifier and Type | Method and Description |
|---|---|
InputStatusRecord |
InputStatusService.save(InputStatusRecord statusRecord)
Save the status record for an Input.
|
InputStatusRecord |
MongoInputStatusService.save(InputStatusRecord statusRecord) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.