Uses of Interface
org.aksw.shellgebra.exec.stage.Stage
Packages that use Stage
Package
Description
-
Uses of Stage in org.aksw.shellgebra.exec.io
Classes in org.aksw.shellgebra.exec.io that implement StageModifier and TypeClassDescriptionclassinput | { x1 ; xi ; xn } The same input is passed to all members of the group.Constructor parameters in org.aksw.shellgebra.exec.io with type arguments of type Stage -
Uses of Stage in org.aksw.shellgebra.exec.stage
Classes in org.aksw.shellgebra.exec.stage that implement StageModifier and TypeClassDescriptionclassclassclassclassFields in org.aksw.shellgebra.exec.stage with type parameters of type StageMethods in org.aksw.shellgebra.exec.stage that return StageModifier and TypeMethodDescriptionstatic StageStages.docker(String imageRef, CmdOp cmdOp, FileMapper fileMapper) static StageStages.docker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, Function<CmdOpVar, Stage> varResolver) static Stagestatic StageStages.javaIn(org.aksw.commons.io.util.stream.InputStreamTransform transform) static StageStages.javaOut(org.aksw.commons.io.util.stream.OutputStreamTransform transform) static StageCreate a stage from the command using the global command registry .static StageStages.jvm(JvmCommandRegistry jvmCmdRegistry, CmdOp cmdOp) static Stagestatic StageMethods in org.aksw.shellgebra.exec.stage with parameters of type StageMethod parameters in org.aksw.shellgebra.exec.stage with type arguments of type StageModifier and TypeMethodDescriptionstatic StageStages.docker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, Function<CmdOpVar, Stage> varResolver) static StageConstructor parameters in org.aksw.shellgebra.exec.stage with type arguments of type StageModifierConstructorDescriptionBoundStageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, FileWriterTask inputTask, BoundStage inputExecBuilder, Function<CmdOpVar, Stage> varResolver) StageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, Function<CmdOpVar, Stage> varResolver) StagePipeline(List<Stage> stages) -
Uses of Stage in org.aksw.shellgebra.exec.virtual
Subinterfaces of Stage in org.aksw.shellgebra.exec.virtualModifier and TypeInterfaceDescriptioninterfaceMarker interface for stages that are not concrete.Classes in org.aksw.shellgebra.exec.virtual that implement Stage -
Uses of Stage in org.aksw.vshell.registry
Classes in org.aksw.vshell.registry that implement interfaces with type arguments of type StageMethods in org.aksw.vshell.registry that return StageModifier and TypeMethodDescriptionCmdOpVisitorExecJvm.visit(CmdOpGroup op) CmdOpVisitorExecJvm.visit(CmdOpPipeline op) Methods in org.aksw.vshell.registry that return types with arguments of type StageModifier and TypeMethodDescriptionConstructor parameters in org.aksw.vshell.registry with type arguments of type StageModifierConstructorDescriptionCmdOpVisitorExecJvm(ExecSiteResolver resolver, Function<CmdOpVar, Stage> varResolver)