Uses of Interface
org.apache.jena.tdb1.index.Index
Packages that use Index
Package
Description
-
Uses of Index in org.apache.jena.tdb1.index
Subinterfaces of Index in org.apache.jena.tdb1.indexClasses in org.apache.jena.tdb1.index that implement IndexModifier and TypeClassDescriptionfinal classclassclassfinal classclassMethods in org.apache.jena.tdb1.index that return IndexModifier and TypeMethodDescriptionBuilderStdIndex.IndexBuilderStd.buildIndex(FileSet fileSet, RecordFactory recordFactory, IndexParams indexParams) IndexBuilder.buildIndex(FileSet fileSet, RecordFactory recordfactory, IndexParams indexParams) static IndexIndexFactory.buildIndex(FileSet fileset, RecordFactory recordFactory) static IndexIndexFactory.buildIndex(FileSet fileset, RecordFactory recordFactory, IndexParams indexParams) static IndexIndexFactory.buildIndexMem(RecordFactory recordFactory) static IndexSetupIndex.makeIndex(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 Index -
Uses of Index in org.apache.jena.tdb1.index.bplustree
Classes in org.apache.jena.tdb1.index.bplustree that implement IndexModifier 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 Index in org.apache.jena.tdb1.index.ext
Classes in org.apache.jena.tdb1.index.ext that implement IndexModifier and TypeClassDescriptionfinal classExtensible hashing http://en.wikipedia.org/wiki/Extendible_hashing -
Uses of Index in org.apache.jena.tdb1.store.nodetable
Methods in org.apache.jena.tdb1.store.nodetable that return IndexConstructors in org.apache.jena.tdb1.store.nodetable with parameters of type Index -
Uses of Index in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return Index