Uses of Interface
org.apache.jena.tdb1.store.tupletable.TupleIndex
Packages that use TupleIndex
Package
Description
-
Uses of TupleIndex in org.apache.jena.tdb1.assembler
Methods in org.apache.jena.tdb1.assembler that return TupleIndexModifier and TypeMethodDescriptionIndexAssembler.open(org.apache.jena.assembler.Assembler a, org.apache.jena.rdf.model.Resource root, org.apache.jena.assembler.Mode mode) -
Uses of TupleIndex in org.apache.jena.tdb1.lib
Methods in org.apache.jena.tdb1.lib with parameters of type TupleIndexModifier and TypeMethodDescriptionstatic voidDumpOps.dumpTupleIndex(TupleIndex tIdx) static voidDumpOps.dumpTupleIndexes(TupleIndex[] tupleIndexes) -
Uses of TupleIndex in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup that return TupleIndexModifier and TypeMethodDescriptionBuilderStdDB.TupleIndexBuilderStd.buildTupleIndex(FileSet fileSet, ColumnMap colMap, String name, StoreParams params) TupleIndexBuilder.buildTupleIndex(FileSet fileSet, ColumnMap colMap, String name, StoreParams params) static TupleIndexBuild.openTupleIndex(Location loc, String indexName, String primary, String indexOrder) static TupleIndexBuild.openTupleIndex(Location location, String indexName, String primary, String indexOrder, int readCacheSize, int writeCacheSize, int dftKeyLength, int dftValueLength) static TupleIndexBuild.openTupleIndex(Location location, String indexName, String primary, String indexOrder, StoreParams params) -
Uses of TupleIndex in org.apache.jena.tdb1.store
Constructors in org.apache.jena.tdb1.store with parameters of type TupleIndexModifierConstructorDescriptionQuadTable(TupleIndex[] indexes, NodeTable nodeTable, DatasetControl policy) TripleTable(TupleIndex[] indexes, NodeTable nodeTable, DatasetControl policy) -
Uses of TupleIndex in org.apache.jena.tdb1.store.bulkloader
Methods in org.apache.jena.tdb1.store.bulkloader with parameters of type TupleIndexModifier and TypeMethodDescriptionvoidBuilderSecondaryIndexes.createSecondaryIndexes(TupleIndex primaryIndex, TupleIndex[] secondaryIndexes) voidBuilderSecondaryIndexesInterleaved.createSecondaryIndexes(TupleIndex primaryIndex, TupleIndex[] secondaryIndexes) voidBuilderSecondaryIndexesParallel.createSecondaryIndexes(TupleIndex primaryIndex, TupleIndex[] secondaryIndexes) voidBuilderSecondaryIndexesSequential.createSecondaryIndexes(TupleIndex primaryIndex, TupleIndex[] secondaryIndexes) -
Uses of TupleIndex in org.apache.jena.tdb1.store.nodetupletable
Constructors in org.apache.jena.tdb1.store.nodetupletable with parameters of type TupleIndexModifierConstructorDescriptionNodeTupleTableConcrete(int N, TupleIndex[] indexes, NodeTable nodeTable, DatasetControl dsControl) -
Uses of TupleIndex in org.apache.jena.tdb1.store.tupletable
Classes in org.apache.jena.tdb1.store.tupletable that implement TupleIndexModifier and TypeClassDescriptionclassclassclassMethods in org.apache.jena.tdb1.store.tupletable that return TupleIndexModifier and TypeMethodDescriptionTupleTable.getIndex(int i) Get i'th indexTupleTable.getIndexes()Get all indexes - for code that manipulates internal structures directly - use with careMethods in org.apache.jena.tdb1.store.tupletable with parameters of type TupleIndexModifier and TypeMethodDescriptionvoidTupleTable.setTupleIndex(int i, TupleIndex index) Set index - for code that manipulates internal structures directly - use with careConstructors in org.apache.jena.tdb1.store.tupletable with parameters of type TupleIndexModifierConstructorDescriptionTupleIndexWrapper(TupleIndex index) TupleTable(int tupleLen, TupleIndex[] indexes) -
Uses of TupleIndex in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return TupleIndexModifier and TypeMethodDescriptionstatic TupleIndexDebugTDB.getIndex(String idxName, DatasetGraphTDB dsg) static TupleIndexSetupTDB.makeTupleIndex(Location location, String primary, String indexOrder, String indexName, int keyLength) static TupleIndex[]SetupTDB.makeTupleIndexes(Location location, String primary, String[] descs, String[] filenames) Methods in org.apache.jena.tdb1.sys with parameters of type TupleIndex