Uses of Interface
org.aksw.jena_sparql_api.io.endpoint.Destination
Packages that use Destination
-
Uses of Destination in org.aksw.jena_sparql_api.io.endpoint
Subinterfaces of Destination in org.aksw.jena_sparql_api.io.endpointClasses in org.aksw.jena_sparql_api.io.endpoint that implement DestinationModifier and TypeClassDescriptionclassclassclassDestination from an existing fileclassDestination of a file that does not yet existclassSwitching destination If a file for a DestinationFromFileCreation finishes, it can replace itself with a DestinationFromFile Right now I am not sure whether this is useful: If a stream is requested, it has to do all the preparation work anyway If we think of a source + filter as a virtual source, then it is actually ok: Let's not forget that a destination is a supplier for input streams Repeatedly executing such a workflow may re-use prior generated files instead of repeating the process again from the source file However, the purpose of this framework is not to do full caching, but only abstract java and system filters, but allow controlling what should happen with the files in case they get generated.Fields in org.aksw.jena_sparql_api.io.endpoint declared as DestinationModifier and TypeFieldDescriptionprotected DestinationDestinationFromSwitch.destinationprotected DestinationFilterExecutionJava.sourceMethods in org.aksw.jena_sparql_api.io.endpoint that return DestinationModifier and TypeMethodDescriptionstatic DestinationDestinationFromSwitch.getDestination()FilterBuilder.getInput()FilterBuilder.getOutput()FilterConfig.outputToStream()If the execution requires the generation of an intermediate file, the handler for ifNeedsFileOutput should be calledFilterExecutionJava.outputToStream()Methods in org.aksw.jena_sparql_api.io.endpoint with parameters of type DestinationModifier and TypeMethodDescriptionFilterEngine.forInput(Destination destination) FilterEngineJava.forInput(Destination destination) Constructors in org.aksw.jena_sparql_api.io.endpoint with parameters of type DestinationModifierConstructorDescriptionFilterExecutionJava(Function<InputStream, InputStream> processor, Destination source) -
Uses of Destination in org.aksw.jena_sparql_api.io.filter.sys
Fields in org.aksw.jena_sparql_api.io.filter.sys declared as DestinationMethods in org.aksw.jena_sparql_api.io.filter.sys that return DestinationModifier and TypeMethodDescriptionFilterExecutionFromSysFunction.getEffectiveSource()FilterExecutionFromSysFunction.outputToStream()Methods in org.aksw.jena_sparql_api.io.filter.sys with parameters of type DestinationModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<HotFile>FilterExecutionFromSysFunction.awaitOrAllocateInputFileAndFilterToFile(Destination effectiveSource, Path tgtPath) io.reactivex.rxjava3.core.Single<InputStreamSupplier>FilterExecutionFromSysFunction.awaitOrAllocateInputFileAndFilterToStream(Destination effectiveSource) FilterExecutionFromSysFunction.extractKnownPathFromDestination(Destination destination) io.reactivex.rxjava3.core.Single<? extends org.aksw.commons.io.endpoint.FileCreation>FilterExecutionFromSysFunction.forceInputFileCreation(Destination effectiveSource) FilterEngineFromSysFunction.forInput(Destination destination) io.reactivex.rxjava3.core.Single<? extends org.aksw.commons.io.endpoint.FileCreation>FilterExecutionFromSysFunction.tryGetFileCreation(Destination destination) Constructors in org.aksw.jena_sparql_api.io.filter.sys with parameters of type DestinationModifierConstructorDescriptionprotectedFilterExecutionFromSysFunction(SysCallFn cmdFactory, Destination source)