Uses of Interface
org.aksw.shellgebra.exec.stage.FileWriterTask
Packages that use FileWriterTask
Package
Description
-
Uses of FileWriterTask in org.aksw.shellgebra.exec
Fields in org.aksw.shellgebra.exec with type parameters of type FileWriterTaskModifier and TypeFieldDescriptionprotected List<FileWriterTask> ContainerExec.inputFileWriterTasksFile writers that will be started before the actual container is started.Methods in org.aksw.shellgebra.exec that return types with arguments of type FileWriterTaskModifier and TypeMethodDescriptionCommand.fileWriterTasks()Returns the value of thefileWriterTasksrecord component.Constructor parameters in org.aksw.shellgebra.exec with type arguments of type FileWriterTaskModifierConstructorDescriptionCommand(CmdOp baseCmdOp, List<FileWriterTask> fileWriterTasks) Creates an instance of aCommandrecord class. -
Uses of FileWriterTask in org.aksw.shellgebra.exec.io
Methods in org.aksw.shellgebra.exec.io with parameters of type FileWriterTask -
Uses of FileWriterTask in org.aksw.shellgebra.exec.stage
Classes in org.aksw.shellgebra.exec.stage that implement FileWriterTaskModifier and TypeClassDescriptionclassclassclassclassWriter task based on a system process created from a system call.classWriter task based on a system process created from a system call.classA no-op file writer task that just serves an existing file.classFields in org.aksw.shellgebra.exec.stage declared as FileWriterTaskModifier and TypeFieldDescriptionprotected FileWriterTaskBoundStageDocker.inputTaskprotected FileWriterTaskBoundStageHost.inputTaskFields in org.aksw.shellgebra.exec.stage with type parameters of type FileWriterTaskModifier and TypeFieldDescriptionprotected List<FileWriterTask> BoundStageHost.dependentTasksprotected List<FileWriterTask> StageHost.dependentTasksMethods in org.aksw.shellgebra.exec.stage that return FileWriterTaskModifier and TypeMethodDescriptionBoundStage.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageByteSource.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageDocker.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageHost.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) BoundStageJvm.execToFile(Path hostPath, PathLifeCycle pathLifeCycle) protected FileWriterTaskBoundStageDocker.execToPathInternal(Path outPath, String outContainerPath, PathLifeCycle pathLifeCycle) protected FileWriterTaskBoundStageHost.execToPathInternal(Path outPath, PathLifeCycle pathLifeCycle) BoundStage.execToRegularFile(Path hostPath) BoundStageByteSource.execToRegularFile(Path hostPath) BoundStageDocker.execToRegularFile(Path hostPath) BoundStageHost.execToRegularFile(Path hostPath) BoundStageJvm.execToRegularFile(Path hostPath) BoundStage.runToHostPipe()BoundStageByteSource.runToHostPipe()BoundStageDocker.runToHostPipe()BoundStageHost.runToHostPipe()BoundStageJvm.runToHostPipe()Methods in org.aksw.shellgebra.exec.stage with parameters of type FileWriterTaskModifier and TypeMethodDescriptionStage.from(FileWriterTask input) StageDocker.from(FileWriterTask inputTask) StageHost.from(FileWriterTask inputTask) StageJvm.from(FileWriterTask input) StagePipeline.from(FileWriterTask input) Constructors in org.aksw.shellgebra.exec.stage with parameters of type FileWriterTaskModifierConstructorDescriptionBoundStageDocker(String imageRef, CmdOp cmdOp, FileMapper fileMapper, ContainerPathResolver containerPathResolver, FileWriterTask inputTask, BoundStage inputExecBuilder, Function<CmdOpVar, Stage> varResolver) BoundStageHost(CmdOp cmdOp, FileWriterTask inputTask) Constructor parameters in org.aksw.shellgebra.exec.stage with type arguments of type FileWriterTaskModifierConstructorDescriptionFileWriterTaskFromContainer(org.testcontainers.containers.GenericContainer<?> container, Path path, PathLifeCycle pathLifeCycle, List<FileWriterTask> subTasks) -
Uses of FileWriterTask in org.aksw.shellgebra.exec.virtual
Methods in org.aksw.shellgebra.exec.virtual that return FileWriterTaskModifier and TypeMethodDescriptionInputHolder.FileWriterTaskInput.fileWriterTask()Returns the value of thefileWriterTaskrecord component.Methods in org.aksw.shellgebra.exec.virtual with parameters of type FileWriterTaskConstructors in org.aksw.shellgebra.exec.virtual with parameters of type FileWriterTaskModifierConstructorDescriptionFileWriterTaskInput(FileWriterTask fileWriterTask) Creates an instance of aFileWriterTaskInputrecord class. -
Uses of FileWriterTask in org.aksw.shellgebra.model.pipeline
Methods in org.aksw.shellgebra.model.pipeline that return types with arguments of type FileWriterTask