Uses of Interface
org.aksw.shellgebra.exec.stage.BoundStage
Packages that use BoundStage
Package
Description
-
Uses of BoundStage in org.aksw.shellgebra.exec.io
Methods in org.aksw.shellgebra.exec.io that return BoundStageModifier and TypeMethodDescriptionStageGroup.from(com.google.common.io.ByteSource input) StageGroup.from(BoundStage input) StageGroup.from(FileWriterTask input) StageGroup.fromNull()Methods in org.aksw.shellgebra.exec.io with parameters of type BoundStage -
Uses of BoundStage in org.aksw.shellgebra.exec.stage
Classes in org.aksw.shellgebra.exec.stage that implement BoundStageModifier and TypeClassDescriptionclassclassclassclassFields in org.aksw.shellgebra.exec.stage declared as BoundStageModifier and TypeFieldDescriptionprotected BoundStageBoundStageDocker.inputExecBuilderprotected BoundStageBoundStageHost.inputExecBuilderMethods in org.aksw.shellgebra.exec.stage that return BoundStageModifier and TypeMethodDescriptionStage.from(com.google.common.io.ByteSource input) Use a byte source for input.Stage.from(BoundStage input) Stage.from(FileWriterTask input) StageDocker.from(com.google.common.io.ByteSource input) StageDocker.from(BoundStage input) StageDocker.from(FileWriterTask inputTask) StageHost.from(com.google.common.io.ByteSource byteSource) StageHost.from(BoundStage execBuilder) StageHost.from(FileWriterTask inputTask) StageJvm.from(com.google.common.io.ByteSource input) StageJvm.from(BoundStage input) StageJvm.from(FileWriterTask input) StagePipeline.from(com.google.common.io.ByteSource input) StagePipeline.from(BoundStage input) StagePipeline.from(FileWriterTask input) Stage.fromNull()StageDocker.fromNull()StageHost.fromNull()StageJvm.fromNull()StagePipeline.fromNull()Methods in org.aksw.shellgebra.exec.stage with parameters of type BoundStageModifier and TypeMethodDescriptionStage.from(BoundStage input) StageDocker.from(BoundStage input) StageHost.from(BoundStage execBuilder) StageJvm.from(BoundStage input) StagePipeline.from(BoundStage input) Constructors in org.aksw.shellgebra.exec.stage with parameters of type BoundStageModifierConstructorDescriptionBoundStageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, FileWriterTask inputTask, BoundStage inputExecBuilder, Function<CmdOpVar, Stage> varResolver) BoundStageHost(CmdOp cmdOp, BoundStage inputExecBuilder) -
Uses of BoundStage in org.aksw.shellgebra.exec.virtual
Methods in org.aksw.shellgebra.exec.virtual that return BoundStageModifier and TypeMethodDescriptionInputHolder.BoundStageInput.boundStage()Returns the value of theboundStagerecord component.EncodingStage.from(com.google.common.io.ByteSource input) EncodingStage.from(BoundStage input) EncodingStage.from(FileWriterTask input) EncodingStage.fromNull()Methods in org.aksw.shellgebra.exec.virtual with parameters of type BoundStageConstructors in org.aksw.shellgebra.exec.virtual with parameters of type BoundStageModifierConstructorDescriptionBoundStageInput(BoundStage boundStage) Creates an instance of aBoundStageInputrecord class.