| Package | Description |
|---|---|
| org.graylog2.outputs | |
| org.graylog2.plugin.streams | |
| org.graylog2.rest.resources.system.outputs | |
| org.graylog2.streams |
| Modifier and Type | Method and Description |
|---|---|
MessageOutput |
MessageOutputFactory.fromStreamOutput(Output output,
Stream stream,
Configuration configuration) |
protected MessageOutput |
OutputRegistry.launchOutput(Output output,
Stream stream) |
void |
OutputRegistry.removeOutput(Output output) |
| Modifier and Type | Method and Description |
|---|---|
Set<Output> |
Stream.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
Output |
OutputResource.update(String outputId,
Map<String,Object> deltas) |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputImpl |
| Modifier and Type | Method and Description |
|---|---|
Output |
OutputServiceImpl.create(CreateOutputRequest request,
String userId) |
Output |
OutputService.create(CreateOutputRequest request,
String userId) |
Output |
OutputServiceImpl.create(Output request) |
Output |
OutputService.create(Output request) |
Output |
OutputServiceImpl.load(String streamOutputId) |
Output |
OutputService.load(String streamOutputId) |
Output |
OutputServiceImpl.update(String id,
Map<String,Object> deltas) |
Output |
OutputService.update(String id,
Map<String,Object> deltas) |
| Modifier and Type | Method and Description |
|---|---|
Set<Output> |
StreamImpl.getOutputs() |
Set<Output> |
OutputServiceImpl.loadAll() |
Set<Output> |
OutputService.loadAll() |
protected Set<Output> |
StreamServiceImpl.loadOutputsForRawStream(com.mongodb.DBObject stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamService.addOutput(Stream stream,
Output output) |
void |
StreamServiceImpl.addOutput(Stream stream,
Output output) |
Output |
OutputServiceImpl.create(Output request) |
Output |
OutputService.create(Output request) |
void |
OutputServiceImpl.destroy(Output model) |
void |
OutputService.destroy(Output model) |
void |
StreamService.removeOutput(Stream stream,
Output output) |
void |
StreamServiceImpl.removeOutput(Stream stream,
Output output) |
void |
StreamService.removeOutputFromAllStreams(Output output) |
void |
StreamServiceImpl.removeOutputFromAllStreams(Output output) |
| Constructor and Description |
|---|
StreamImpl(org.bson.types.ObjectId id,
Map<String,Object> fields,
List<StreamRule> streamRules,
Set<Output> outputs) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.