Modifier and Type | Method and Description |
---|---|
PipelineConnections |
PipelineStreamConnectionsService.load(String streamId) |
PipelineConnections |
PipelineStreamConnectionsService.save(PipelineConnections connections) |
Modifier and Type | Method and Description |
---|---|
Set<PipelineConnections> |
PipelineStreamConnectionsService.loadAll() |
Set<PipelineConnections> |
PipelineStreamConnectionsService.loadByPipelineId(String pipelineId) |
Modifier and Type | Method and Description |
---|---|
PipelineConnections |
PipelineStreamConnectionsService.save(PipelineConnections connections) |
Modifier and Type | Method and Description |
---|---|
PipelineConnections |
InMemoryPipelineStreamConnectionsService.load(String streamId) |
PipelineConnections |
InMemoryPipelineStreamConnectionsService.save(PipelineConnections connections) |
Modifier and Type | Method and Description |
---|---|
Set<PipelineConnections> |
InMemoryPipelineStreamConnectionsService.loadAll() |
Set<PipelineConnections> |
InMemoryPipelineStreamConnectionsService.loadByPipelineId(String pipelineId) |
Modifier and Type | Method and Description |
---|---|
PipelineConnections |
InMemoryPipelineStreamConnectionsService.save(PipelineConnections connections) |
Modifier and Type | Method and Description |
---|---|
PipelineConnections |
MongoDbPipelineStreamConnectionsService.load(String streamId) |
PipelineConnections |
MongoDbPipelineStreamConnectionsService.save(PipelineConnections connections) |
Modifier and Type | Method and Description |
---|---|
Set<PipelineConnections> |
MongoDbPipelineStreamConnectionsService.loadAll() |
Set<PipelineConnections> |
MongoDbPipelineStreamConnectionsService.loadByPipelineId(String pipelineId) |
Modifier and Type | Method and Description |
---|---|
PipelineConnections |
MongoDbPipelineStreamConnectionsService.save(PipelineConnections connections) |
Modifier and Type | Method and Description |
---|---|
abstract PipelineConnections |
PipelineConnections.Builder.build() |
PipelineConnections |
PipelineConnectionsResource.connectPipelines(@NotNull PipelineConnections connection) |
static PipelineConnections |
PipelineConnections.create(String id,
String streamId,
Set<String> pipelineIds) |
PipelineConnections |
PipelineConnectionsResource.getPipelinesForStream(String streamId) |
Modifier and Type | Method and Description |
---|---|
Set<PipelineConnections> |
PipelineConnectionsResource.connectStreams(@NotNull PipelineReverseConnections connection) |
Set<PipelineConnections> |
PipelineConnectionsResource.getAll() |
Modifier and Type | Method and Description |
---|---|
PipelineConnections |
PipelineConnectionsResource.connectPipelines(@NotNull PipelineConnections connection) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.