Class BoundStageHost
java.lang.Object
org.aksw.shellgebra.exec.stage.BoundStageHost
- All Implemented Interfaces:
BoundStage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CmdOpprotected List<FileWriterTask> protected BoundStageprotected com.google.common.io.ByteSourceprotected FileWriterTask -
Constructor Summary
ConstructorsConstructorDescriptionBoundStageHost(CmdOp cmdOp) BoundStageHost(CmdOp cmdOp, com.google.common.io.ByteSource inputSource) BoundStageHost(CmdOp cmdOp, BoundStage inputExecBuilder) BoundStageHost(CmdOp cmdOp, FileWriterTask inputTask) -
Method Summary
Modifier and TypeMethodDescriptionexecToFile(Path hostPath, PathLifeCycle pathLifeCycle) protected FileWriterTaskexecToPathInternal(Path outPath, PathLifeCycle pathLifeCycle) execToRegularFile(Path hostPath) protected List<ProcessBuilder> setupProcessBuilders(CmdOp cmdOp) com.google.common.io.ByteSource
-
Field Details
-
cmdOp
-
inputExecBuilder
-
inputTask
-
inputSource
protected com.google.common.io.ByteSource inputSource -
dependentTasks
-
-
Constructor Details
-
BoundStageHost
-
BoundStageHost
-
BoundStageHost
-
BoundStageHost
-
-
Method Details
-
setupProcessBuilders
-
execToPathInternal
-
execToRegularFile
- Specified by:
execToRegularFilein interfaceBoundStage
-
execToFile
- Specified by:
execToFilein interfaceBoundStage
-
toByteSource
public com.google.common.io.ByteSource toByteSource()- Specified by:
toByteSourcein interfaceBoundStage
-
runToHostPipe
- Specified by:
runToHostPipein interfaceBoundStage
-