Uses of Interface
org.apache.jena.tdb1.index.RangeIndex
Packages that use RangeIndex
Package
Description
-
Uses of RangeIndex in org.apache.jena.tdb1.index
Classes in org.apache.jena.tdb1.index that implement RangeIndexMethods in org.apache.jena.tdb1.index that return RangeIndexModifier and TypeMethodDescriptionBuilderStdIndex.RangeIndexBuilderStd.buildRangeIndex(FileSet fileSet, RecordFactory recordFactory, IndexParams indexParams) static RangeIndexIndexFactory.buildRangeIndex(FileSet fileset, RecordFactory recordFactory) static RangeIndexIndexFactory.buildRangeIndex(FileSet fileset, RecordFactory recordFactory, IndexParams indexParams) static RangeIndexIndexFactory.buildRangeIndex(Location location, String indexName, RecordFactory recordFactory) static RangeIndexIndexFactory.buildRangeIndex(Location location, String indexName, RecordFactory recordFactory, IndexParams indexParams) RangeIndexBuilder.buildRangeIndex(FileSet fileSet, RecordFactory recordfactory, IndexParams indexParams) static RangeIndexIndexFactory.buildRangeIndexMem(RecordFactory recordFactory) static RangeIndexSetupIndex.createBPTree(FileSet fileset, RecordFactory factory) Create a B+Tree using defaultsstatic RangeIndexSetupIndex.createBPTreeByBlockSize(FileSet fileset, int blockSize, int readCacheSize, int writeCacheSize, RecordFactory factory) Create a B+Tree by BlockSizestatic RangeIndexSetupIndex.createBPTreeByOrder(FileSet fileset, int order, int readCacheSize, int writeCacheSize, RecordFactory factory) Create a B+Tree by OrderRangeIndexWrapper.getWrapped()static RangeIndexSetupIndex.makeBPlusTree(FileSet fs, int blkSize, int readCacheSize, int writeCacheSize, int dftKeyLength, int dftValueLength) static RangeIndexSetupIndex.makeRangeIndex(Location location, String indexName, int blkSize, int dftKeyLength, int dftValueLength, int readCacheSize, int writeCacheSize) Constructors in org.apache.jena.tdb1.index with parameters of type RangeIndexModifierConstructorDescriptionIndexLogger(RangeIndex rIdx, org.slf4j.Logger log) RangeIndexLogger(RangeIndex rIdx, org.slf4j.Logger log) RangeIndexWrapper(RangeIndex rIdx) -
Uses of RangeIndex in org.apache.jena.tdb1.index.bplustree
Classes in org.apache.jena.tdb1.index.bplustree that implement RangeIndexModifier and TypeClassDescriptionclassB-Tree converted to B+Tree B-Tree taken from: Introduction to Algorithms, Second Edition Chapter 18: B-Trees by Thomas H. -
Uses of RangeIndex in org.apache.jena.tdb1.store.tupletable
Methods in org.apache.jena.tdb1.store.tupletable that return RangeIndexConstructors in org.apache.jena.tdb1.store.tupletable with parameters of type RangeIndexModifierConstructorDescriptionTupleIndexRecord(int N, ColumnMap colMapping, String name, RecordFactory factory, RangeIndex index) -
Uses of RangeIndex in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return RangeIndexModifier and TypeMethodDescriptionstatic RangeIndexSetupTDB.createBPTree(FileSet fileset, RecordFactory factory) Create a B+Tree using defaultsstatic RangeIndexSetupTDB.createBPTreeByBlockSize(FileSet fileset, int blockSize, int readCacheSize, int writeCacheSize, RecordFactory factory) Create a B+Tree by BlockSizestatic RangeIndexSetupTDB.createBPTreeByOrder(FileSet fileset, int order, int readCacheSize, int writeCacheSize, RecordFactory factory) Create a B+Tree by Orderstatic RangeIndexSetupTDB.makeBPlusTree(FileSet fs, int blkSize, int readCacheSize, int writeCacheSize, int dftKeyLength, int dftValueLength) static RangeIndexSetupTDB.makeRangeIndex(Location location, String indexName, int blkSize, int dftKeyLength, int dftValueLength, int readCacheSize, int writeCacheSize)