Uses of Interface
tech.illuin.pipeline.input.indexer.Indexer
Packages that use Indexer
Package
Description
-
Uses of Indexer in tech.illuin.pipeline
Constructor parameters in tech.illuin.pipeline with type arguments of type IndexerModifierConstructorDescriptionCompositePipeline
(String id, UIDGenerator uidGenerator, InitializerDescriptor<I, P> initializer, AuthorResolver<I> authorResolver, List<Indexer<P>> indexers, OutputFactory<I, P> outputFactory, List<StepDescriptor<Indexable, I, P>> steps, List<SinkDescriptor<P>> sinks, Supplier<ExecutorService> sinkExecutorProvider, PipelineErrorHandler<P> errorHandler, int closeTimeout, List<OnCloseHandler> onCloseHandlers, io.micrometer.core.instrument.MeterRegistry meterRegistry, TagResolver<I> tagResolver) -
Uses of Indexer in tech.illuin.pipeline.builder
Methods in tech.illuin.pipeline.builder that return types with arguments of type Indexer -
Uses of Indexer in tech.illuin.pipeline.input.indexer
Subinterfaces of Indexer in tech.illuin.pipeline.input.indexerClasses in tech.illuin.pipeline.input.indexer that implement Indexer