| Package | Description |
|---|---|
| org.graylog2.contentpacks.facades | |
| org.graylog2.outputs | |
| org.graylog2.plugin.outputs | |
| org.graylog2.plugin.streams | |
| org.graylog2.rest.resources.system.outputs | |
| org.graylog2.streams |
| Modifier and Type | Method and Description |
|---|---|
NativeEntity<Output> |
OutputFacade.createNativeEntity(Entity entity,
Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities,
String username) |
Optional<NativeEntity<Output>> |
OutputFacade.loadNativeEntity(NativeEntityDescriptor nativeEntityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
EntityExcerpt |
OutputFacade.createExcerpt(Output output) |
void |
OutputFacade.delete(Output nativeEntity) |
| 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 |
|---|---|
T |
MessageOutput.Factory2.create(Output output,
Stream stream,
Configuration configuration) |
| 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 |
OutputService.create(CreateOutputRequest request,
String userId) |
Output |
OutputServiceImpl.create(CreateOutputRequest request,
String userId) |
Output |
OutputService.create(Output request) |
Output |
OutputServiceImpl.create(Output request) |
Output |
OutputService.load(String streamOutputId) |
Output |
OutputServiceImpl.load(String streamOutputId) |
Output |
OutputService.update(String id,
Map<String,Object> deltas) |
Output |
OutputServiceImpl.update(String id,
Map<String,Object> deltas) |
| Modifier and Type | Method and Description |
|---|---|
Set<Output> |
StreamImpl.getOutputs() |
Set<Output> |
OutputService.loadAll() |
Set<Output> |
OutputServiceImpl.loadAll() |
Set<Output> |
OutputService.loadByIds(Collection<String> ids) |
Set<Output> |
OutputServiceImpl.loadByIds(Collection<String> ids) |
protected Set<Output> |
StreamServiceImpl.loadOutputsForRawStream(com.mongodb.DBObject stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamServiceImpl.addOutput(Stream stream,
Output output) |
void |
StreamService.addOutput(Stream stream,
Output output) |
Output |
OutputService.create(Output request) |
Output |
OutputServiceImpl.create(Output request) |
void |
OutputService.destroy(Output model) |
void |
OutputServiceImpl.destroy(Output model) |
void |
StreamServiceImpl.removeOutput(Stream stream,
Output output) |
void |
StreamService.removeOutput(Stream stream,
Output output) |
void |
StreamServiceImpl.removeOutputFromAllStreams(Output output) |
void |
StreamService.removeOutputFromAllStreams(Output output) |
| Constructor and Description |
|---|
StreamImpl(org.bson.types.ObjectId id,
Map<String,Object> fields,
List<StreamRule> streamRules,
Set<Output> outputs,
IndexSet indexSet) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.