Uses of Class
org.apache.jena.riot.thrift.wire.RDF_StreamRow
-
Packages that use RDF_StreamRow Package Description org.apache.jena.riot.thrift org.apache.jena.riot.thrift.wire -
-
Uses of RDF_StreamRow in org.apache.jena.riot.thrift
Methods in org.apache.jena.riot.thrift with parameters of type RDF_StreamRow Modifier and Type Method Description static voidTRDF. visit(RDF_StreamRow row, VisitorStreamRowTRDF visitor)Method parameters in org.apache.jena.riot.thrift with type arguments of type RDF_StreamRow Modifier and Type Method Description static voidBinRDF. apply(org.apache.thrift.protocol.TProtocol protocol, java.util.function.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_StreamRow Modifier and Type Method Description RDF_StreamRowRDF_StreamRow. deepCopy()static RDF_StreamRowRDF_StreamRow. prefixDecl(RDF_PrefixDecl value)static RDF_StreamRowRDF_StreamRow. quad(RDF_Quad value)static RDF_StreamRowRDF_StreamRow. triple(RDF_Triple value)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_StreamRow Modifier and Type Method Description intRDF_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 Constructor Description RDF_StreamRow(RDF_StreamRow other)
-