java.lang.Object
org.apache.jena.tdb1.setup.Build
Building datastructures on top of the base file
abstractions of indexes, block managers and object files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeTablemakeNodeTable(Location location) static NodeTablemakeNodeTable(Location location, String indexNode2Id, int node2NodeIdCacheSize, String indexId2Node, int nodeId2NodeCacheSize, int sizeNodeMissCacheSize) static NodeTablemakeNodeTable(Location location, StoreParams params) static DatasetPrefixesTDBmakePrefixes(Location location, DatasetControl policy) static TupleIndexopenTupleIndex(Location loc, String indexName, String primary, String indexOrder) static TupleIndexopenTupleIndex(Location location, String indexName, String primary, String indexOrder, int readCacheSize, int writeCacheSize, int dftKeyLength, int dftValueLength) static TupleIndexopenTupleIndex(Location location, String indexName, String primary, String indexOrder, StoreParams params)
-
Constructor Details
-
Build
public Build()
-
-
Method Details
-
openTupleIndex
public static TupleIndex openTupleIndex(Location loc, String indexName, String primary, String indexOrder) -
openTupleIndex
public static TupleIndex openTupleIndex(Location location, String indexName, String primary, String indexOrder, StoreParams params) -
openTupleIndex
public static TupleIndex openTupleIndex(Location location, String indexName, String primary, String indexOrder, int readCacheSize, int writeCacheSize, int dftKeyLength, int dftValueLength) -
makePrefixes
-
makeNodeTable
-
makeNodeTable
-
makeNodeTable
-