io.reactivex.rxjava3.core.Single<HotFile> |
FilterExecutionFromSysFunction.awaitOrAllocateInputFileAndFilterToFile(Destination effectiveSource,
Path tgtPath) |
io.reactivex.rxjava3.core.Single<HotFile> |
FilterExecutionFromSysFunction.awaitOrAllocateInputFileAndFilterToFileCore(io.reactivex.rxjava3.core.Single<? extends FileCreation> fileCreation,
Path tgtPath) |
io.reactivex.rxjava3.core.Single<HotFile> |
FilterExecutionFromSysFunction.execToHotFile(Path tgtPath)
Execute the stream and write the result to a hot file
TODO What if the input is a hot file? We can wait for file completion
or we can connect to its stream.
|