Uses of Class
org.apache.jena.riot.thrift.wire.RDF_StreamRow
Packages that use RDF_StreamRow
-
Uses of RDF_StreamRow in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift with parameters of type RDF_StreamRowModifier and TypeMethodDescriptionstatic voidTRDF.visit(RDF_StreamRow row, VisitorStreamRowTRDF visitor) Method parameters in org.apache.jena.riot.thrift with type arguments of type RDF_StreamRowModifier and TypeMethodDescriptionstatic voidThriftRDF.apply(org.apache.thrift.protocol.TProtocol protocol, Consumer<RDF_StreamRow> action) Send the contents of a RDF-encoded Thrift file to an "action" -
Uses of RDF_StreamRow in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_StreamRowModifier and TypeMethodDescriptionRDF_StreamRow.deepCopy()static RDF_StreamRowRDF_StreamRow.prefixDecl(RDF_PrefixDecl value) static RDF_StreamRowstatic RDF_StreamRowRDF_StreamRow.triple(RDF_Triple value) Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_StreamRowModifier and TypeMethodDescriptionintRDF_StreamRow.compareTo(RDF_StreamRow other) booleanRDF_StreamRow.equals(RDF_StreamRow other) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_StreamRow