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
-
Constructor Summary
ConstructorsConstructorDescriptionTupleIndexRecord(int N, ColumnMap colMapping, String name, RecordFactory factory, RangeIndex index) -
Method Summary
Methods inherited from class org.apache.jena.tdb1.store.tupletable.TupleIndexBase
add, delete, find, getColumnMap, getMappingStr, getName, getTupleLength, toString, weight
-
Constructor Details
-
TupleIndexRecord
public TupleIndexRecord(int N, ColumnMap colMapping, String name, RecordFactory factory, RangeIndex index)
-
-
Method Details
-
all
Description copied from interface:TupleIndexreturn an iterator of everything -
close
public void close() -
sync
public void sync() -
getRangeIndex
-
isEmpty
public boolean isEmpty()Description copied from interface:TupleIndexAnswer whether empty or not -
clear
public void clear()Description copied from interface:TupleIndexClear the index -
size
public long size()Description copied from interface:TupleIndexSize of index (number of slots). May be an estimate and not exact. -1 for unknown.
-