Uses of Interface
tech.illuin.pipeline.input.indexer.Indexable
Packages that use Indexable
Package
Description
-
Uses of Indexable in tech.illuin.pipeline.builder
Classes in tech.illuin.pipeline.builder that implement IndexableMethods in tech.illuin.pipeline.builder with type parameters of type IndexableModifier and TypeMethodDescription<ID extends Indexable>
SimplePipelineBuilder<I>SimplePipelineBuilder.registerStep
(Step<ID, I> step) Method parameters in tech.illuin.pipeline.builder with type arguments of type IndexableModifier and TypeMethodDescriptionPayloadPipelineBuilder.registerStep
(StepAssembler<? extends Indexable, I> assembler) PayloadPipelineBuilder.registerStep
(Step<? extends Indexable, I> step) PayloadPipelineBuilder.registerStep
(IndexableStep<? extends Indexable> step) PayloadPipelineBuilder.registerStepAssemblers
(List<? extends StepAssembler<? extends Indexable, I>> assemblers) PayloadPipelineBuilder.registerSteps
(List<? extends Step<? extends Indexable, I>> steps) -
Uses of Indexable in tech.illuin.pipeline.execution.phase.impl
Constructor parameters in tech.illuin.pipeline.execution.phase.impl with type arguments of type IndexableModifierConstructorDescriptionStepPhase
(List<StepDescriptor<Indexable, I>> steps, UIDGenerator uidGenerator, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of Indexable in tech.illuin.pipeline.input.indexer
Classes in tech.illuin.pipeline.input.indexer with type parameters of type IndexableModifier and TypeClassDescriptionstatic final record
IndexContainer.Entry<T extends Indexable>
class
SingleAutoIndexer<T extends Indexable>
Methods in tech.illuin.pipeline.input.indexer with type parameters of type IndexableModifier and TypeMethodDescriptionstatic <P extends Indexable>
MultiIndexer<P>MultiIndexer.auto()
static <P extends Indexable>
SingleIndexer<P>SingleIndexer.auto()
Methods in tech.illuin.pipeline.input.indexer that return IndexableModifier and TypeMethodDescriptionMethods in tech.illuin.pipeline.input.indexer that return types with arguments of type IndexableModifier and TypeMethodDescriptionCollection<? extends Indexable>
Collection<? extends Indexable>
IndexContainer.stream()
Methods in tech.illuin.pipeline.input.indexer with parameters of type IndexableModifier and TypeMethodDescriptionboolean
-
Uses of Indexable in tech.illuin.pipeline.input.initializer.execution.error
Methods in tech.illuin.pipeline.input.initializer.execution.error that return IndexableModifier and TypeMethodDescriptionInitializerErrorHandler.handle
(Exception exception, Context context, UIDGenerator generator) -
Uses of Indexable in tech.illuin.pipeline.output
Classes in tech.illuin.pipeline.output that implement IndexableMethods in tech.illuin.pipeline.output with parameters of type Indexable -
Uses of Indexable in tech.illuin.pipeline.step
Classes in tech.illuin.pipeline.step with type parameters of type IndexableMethods in tech.illuin.pipeline.step with type parameters of type Indexable -
Uses of Indexable in tech.illuin.pipeline.step.builder
Classes in tech.illuin.pipeline.step.builder with type parameters of type IndexableModifier and TypeInterfaceDescriptioninterface
StepAssembler<T extends Indexable,
I> class
StepBuilder<T extends Indexable,
I> final class
StepDescriptor<T extends Indexable,
I> Methods in tech.illuin.pipeline.step.builder with parameters of type IndexableModifier and TypeMethodDescriptionboolean
StepDescriptor.canExecute
(Indexable indexable, Context ctx) StepDescriptor.postEvaluation
(Result result, Indexable object, I input, Context ctx) Method parameters in tech.illuin.pipeline.step.builder with type arguments of type IndexableModifier and TypeMethodDescriptionStepBuilder.withCondition
(Class<? extends Indexable> typeCondition) -
Uses of Indexable in tech.illuin.pipeline.step.execution.condition
Methods in tech.illuin.pipeline.step.execution.condition with parameters of type IndexableModifier and TypeMethodDescriptionboolean
MetadataCondition.canExecute
(Indexable indexable, Context context) boolean
StepCondition.canExecute
(Indexable indexable, Context context) -
Uses of Indexable in tech.illuin.pipeline.step.execution.evaluator
Methods in tech.illuin.pipeline.step.execution.evaluator with parameters of type Indexable -
Uses of Indexable in tech.illuin.pipeline.step.execution.wrapper
Classes in tech.illuin.pipeline.step.execution.wrapper with type parameters of type IndexableMethods in tech.illuin.pipeline.step.execution.wrapper with type parameters of type Indexable -
Uses of Indexable in tech.illuin.pipeline.step.result
Classes in tech.illuin.pipeline.step.result that implement IndexableMethods in tech.illuin.pipeline.step.result with parameters of type IndexableModifier and TypeMethodDescription -
Uses of Indexable in tech.illuin.pipeline.step.runner
Classes in tech.illuin.pipeline.step.runner with type parameters of type Indexable -
Uses of Indexable in tech.illuin.pipeline.step.variant
Classes in tech.illuin.pipeline.step.variant with type parameters of type IndexableMethods in tech.illuin.pipeline.step.variant with parameters of type Indexable