Uses of Interface
org.apache.jena.riot.system.StreamRDF
-
-
Uses of StreamRDF in org.apache.jena.rdfs
Classes in org.apache.jena.rdfs that implement StreamRDF Modifier and Type Class Description classInfStreamRDFSAStreamRDFthat applies RDFS to its inputs.Methods in org.apache.jena.rdfs that return StreamRDF Modifier and Type Method Description static StreamRDFRDFSFactory. streamRDFS(StreamRDF data, Graph vocab)Stream expand data based on a separate vocabularystatic StreamRDFRDFSFactory. streamRDFS(StreamRDF data, SetupRDFS setup)Expand a stream of RDF using RDFSMethods in org.apache.jena.rdfs with parameters of type StreamRDF Modifier and Type Method Description static StreamRDFRDFSFactory. streamRDFS(StreamRDF data, Graph vocab)Stream expand data based on a separate vocabularystatic StreamRDFRDFSFactory. streamRDFS(StreamRDF data, SetupRDFS setup)Expand a stream of RDF using RDFSConstructors in org.apache.jena.rdfs with parameters of type StreamRDF Constructor Description InfStreamRDFS(StreamRDF output, ConfigRDFS<Node> rdfsSetup) -
Uses of StreamRDF in org.apache.jena.riot
Methods in org.apache.jena.riot with parameters of type StreamRDF Modifier and Type Method Description static voidRDFDataMgr. parse(StreamRDF sink, java.io.InputStream in, java.lang.String base, Lang hintLang)Deprecated.To be removed.static voidRDFDataMgr. parse(StreamRDF sink, java.io.InputStream in, Lang lang)Deprecated.To be removed.static voidRDFDataMgr. parse(StreamRDF sink, java.io.StringReader in, java.lang.String base, Lang hintLang)Deprecated.To be removed.static voidRDFDataMgr. parse(StreamRDF sink, java.io.StringReader in, Lang lang)Deprecated.To be removed.static voidRDFDataMgr. parse(StreamRDF dest, java.lang.String uri)Read RDF data.static voidRDFDataMgr. parse(StreamRDF sink, java.lang.String uri, java.lang.String base, Lang hintLang)Deprecated.UseRDFParser.source(uri).base(base).lang(hintLang).parse(sink)static voidRDFDataMgr. parse(StreamRDF sink, java.lang.String uri, Lang lang)Deprecated.UseRDFParser.source(uri).lang(hintLang).parse(sink)static voidRDFDataMgr. parse(StreamRDF sink, TypedInputStream in)Deprecated.To be removed.static voidRDFDataMgr. parse(StreamRDF sink, TypedInputStream in, java.lang.String base)Deprecated.To be removed.voidRDFParser. parse(StreamRDF destination)Parse the source, sending the results to aStreamRDF.voidRDFParserBuilder. parse(StreamRDF stream)Parse the source, sending the results to aStreamRDF.voidReaderRIOT. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Read from an InputStream and output RDF on the StreamRDF.voidReaderRIOT. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Read from an InputStream and output RDF on the StreamRDF.voidReaderRIOTBase. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)abstract voidReaderRIOTBase. read(java.io.InputStream in, java.lang.String baseURI, Lang lang, StreamRDF output, Context context) -
Uses of StreamRDF in org.apache.jena.riot.lang
Subinterfaces of StreamRDF in org.apache.jena.riot.lang Modifier and Type Interface Description interfaceStreamRDFCountingProvide counts of triples/quads/tuplesClasses in org.apache.jena.riot.lang that implement StreamRDF Modifier and Type Class Description classCollectorStreamBase<T>Base class for StreamRDF implementations which store receivedobjects in a Collection.classCollectorStreamQuadsCollector stream for quads.classCollectorStreamRDFStreamRDF implementations which stores received triples and quads in aCollection.classCollectorStreamTriplesCollector stream for triples.classPipedQuadsStreamImplementation of a producer class that sends Quads; must be connected to aPipedRDFIterator<Quad>.classPipedRDFStream<T>Abstract implementation of a producer class that implementsStreamRDF; use one of the concrete implementations that match the RDF primitive you are using.classPipedTriplesStreamImplementation of a producer class that sends Triples; must be connected to aPipedRDFIterator<Triple>.classPipedTuplesStreamImplementation of a producer class that sends @{code Tuple}; must be connected to a PipedRDFIterator<Tuple<Node>.Methods in org.apache.jena.riot.lang with parameters of type StreamRDF Modifier and Type Method Description static java.util.Iterator<Quad>RiotParsers. createIteratorNQuads(java.io.InputStream input, StreamRDF dest)Create an iterator for parsing N-Quads.static java.util.Iterator<Quad>RiotParsers. createIteratorNQuads(java.io.InputStream input, StreamRDF dest, ParserProfile profile)Create an iterator for parsing N-Quads.static java.util.Iterator<Triple>RiotParsers. createIteratorNTriples(java.io.InputStream input, StreamRDF dest)Create an iterator for parsing N-Triples.static java.util.Iterator<Triple>RiotParsers. createIteratorNTriples(java.io.InputStream input, StreamRDF dest, ParserProfile profile)Create an iterator for parsing N-Triples.static LangRIOTRiotParsers. createParser(java.io.InputStream input, Lang lang, StreamRDF dest, ParserProfile profile)InputStream inputstatic LangRIOTRiotParsers. createParser(java.io.Reader input, Lang lang, StreamRDF dest, ParserProfile profile)Reader inputstatic LangNQuadsRiotParsers. createParserNQuads(Tokenizer tokenizer, StreamRDF dest, ParserProfile profile)static LangNTriplesRiotParsers. createParserNTriples(Tokenizer tokenizer, StreamRDF dest, ParserProfile profile)voidJsonLDReader. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidJsonLDReader. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRDFNULL. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRDFNULL. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRIOTRDFXML. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderRIOTRDFXML. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderTriX. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidReaderTriX. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)Constructors in org.apache.jena.riot.lang with parameters of type StreamRDF Constructor Description LangNQuads(Tokenizer tokens, ParserProfile profile, StreamRDF dest)LangNTriples(Tokenizer tokens, ParserProfile profile, StreamRDF dest)LangRDFJSON(Tokenizer tokenizer, ParserProfile profile, StreamRDF dest)LangTriG(Tokenizer tokens, ParserProfile profile, StreamRDF dest)LangTurtle(Tokenizer tokens, ParserProfile profile, StreamRDF dest) -
Uses of StreamRDF in org.apache.jena.riot.lang.extra
Methods in org.apache.jena.riot.lang.extra with parameters of type StreamRDF Modifier and Type Method Description voidTurtleJavaccReaderRIOT. read(java.io.InputStream in, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidTurtleJavaccReaderRIOT. read(java.io.Reader reader, java.lang.String baseURI, ContentType ct, StreamRDF output, Context context)voidLangParserBase. setDest(StreamRDF stream) -
Uses of StreamRDF in org.apache.jena.riot.other
Classes in org.apache.jena.riot.other that implement StreamRDF Modifier and Type Class Description classBatchedStreamRDFBatch a stream into triples and/or quads. -
Uses of StreamRDF in org.apache.jena.riot.process
Classes in org.apache.jena.riot.process that implement StreamRDF Modifier and Type Class Description classStreamRDFApplyObjectApply a function to the object of triple/quads.Constructors in org.apache.jena.riot.process with parameters of type StreamRDF Constructor Description StreamRDFApplyObject(StreamRDF other, java.util.function.Function<Node,Node> function) -
Uses of StreamRDF in org.apache.jena.riot.process.inf
Classes in org.apache.jena.riot.process.inf that implement StreamRDF Modifier and Type Class Description classInferenceProcessorStreamRDFDeprecated.Use package org.apache.jena.rdfs.Methods in org.apache.jena.riot.process.inf that return StreamRDF Modifier and Type Method Description static StreamRDFInfFactory. inf(StreamRDF data, Model vocab)Deprecated.static StreamRDFInfFactory. inf(StreamRDF data, InferenceSetupRDFS setup)Deprecated.Methods in org.apache.jena.riot.process.inf with parameters of type StreamRDF Modifier and Type Method Description static StreamRDFInfFactory. inf(StreamRDF data, Model vocab)Deprecated.static StreamRDFInfFactory. inf(StreamRDF data, InferenceSetupRDFS setup)Deprecated.Constructors in org.apache.jena.riot.process.inf with parameters of type StreamRDF Constructor Description InferenceProcessorStreamRDF(StreamRDF output, InferenceSetupRDFS rdfsSetup)Deprecated. -
Uses of StreamRDF in org.apache.jena.riot.process.normalize
Classes in org.apache.jena.riot.process.normalize that implement StreamRDF Modifier and Type Class Description classStreamCanonicalLangTagStreamRDFthat converts language tags to lower case o rto canokcal form (RFC 4646).classStreamCanonicalLiteralsCanonicalize literal lexcial forms (in the object position).Methods in org.apache.jena.riot.process.normalize that return StreamRDF Modifier and Type Method Description static StreamRDFStreamCanonicalLangTag. toCanonical(StreamRDF other)Return aStreamRDFthat converts language tags to canonical form (RFC 4646, 5646).static StreamRDFStreamCanonicalLangTag. toLC(StreamRDF other)Return aStreamRDFthat converts language tags to lower caseMethods in org.apache.jena.riot.process.normalize with parameters of type StreamRDF Modifier and Type Method Description static StreamRDFStreamCanonicalLangTag. toCanonical(StreamRDF other)Return aStreamRDFthat converts language tags to canonical form (RFC 4646, 5646).static StreamRDFStreamCanonicalLangTag. toLC(StreamRDF other)Return aStreamRDFthat converts language tags to lower caseConstructors in org.apache.jena.riot.process.normalize with parameters of type StreamRDF Constructor Description StreamCanonicalLiterals(StreamRDF other) -
Uses of StreamRDF in org.apache.jena.riot.system
Classes in org.apache.jena.riot.system that implement StreamRDF Modifier and Type Class Description classLoggingStreamRDFclassPrintingStreamRDFPrimarily for debuggingclassProgressStreamRDFSend ticks to aProgressMonitoras triples and quads are sent along theStreamRDF.classStreamRDF2Send to two streamclassStreamRDFApplyApply a function to every triple and quad.classStreamRDFBaseclassStreamRDFCollectOneTake one item from a StreamRDF and present as a StreamRowRDFclassStreamRDFCountingBaseWrap another StreamRDF and provide counts of itemsclassStreamRDFRejectclassStreamRDFWrapperA wrapper around anotherStreamRDFMethods in org.apache.jena.riot.system that return StreamRDF Modifier and Type Method Description StreamRDFStreamRDFWriterFactory. create(java.io.OutputStream output, RDFFormat format, Context context)static StreamRDFStreamRDFLib. dataset(DatasetGraph dataset)static StreamRDFStreamRDFLib. extendTriplesToQuads(Node graphNode, StreamRDF base)Convert any triples seen to a quads, adding the specified graph nodestatic StreamRDFStreamRDFLib. extendTriplesToQuads(StreamRDF base)Convert any triples seen to a quads, adding a graph node ofQuad.tripleInQuadstatic StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, Lang lang)Get a StreamRDF destination that will output in syntaxLangand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, Lang lang, Context context)Get a StreamRDF destination that will output in syntaxLangand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, RDFFormat format)Get a StreamRDF destination that will output in syntaxRDFFormatand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFWriter. getWriterStream(java.io.OutputStream output, RDFFormat format, Context context)Get a StreamRDF destination that will output in syntaxRDFFormatand is guaranteed to do so in a scaling, streaming fashion.static StreamRDFStreamRDFLib. graph(Graph graph)static StreamRDFStreamRDFLib. print(java.io.OutputStream out)Create aStreamRDFthat prints to anOutputStream.static StreamRDFStreamRDFLib. sinkNull()Send everything to nowhere ...static StreamRDFStreamRDFLib. sinkQuads(org.apache.jena.atlas.lib.Sink<Quad> sink)Output to a sink; prefix and base handled only within the parser.static StreamRDFStreamRDFLib. sinkTriples(org.apache.jena.atlas.lib.Sink<Triple> sink)Output to a sink; prefix and base handled only within the parser.static StreamRDFStreamRDFLib. writer(java.io.OutputStream out)Create aStreamRDFthat outputs to anOutputStream.static StreamRDFStreamRDFLib. writer(java.io.OutputStream out, org.apache.jena.atlas.lib.CharSpace charSpace)static StreamRDFStreamRDFLib. writer(java.io.Writer out)Create aStreamRDFthat outputs to anWriter.static StreamRDFStreamRDFLib. writer(java.io.Writer out, org.apache.jena.atlas.lib.CharSpace charSpace)Create aStreamRDFthat outputs to anWriterwith a specificCharSpace(ASCII or UTF-8) writing out-of-range codepoints (if ASCII) as "\ uXXXX".static StreamRDFStreamRDFLib. writer(org.apache.jena.atlas.io.AWriter out)Create aStreamRDFthat outputs to anAWriter.static StreamRDFStreamRDFLib. writer(org.apache.jena.atlas.io.AWriter out, org.apache.jena.atlas.lib.CharSpace charSpace)Methods in org.apache.jena.riot.system with parameters of type StreamRDF Modifier and Type Method Description static StreamRDFCountingStreamRDFLib. count(StreamRDF other)static voidStreamRDFOps. datasetToStream(DatasetGraph datasetGraph, StreamRDF stream)Send a dataset to a StreamRDF as prefixes, triples and quads, enclosed in stream.start()/stream.finish()static StreamRDFStreamRDFLib. extendTriplesToQuads(Node graphNode, StreamRDF base)Convert any triples seen to a quads, adding the specified graph nodestatic StreamRDFStreamRDFLib. extendTriplesToQuads(StreamRDF base)Convert any triples seen to a quads, adding a graph node ofQuad.tripleInQuadstatic voidStreamRDFOps. graphToStream(Graph graph, StreamRDF stream)Send the triples of graph and it's prefix mapping to a StreamRDF, enclosed in stream.start()/stream.finish()static voidStreamRDFOps. sendDatasetToStream(DatasetGraph datasetGraph, StreamRDF stream)Send a dataset to a StreamRDF as prefixes, triples and quadsstatic voidStreamRDFOps. sendDatasetToStream(DatasetGraph datasetGraph, StreamRDF stream, java.lang.String baseURI, PrefixMap prefixMap)Send a dataset to a StreamRDF as triples and quads, using the explicitly given prefix mapstatic voidStreamRDFOps. sendGraphToStream(Graph graph, StreamRDF stream)Send the triples of graph and an explicitly given prefix mapping, to a StreamRDF.static voidStreamRDFOps. sendGraphToStream(Graph graph, StreamRDF stream, java.lang.String baseURI, PrefixMap prefixMap)Send the triples of graph, and an explicitly given prefix mapping, to a StreamRDFstatic voidStreamRDFOps. sendPrefixesToStream(PrefixMap prefixMap, StreamRDF stream)Send a PrefixMap to a streamstatic voidStreamRDFOps. sendPrefixesToStream(PrefixMapping prefixMap, StreamRDF stream)static voidStreamRDFOps. sendQuadsToStream(java.util.Iterator<Quad> iter, StreamRDF dest)Set quads to a StreamRDF - does not call .start/.finishstatic voidStreamRDFOps. sendQuadsToStream(DatasetGraph datasetGraph, StreamRDF stream)Send quads of a dataset (including default graph as quads) to a StreamRDF, without prefixesstatic voidStreamRDFOps. sendTriplesQuadsToStream(DatasetGraph datasetGraph, StreamRDF stream)Send a dataset graph to a stream with triples for the default graph and quads for the named graphs without prefixesstatic voidStreamRDFOps. sendTriplesToStream(java.util.Iterator<Triple> iter, StreamRDF dest)Set triples to a StreamRDF - does not call .start/.finishstatic voidStreamRDFOps. sendTriplesToStream(Graph graph, StreamRDF stream)Send the triples of graph to a StreamRDF (no prefix mapping)Constructors in org.apache.jena.riot.system with parameters of type StreamRDF Constructor Description ProgressStreamRDF(StreamRDF other, org.apache.jena.atlas.lib.ProgressMonitor monitor)StreamRDF2(StreamRDF sink1, StreamRDF sink2)StreamRDFCountingBase(StreamRDF other)StreamRDFWrapper(StreamRDF other) -
Uses of StreamRDF in org.apache.jena.riot.thrift
Classes in org.apache.jena.riot.thrift that implement StreamRDF Modifier and Type Class Description classStreamRDF2ThriftEncode StreamRDF in Thrift.Methods in org.apache.jena.riot.thrift that return StreamRDF Modifier and Type Method Description static StreamRDFBinRDF. streamToFile(java.lang.String filename)Create anStreamRDFfor output.static StreamRDFBinRDF. streamToFile(java.lang.String filename, boolean withValues)Create anStreamRDFfor output.static StreamRDFBinRDF. streamToOutputStream(java.io.OutputStream out)Create anStreamRDFfor output.static StreamRDFBinRDF. streamToOutputStream(java.io.OutputStream out, boolean withValues)Create anStreamRDFfor output.static StreamRDFBinRDF. streamToTProtocol(org.apache.thrift.protocol.TProtocol protocol)Create anStreamRDFfor output.static StreamRDFBinRDF. streamToTProtocol(org.apache.thrift.protocol.TProtocol protocol, boolean withValues)Create anStreamRDFfor output.Methods in org.apache.jena.riot.thrift with parameters of type StreamRDF Modifier and Type Method Description static voidBinRDF. fileToStream(java.lang.String filename, StreamRDF dest)Decode the contents of the file and send to theStreamRDF.static voidBinRDF. inputStreamToStream(java.io.InputStream in, StreamRDF dest)Decode the contents of the input stream and send to theStreamRDF.static voidBinRDF. protocolToStream(org.apache.thrift.protocol.TProtocol protocol, StreamRDF dest)Decode the contents of the TProtocol and send to theStreamRDF.Constructors in org.apache.jena.riot.thrift with parameters of type StreamRDF Constructor Description Thrift2StreamRDF(PrefixMap pmap, StreamRDF stream) -
Uses of StreamRDF in org.apache.jena.riot.writer
Classes in org.apache.jena.riot.writer that implement StreamRDF Modifier and Type Class Description classStreamWriterTriXWrite TriX by streaming.classWriterStreamRDFBaseCore engine for output of triples / quads that is streaming.classWriterStreamRDFBlocksAn output of triples / quads that print batches of same subject / same graph, same subject.classWriterStreamRDFFlatAn output of triples / quads that is streaming.classWriterStreamRDFPlainAn output of triples / quads that is streaming.
-