Uses of Interface
org.aksw.shellgebra.algebra.stream.op.StreamOp
Packages that use StreamOp
Package
Description
-
Uses of StreamOp in org.aksw.jenax.engine.qlever
Fields in org.aksw.jenax.engine.qlever declared as StreamOpMethods in org.aksw.jenax.engine.qlever that return StreamOpModifier and TypeMethodDescriptionRdfDatabaseBuilderQlever.convertArgToOp(RdfDatabaseBuilderQlever.FileArg arg) Methods in org.aksw.jenax.engine.qlever with parameters of type StreamOpModifier and TypeMethodDescriptionprotected RdfDatabaseBuilderQlever.FileAndCmdRdfDatabaseBuilderQlever.buildCmdPart(String containerBasePath, StreamOp containerOp, String fileArg, org.apache.jena.graph.Node graph, org.apache.jena.riot.Lang lang) RdfDatabaseBuilderQlever.buildHostToContainerDataBridge(Supplier<Path> hostTempPathSupp, StreamOp op, org.apache.jena.graph.Node graph, org.apache.jena.riot.Lang lang) protected FileWriterTaskRdfDatabaseBuilderQlever.createHostFileWriter(Supplier<Path> tempPathSupp, StreamOp sysCallOp) static StringStreamOpPlanner.streamOpToFileName(StreamOp op) static StringStreamOpPlanner.streamOpToFileName(StreamOp op, Function<String, ? extends StreamOp> varResolver) Method parameters in org.aksw.jenax.engine.qlever with type arguments of type StreamOpModifier and TypeMethodDescriptionprotected RdfDatabaseBuilderQlever.ByteSourceSpecRdfDatabaseBuilderQlever.buildByteSourceCmd(List<StreamOp> args, org.apache.jena.riot.Lang lang) On the host side: create a FileWriter for a file that can be mounted into the container bridge: create a bind of the host file to a container path.static StringStreamOpPlanner.streamOpToFileName(StreamOp op, Function<String, ? extends StreamOp> varResolver) Constructors in org.aksw.jenax.engine.qlever with parameters of type StreamOpModifierConstructorDescriptionByteSourceOverStreamOp(StreamOp op, StreamOpVisitor<InputStream> streamVisitor) -
Uses of StreamOp in org.aksw.shellgebra.algebra.file.op
Fields in org.aksw.shellgebra.algebra.file.op declared as StreamOpMethods in org.aksw.shellgebra.algebra.file.op that return StreamOpConstructors in org.aksw.shellgebra.algebra.file.op with parameters of type StreamOp -
Uses of StreamOp in org.aksw.shellgebra.algebra.stream.op
Classes in org.aksw.shellgebra.algebra.stream.op that implement StreamOpModifier and TypeClassDescriptionclassclassclassclassclassGenerate a stream from the output of a commandclassclassclassclassEncode/Decode the underlying stream with a codec of the given name.classFields in org.aksw.shellgebra.algebra.stream.op declared as StreamOpModifier and TypeFieldDescriptionprotected StreamOpStreamOp1.subOpprotected StreamOpStreamOp2.subOp1protected StreamOpStreamOp2.subOp2Fields in org.aksw.shellgebra.algebra.stream.op with type parameters of type StreamOpMethods in org.aksw.shellgebra.algebra.stream.op that return StreamOpModifier and TypeMethodDescriptionHasStreamOp.getStreamOp()default StreamOpStreamOp.getStreamOp()StreamOp1.getSubOp()StreamOp2.getSubOp1()StreamOp2.getSubOp2()static StreamOpMethods in org.aksw.shellgebra.algebra.stream.op that return types with arguments of type StreamOpMethod parameters in org.aksw.shellgebra.algebra.stream.op with type arguments of type StreamOpConstructors in org.aksw.shellgebra.algebra.stream.op with parameters of type StreamOpModifierConstructorDescriptionStreamOpTranscode(String name, TranscodeMode transcodeMode, StreamOp subOp) StreamOpTranscode(Transcoding transcoding, StreamOp subOp) Constructor parameters in org.aksw.shellgebra.algebra.stream.op with type arguments of type StreamOp -
Uses of StreamOp in org.aksw.shellgebra.algebra.stream.transform
Fields in org.aksw.shellgebra.algebra.stream.transform with type parameters of type StreamOpModifier and TypeFieldDescriptionStreamOpTransformSubst.varNameResolverStreamOpVisitorFileName.varNameResolverStreamOpTransformExecutionPartitioner.varToOpMethods in org.aksw.shellgebra.algebra.stream.transform that return StreamOpModifier and TypeMethodDescriptionstatic StreamOpstatic StreamOpStreamOpTransformSubst.transform(StreamOpVar op) StreamOpTransformToCmdOp.transform(StreamOpConcat op, List<StreamOp> subOps) StreamOpTransformToCmdOp.transform(StreamOpFile op) StreamOpTransformToCmdOp.transform(StreamOpTranscode op, StreamOp subOp) Methods in org.aksw.shellgebra.algebra.stream.transform that return types with arguments of type StreamOpMethods in org.aksw.shellgebra.algebra.stream.transform with parameters of type StreamOpModifier and TypeMethodDescriptionstatic StreamOpstatic StreamOpStreamOpTransformToCmdOp.transform(StreamOpTranscode op, StreamOp subOp) Method parameters in org.aksw.shellgebra.algebra.stream.transform with type arguments of type StreamOpModifier and TypeMethodDescriptionstatic StreamOpstatic StreamOpStreamOpTransformToCmdOp.transform(StreamOpConcat op, List<StreamOp> subOps) Constructor parameters in org.aksw.shellgebra.algebra.stream.transform with type arguments of type StreamOpModifierConstructorDescriptionStreamOpTransformSubst(boolean failIfUnresolvable, Function<String, ? extends StreamOp> varNameResolver) StreamOpTransformSubst(Function<String, ? extends StreamOp> varNameResolver) StreamOpVisitorFileName(Function<String, ? extends StreamOp> varNameResolver) -
Uses of StreamOp in org.aksw.shellgebra.algebra.stream.transformer
Methods in org.aksw.shellgebra.algebra.stream.transformer that return StreamOpModifier and TypeMethodDescriptionStreamOpEntry.getKey()StreamOpEntry.getStreamOp()StreamOpEntry.op()Returns the value of theoprecord component.StreamOpTransformBase.transform(StreamOpCommand op) StreamOpTransformBase.transform(StreamOpConcat op, List<StreamOp> subOps) StreamOpTransformBase.transform(StreamOpFile op) StreamOpTransformBase.transform(StreamOpTranscode op, StreamOp subOp) StreamOpTransformBase.transform(StreamOpVar op) Methods in org.aksw.shellgebra.algebra.stream.transformer with parameters of type StreamOpModifier and TypeMethodDescriptionStreamOpTransformBase.transform(StreamOpTranscode op, StreamOp subOp) static <T extends HasStreamOp>
TStreamOpTransformer.transform(StreamOp op, StreamOpTransformGeneric<T> transform) Method parameters in org.aksw.shellgebra.algebra.stream.transformer with type arguments of type StreamOpModifier and TypeMethodDescriptionStreamOpTransformBase.transform(StreamOpConcat op, List<StreamOp> subOps) Constructors in org.aksw.shellgebra.algebra.stream.transformer with parameters of type StreamOpModifierConstructorDescriptionStreamOpEntry(StreamOp op, T data) Creates an instance of aStreamOpEntryrecord class.