Uses of Class
org.apache.jena.tdb1.setup.StoreParams
Packages that use StoreParams
Package
Description
-
Uses of StoreParams in org.apache.jena.tdb
Methods in org.apache.jena.tdb with parameters of type StoreParamsModifier and TypeMethodDescriptionstatic voidTDBFactory.setup(Location location, StoreParams params) Deprecated. -
Uses of StoreParams in org.apache.jena.tdb1
Methods in org.apache.jena.tdb1 with parameters of type StoreParamsModifier and TypeMethodDescriptionstatic voidTDB1Factory.setup(Location location, StoreParams params) Set theStoreParamsfor specific Location. -
Uses of StoreParams in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup that return StoreParamsModifier and TypeMethodDescriptionStoreParamsBuilder.build()static StoreParamsStoreParamsCodec.decode(org.apache.jena.atlas.json.JsonObject json) static StoreParamsStoreParams.getDftStoreParams()The system default settings.static StoreParamsStoreParams.getSmallStoreParams()AStoreParamsthat provides a smaller in-JVM foot print.static StoreParamsStoreParamsBuilder.modify(StoreParams baseParams, StoreParamsDynamic additionalParams) Using a base set ofStoreParams, and update with dynamic parameters.static StoreParamsRead from a file if possible.static StoreParamsRead from a file if possible.Methods in org.apache.jena.tdb1.setup with parameters of type StoreParamsModifier and TypeMethodDescriptionDatasetBuilderStd._build(Location location, StoreParams params, boolean writeable, org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformation _transform) DatasetBuilderStd.build(Location location, StoreParams params) static StoreParamsBuilderStoreParams.builder(StoreParams params) Build StoreParams, starting from given default values.BuilderStdDB.TupleIndexBuilderStd.buildTupleIndex(FileSet fileSet, ColumnMap colMap, String name, StoreParams params) TupleIndexBuilder.buildTupleIndex(FileSet fileSet, ColumnMap colMap, String name, StoreParams params) static DatasetGraphTDBDatasetBuilderStd.create(Location location, StoreParams appParams) Create aDatasetGraphTDBwith a set ofStoreParams.static DatasetGraphTDBDatasetBuilderStd.create(StoreParams params) static StoreParamsBuilderStoreParamsBuilder.create(StoreParams params) static org.apache.jena.atlas.json.JsonObjectStoreParamsCodec.encodeToJson(StoreParams params) static NodeTableBuild.makeNodeTable(Location location, StoreParams params) DatasetBuilderStd.makeNodeTable(Location location, StoreParams params) static StoreParamsStoreParamsBuilder.modify(StoreParams baseParams, StoreParamsDynamic additionalParams) Using a base set ofStoreParams, and update with dynamic parameters.static TupleIndexBuild.openTupleIndex(Location location, String indexName, String primary, String indexOrder, StoreParams params) static booleanStoreParams.sameValues(StoreParams params1, StoreParams params2) Equality but ignore "isSet"static voidStoreParamsCodec.write(String filename, StoreParams params) Write to a filestatic voidStoreParamsCodec.write(Location location, StoreParams params) Write to a file -
Uses of StoreParams in org.apache.jena.tdb1.store
Fields in org.apache.jena.tdb1.store declared as StoreParamsConstructors in org.apache.jena.tdb1.store with parameters of type StoreParamsModifierConstructorDescriptionStorageConfig(Location location, StoreParams params, boolean writeable, Map<FileRef, BlockMgr> blockMgrs, Map<FileRef, ObjectFile> objectFiles, Map<FileRef, BufferChannel> bufferChannels) -
Uses of StoreParams in org.apache.jena.tdb1.store.nodetable
Methods in org.apache.jena.tdb1.store.nodetable with parameters of type StoreParamsModifier and TypeMethodDescriptionstatic NodeTableNodeTableCache.create(NodeTable nodeTable, StoreParams params) -
Uses of StoreParams in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys with parameters of type StoreParamsModifier and TypeMethodDescriptionstatic StoreConnectionStoreConnection.make(Location location, StoreParams params) Return a StoreConnection for a particular connection.
TDB1Factory.setup(org.apache.jena.tdb1.base.file.Location, org.apache.jena.tdb1.setup.StoreParams)