Class IteratorThriftRDF

  • All Implemented Interfaces:
    java.util.Iterator<StreamRowRDF>, org.apache.jena.atlas.iterator.IteratorCloseable<StreamRowRDF>, org.apache.jena.atlas.lib.Closeable

    public class IteratorThriftRDF
    extends IteratorStreamRowRDF
    Iterator over a Thrift-encoded RDF stream.
    • Constructor Summary

      Constructors 
      Constructor Description
      IteratorThriftRDF​(org.apache.thrift.protocol.TProtocol protocol)  
    • 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 Detail

      • IteratorThriftRDF

        public IteratorThriftRDF​(org.apache.thrift.protocol.TProtocol protocol)