Uses of Interface
org.aksw.jena_sparql_api.io.endpoint.InputStreamSupplier
Packages that use InputStreamSupplier
-
Uses of InputStreamSupplier in org.aksw.jena_sparql_api.io.endpoint
Classes in org.aksw.jena_sparql_api.io.endpoint that implement InputStreamSupplierMethods in org.aksw.jena_sparql_api.io.endpoint that return InputStreamSupplierModifier and TypeMethodDescriptionstatic InputStreamSupplierInputStreamSupplierBasic.wrap(InputStreamSource inputStreamSource) Methods in org.aksw.jena_sparql_api.io.endpoint that return types with arguments of type InputStreamSupplierModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<InputStreamSupplier>FilterConfig.execStream()io.reactivex.rxjava3.core.Single<InputStreamSupplier>FilterExecutionJava.execStream()Ideally, premature closing of the input stream should propagate upstream and terminate any transformation processes upstreamio.reactivex.rxjava3.core.Single<InputStreamSupplier>Destination.prepareStream()This method requests a supplier for inputstreams.io.reactivex.rxjava3.core.Single<InputStreamSupplier>DestinationFilter.prepareStream()io.reactivex.rxjava3.core.Single<InputStreamSupplier>DestinationFromByteSource.prepareStream()io.reactivex.rxjava3.core.Single<InputStreamSupplier>DestinationFromFile.prepareStream()io.reactivex.rxjava3.core.Single<InputStreamSupplier>DestinationFromFileCreation.prepareStream()io.reactivex.rxjava3.core.Single<InputStreamSupplier>DestinationFromSwitch.prepareStream()Methods in org.aksw.jena_sparql_api.io.endpoint with parameters of type InputStreamSupplierModifier and TypeMethodDescriptionFilterEngine.forInput(InputStreamSupplier in) FilterEngineJava.forInput(InputStreamSupplier in) -
Uses of InputStreamSupplier in org.aksw.jena_sparql_api.io.filter.sys
Methods in org.aksw.jena_sparql_api.io.filter.sys that return types with arguments of type InputStreamSupplierModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<InputStreamSupplier>FilterExecutionFromSysFunction.awaitOrAllocateInputFileAndFilterToStream(Destination effectiveSource) io.reactivex.rxjava3.core.Single<InputStreamSupplier>FilterExecutionFromSysFunction.execStream()Actually execute the filter Because we always prefer streams over files (which get passed as arguments), we check the availability and applicability of commands of the cmdFactory in the following order: - stream to stream - stream to file (we can stream the file being generated) - file to stream - file to file the 'file to stream' cases will try to reuse files under generation in the source destination Invokes ifNeedsFileInput and ifNeedsFileOutput handlers as neededMethods in org.aksw.jena_sparql_api.io.filter.sys with parameters of type InputStreamSupplierMethod parameters in org.aksw.jena_sparql_api.io.filter.sys with type arguments of type InputStreamSupplierModifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Single<? extends org.aksw.commons.io.endpoint.FileCreation>FilterExecutionFromSysFunction.forceDestinationToFile(io.reactivex.rxjava3.core.Single<InputStreamSupplier> xxx, Path tmpFile)