java.lang.Object
org.apache.jena.atlas.iterator.IteratorSlotted<StreamRowRDF>
org.apache.jena.riot.system.IteratorStreamRowRDF
org.apache.jena.riot.thrift.IteratorThriftRDF
- All Implemented Interfaces:
Iterator<StreamRowRDF>
,org.apache.jena.atlas.iterator.IteratorCloseable<StreamRowRDF>
,org.apache.jena.atlas.lib.Closeable
Iterator over a Thrift-encoded RDF stream.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.atlas.iterator.IteratorSlotted
close, hasNext, next, peek, peek
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
IteratorThriftRDF
public IteratorThriftRDF(org.apache.thrift.protocol.TProtocol protocol)
-