| Package | Description |
|---|---|
| org.graylog2.inputs |
| Modifier and Type | Class and Description |
|---|---|
class |
InputImpl |
| Modifier and Type | Method and Description |
|---|---|
Input |
InputServiceImpl.create(java.util.Map<java.lang.String,java.lang.Object> fields) |
Input |
InputService.create(java.util.Map<java.lang.String,java.lang.Object> fields) |
Input |
InputServiceImpl.find(java.lang.String id) |
Input |
InputService.find(java.lang.String id) |
Input |
InputServiceImpl.findForThisNode(java.lang.String nodeId,
java.lang.String id) |
Input |
InputService.findForThisNode(java.lang.String nodeId,
java.lang.String id) |
Input |
InputServiceImpl.findForThisNodeOrGlobal(java.lang.String nodeId,
java.lang.String id) |
Input |
InputService.findForThisNodeOrGlobal(java.lang.String nodeId,
java.lang.String id) |
Input |
InputServiceImpl.findForThisRadio(java.lang.String radioId,
java.lang.String id) |
Input |
InputService.findForThisRadio(java.lang.String radioId,
java.lang.String id) |
Input |
InputServiceImpl.findForThisRadioOrGlobal(java.lang.String radioId,
java.lang.String id) |
Input |
InputService.findForThisRadioOrGlobal(java.lang.String radioId,
java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Input> |
InputServiceImpl.allOfRadio(Node radio) |
java.util.List<Input> |
InputService.allOfRadio(Node radio) |
java.util.List<Input> |
InputServiceImpl.allOfThisNode(java.lang.String nodeId) |
java.util.List<Input> |
InputService.allOfThisNode(java.lang.String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputServiceImpl.addExtractor(Input input,
Extractor extractor) |
void |
InputService.addExtractor(Input input,
Extractor extractor) |
void |
InputServiceImpl.addStaticField(Input input,
java.lang.String key,
java.lang.String value) |
void |
InputService.addStaticField(Input input,
java.lang.String key,
java.lang.String value) |
MessageInput |
InputServiceImpl.buildMessageInput(Input io) |
MessageInput |
InputService.buildMessageInput(Input io) |
java.util.List<Extractor> |
InputServiceImpl.getExtractors(Input input) |
java.util.List<Extractor> |
InputService.getExtractors(Input input) |
MessageInput |
InputServiceImpl.getMessageInput(Input io) |
MessageInput |
InputService.getMessageInput(Input io) |
void |
InputServiceImpl.removeExtractor(Input input,
java.lang.String extractorId) |
void |
InputService.removeExtractor(Input input,
java.lang.String extractorId) |
void |
InputServiceImpl.removeStaticField(Input input,
java.lang.String key) |
void |
InputService.removeStaticField(Input input,
java.lang.String key) |
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.