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 void
TRDF.visit
(RDF_StreamRow row, VisitorStreamRowTRDF visitor) Method parameters in org.apache.jena.riot.thrift with type arguments of type RDF_StreamRowModifier and TypeMethodDescriptionstatic void
BinRDF.apply
(org.apache.thrift.protocol.TProtocol protocol, Consumer<RDF_StreamRow> action) Deprecated.static void
ThriftRDF.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_StreamRow
RDF_StreamRow.prefixDecl
(RDF_PrefixDecl value) static RDF_StreamRow
static RDF_StreamRow
RDF_StreamRow.triple
(RDF_Triple value) Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_StreamRowModifier and TypeMethodDescriptionint
RDF_StreamRow.compareTo
(RDF_StreamRow other) boolean
RDF_StreamRow.equals
(RDF_StreamRow other) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_StreamRow
ThriftRDF.apply(TProtocol,Consumer)
instead