Uses of Class
io.siddhi.core.aggregation.persistedaggregation.QueuedCudStreamProcessor
-
Packages that use QueuedCudStreamProcessor Package Description io.siddhi.core.aggregation.persistedaggregation -
-
Uses of QueuedCudStreamProcessor in io.siddhi.core.aggregation.persistedaggregation
Methods in io.siddhi.core.aggregation.persistedaggregation that return types with arguments of type QueuedCudStreamProcessor Modifier and Type Method Description LinkedBlockingQueue<QueuedCudStreamProcessor>CudStreamProcessorQueueManager. getCudStreamProcessorQueue()LinkedBlockingQueue<QueuedCudStreamProcessor>CudStreamProcessorQueueManager. initializeAndGetCudStreamProcessorQueue()Constructor parameters in io.siddhi.core.aggregation.persistedaggregation with type arguments of type QueuedCudStreamProcessor Constructor Description PersistedIncrementalExecutor(String aggregatorName, io.siddhi.query.api.aggregation.TimePeriod.Duration duration, List<ExpressionExecutor> processExpressionExecutors, Executor child, SiddhiQueryContext siddhiQueryContext, MetaStreamEvent metaStreamEvent, String timeZone, Processor cudStreamProcessor, LinkedBlockingQueue<QueuedCudStreamProcessor> cudStreamProcessorQueue)
-