Uses of Class
org.apache.jena.tdb1.setup.StoreParamsBuilder
Packages that use StoreParamsBuilder
-
Uses of StoreParamsBuilder in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup that return StoreParamsBuilderModifier and TypeMethodDescriptionStoreParamsBuilder.blockReadCacheSize(int blockReadCacheSize) StoreParamsBuilder.blockSize(int blockSize) StoreParamsBuilder.blockWriteCacheSize(int blockWriteCacheSize) static StoreParamsBuilderStoreParams.builder()Build StoreParams, starting from system defaults.static StoreParamsBuilderStoreParams.builder(StoreParams params) Build StoreParams, starting from given default values.static StoreParamsBuilderStoreParamsBuilder.create()static StoreParamsBuilderStoreParamsBuilder.create(StoreParams params) StoreParamsBuilder.indexId2Node(String indexId2Node) StoreParamsBuilder.indexNode2Id(String indexNode2Id) StoreParamsBuilder.indexPrefix(String indexPrefix) StoreParamsBuilder.node2NodeIdCacheSize(int node2NodeIdCacheSize) StoreParamsBuilder.nodeId2NodeCacheSize(int nodeId2NodeCacheSize) StoreParamsBuilder.nodeMissCacheSize(int nodeMissCacheSize) StoreParamsBuilder.prefixId2Node(String prefixId2Node) StoreParamsBuilder.prefixIndexes(String[] prefixIndexes) StoreParamsBuilder.prefixNode2Id(String prefixNode2Id) StoreParamsBuilder.primaryIndexPrefix(String primaryIndexPrefix) StoreParamsBuilder.primaryIndexQuads(String primaryIndexQuads) StoreParamsBuilder.primaryIndexTriples(String primaryIndexTriples) StoreParamsBuilder.quadIndexes(String[] quadIndexes) StoreParamsBuilder.tripleIndexes(String[] tripleIndexes)