Uses of Interface
org.aksw.jena_sparql_api.io.endpoint.HotFile
Packages that use HotFile
-
Uses of HotFile in org.aksw.jena_sparql_api.io.endpoint
Classes in org.aksw.jena_sparql_api.io.endpoint that implement HotFile -
Uses of HotFile in org.aksw.jena_sparql_api.io.filter.sys
Classes in org.aksw.jena_sparql_api.io.filter.sys that implement HotFileMethods in org.aksw.jena_sparql_api.io.filter.sys that return types with arguments of type HotFileModifier and TypeMethodDescriptionio.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 org.aksw.commons.io.endpoint.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.