Class TupleIndexRecord

java.lang.Object
org.apache.jena.tdb1.store.tupletable.TupleIndexBase
org.apache.jena.tdb1.store.tupletable.TupleIndexRecord
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, TupleIndex

public class TupleIndexRecord extends TupleIndexBase
  • Constructor Details

  • Method Details

    • all

      public Iterator<org.apache.jena.atlas.lib.tuple.Tuple<NodeId>> all()
      Description copied from interface: TupleIndex
      return an iterator of everything
    • close

      public void close()
    • sync

      public void sync()
    • getRangeIndex

      public final RangeIndex getRangeIndex()
    • isEmpty

      public boolean isEmpty()
      Description copied from interface: TupleIndex
      Answer whether empty or not
    • clear

      public void clear()
      Description copied from interface: TupleIndex
      Clear the index
    • size

      public long size()
      Description copied from interface: TupleIndex
      Size of index (number of slots). May be an estimate and not exact. -1 for unknown.