java.lang.Object
org.apache.jena.tdb1.index.IndexFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IndexbuildIndex(FileSet fileset, RecordFactory recordFactory) static IndexbuildIndex(FileSet fileset, RecordFactory recordFactory, IndexParams indexParams) static IndexbuildIndexMem(RecordFactory recordFactory) static RangeIndexbuildRangeIndex(FileSet fileset, RecordFactory recordFactory) static RangeIndexbuildRangeIndex(FileSet fileset, RecordFactory recordFactory, IndexParams indexParams) static RangeIndexbuildRangeIndex(Location location, String indexName, RecordFactory recordFactory) static RangeIndexbuildRangeIndex(Location location, String indexName, RecordFactory recordFactory, IndexParams indexParams) static RangeIndexbuildRangeIndexMem(RecordFactory recordFactory) static IndexBuilderstatic IndexBuilderstatic RangeIndexBuilder
-
Constructor Details
-
IndexFactory
public IndexFactory()
-
-
Method Details
-
createIndexBuilderMem
-
createIndexBuilder
-
createRangeIndexBuilderMem
-
buildRangeIndexMem
-
buildRangeIndex
public static RangeIndex buildRangeIndex(Location location, String indexName, RecordFactory recordFactory) -
buildRangeIndex
public static RangeIndex buildRangeIndex(Location location, String indexName, RecordFactory recordFactory, IndexParams indexParams) -
buildRangeIndex
-
buildRangeIndex
public static RangeIndex buildRangeIndex(FileSet fileset, RecordFactory recordFactory, IndexParams indexParams) -
buildIndexMem
-
buildIndex
-
buildIndex
public static Index buildIndex(FileSet fileset, RecordFactory recordFactory, IndexParams indexParams)
-