java.lang.Object
org.apache.jena.tdb1.setup.StoreParamsBuilder
-
Method Summary
Modifier and TypeMethodDescriptionblockReadCacheSize(int blockReadCacheSize) blockSize(int blockSize) blockWriteCacheSize(int blockWriteCacheSize) build()static StoreParamsBuildercreate()static StoreParamsBuildercreate(StoreParams params) intintintintintintString[]String[]String[]indexId2Node(String indexId2Node) indexNode2Id(String indexNode2Id) indexPrefix(String indexPrefix) static StoreParamsmodify(StoreParams baseParams, StoreParamsDynamic additionalParams) Using a base set ofStoreParams, and update with dynamic parameters.node2NodeIdCacheSize(int node2NodeIdCacheSize) nodeId2NodeCacheSize(int nodeId2NodeCacheSize) nodeMissCacheSize(int nodeMissCacheSize) prefixId2Node(String prefixId2Node) prefixIndexes(String[] prefixIndexes) prefixNode2Id(String prefixNode2Id) primaryIndexPrefix(String primaryIndexPrefix) primaryIndexQuads(String primaryIndexQuads) primaryIndexTriples(String primaryIndexTriples) quadIndexes(String[] quadIndexes) tripleIndexes(String[] tripleIndexes)
-
Method Details
-
create
-
create
-
modify
Using a base set ofStoreParams, and update with dynamic parameters.- Parameters:
baseParams-additionalParams-- Returns:
- StoreParams
-
build
-
getFileMode
-
fileMode
-
getBlockSize
public int getBlockSize() -
blockSize
-
getBlockReadCacheSize
public int getBlockReadCacheSize() -
blockReadCacheSize
-
getBlockWriteCacheSize
public int getBlockWriteCacheSize() -
blockWriteCacheSize
-
getNode2NodeIdCacheSize
public int getNode2NodeIdCacheSize() -
node2NodeIdCacheSize
-
getNodeId2NodeCacheSize
public int getNodeId2NodeCacheSize() -
nodeId2NodeCacheSize
-
getNodeMissCacheSize
public int getNodeMissCacheSize() -
nodeMissCacheSize
-
getIndexNode2Id
-
indexNode2Id
-
getIndexId2Node
-
indexId2Node
-
getPrimaryIndexTriples
-
-
getTripleIndexes
-
tripleIndexes
-
getPrimaryIndexQuads
-
primaryIndexQuads
-
getQuadIndexes
-
quadIndexes
-
getPrimaryIndexPrefix
-
primaryIndexPrefix
-
getPrefixIndexes
-
prefixIndexes
-
getIndexPrefix
-
indexPrefix
-
getPrefixNode2Id
-
prefixNode2Id
-
getPrefixId2Node
-
prefixId2Node
-