Uses of Class
io.siddhi.core.stream.output.sink.Sink
-
-
Uses of Sink in io.siddhi.core
Methods in io.siddhi.core that return types with arguments of type Sink Modifier and Type Method Description Collection<List<Sink>>SiddhiAppRuntime. getSinks()Collection<List<Sink>>SiddhiAppRuntimeImpl. getSinks() -
Uses of Sink in io.siddhi.core.stream.output.sink
Subclasses of Sink in io.siddhi.core.stream.output.sink Modifier and Type Class Description classInMemorySinkImplementation ofSinkwhich represents in-memory transport.classLogSinkImplementation ofSinkwhich can be used as a logger.Methods in io.siddhi.core.stream.output.sink with parameters of type Sink Modifier and Type Method Description voidSinkMapper. init(io.siddhi.query.api.definition.StreamDefinition streamDefinition, String type, OptionHolder mapOptionHolder, List<io.siddhi.query.api.annotation.Element> unmappedPayloadList, Sink sink, ConfigReader mapperConfigReader, LatencyTracker mapperLatencyTracker, OptionHolder sinkOptionHolder, SiddhiAppContext siddhiAppContext)Constructor parameters in io.siddhi.core.stream.output.sink with type arguments of type Sink Constructor Description SinkCallback(List<Sink> sinks, io.siddhi.query.api.definition.AbstractDefinition outputStreamDefinition) -
Uses of Sink in io.siddhi.core.stream.output.sink.distributed
Subclasses of Sink in io.siddhi.core.stream.output.sink.distributed Modifier and Type Class Description classDistributedTransportThis is the base class for Distributed transports. -
Uses of Sink in io.siddhi.core.util
Methods in io.siddhi.core.util that return types with arguments of type Sink Modifier and Type Method Description ConcurrentMap<String,List<Sink>>SiddhiAppRuntimeBuilder. getSinkMap() -
Uses of Sink in io.siddhi.core.util.parser.helper
Method parameters in io.siddhi.core.util.parser.helper with type arguments of type Sink Modifier and Type Method Description static voidDefinitionParserHelper. addEventSink(io.siddhi.query.api.definition.StreamDefinition streamDefinition, StreamJunction streamJunction, ConcurrentMap<String,List<Sink>> eventSinkMap, SiddhiAppContext siddhiAppContext) -
Uses of Sink in io.siddhi.core.util.transport
Subclasses of Sink in io.siddhi.core.util.transport Modifier and Type Class Description classMultiClientDistributedSinkThis is the distributed transport to publish to multiple endpoints using client/publisher for each endpoint.classSingleClientDistributedSinkThis class implements a the distributed sink that could publish to multiple destination using a single client/publisher.
-