Uses of Class
org.apache.jena.tdb1.base.file.Location
Packages that use Location
Package
Description
-
Uses of Location in org.apache.jena.tdb
Methods in org.apache.jena.tdb that return LocationModifier and TypeMethodDescriptionstatic LocationTDBFactory.location(org.apache.jena.query.Dataset dataset) Deprecated.static LocationTDBFactory.location(org.apache.jena.sparql.core.DatasetGraph datasetGraph) Deprecated.Methods in org.apache.jena.tdb with parameters of type LocationModifier and TypeMethodDescriptionstatic voidTDBBackup.backup(Location location, OutputStream backupfile) Deprecated.static voidDeprecated.static org.apache.jena.query.DatasetTDBFactory.createDataset(Location location) Deprecated.static org.apache.jena.sparql.core.DatasetGraphTDBFactory.createDatasetGraph(Location location) Deprecated.static booleanTDBFactory.inUseLocation(Location location) Deprecated.static voidTDBFactory.setup(Location location, StoreParams params) -
Uses of Location in org.apache.jena.tdb1
Methods in org.apache.jena.tdb1 that return LocationModifier and TypeMethodDescriptionstatic LocationTDB1Factory.location(org.apache.jena.query.Dataset dataset) Return the location of a dataset if it is backed by TDB, else nullstatic LocationTDB1Factory.location(org.apache.jena.sparql.core.DatasetGraph datasetGraph) Return the location of a DatasetGraph if it is backed by TDB, else nullMethods in org.apache.jena.tdb1 with parameters of type LocationModifier and TypeMethodDescriptionstatic voidTDB1Backup.backup(Location location, OutputStream backupfile) static voidstatic org.apache.jena.query.DatasetTDB1Factory.createDataset(Location location) Create or connect to a TDB-backed datasetstatic org.apache.jena.sparql.core.DatasetGraphTDB1Factory.createDatasetGraph(Location location) Create or connect to a TDB-backed dataset (graph-level)static booleanTDB1Factory.inUseLocation(Location location) Test whether a location already has a TDB database or whether a call to TDBFactory will cause a new, fresh TDB database to be created (pragmatic tests).static voidTDB1Factory.setup(Location location, StoreParams params) Set theStoreParamsfor specific Location. -
Uses of Location in org.apache.jena.tdb1.base.file
Methods in org.apache.jena.tdb1.base.file that return LocationModifier and TypeMethodDescriptionstatic LocationReturn a location for a directory on diskFileSet.getLocation()Location.getSubLocation(String dirname) static LocationLocation.mem()Return a fresh memory location : always unique, never .equals to another location.static LocationReturn a memory location with a nameConstructors in org.apache.jena.tdb1.base.file with parameters of type LocationModifierConstructorDescriptionCreate a FileSet given Location (directory) and name within the directoryLocationLock(Location location) -
Uses of Location in org.apache.jena.tdb1.index
Methods in org.apache.jena.tdb1.index with parameters of type LocationModifier and TypeMethodDescriptionstatic RangeIndexIndexFactory.buildRangeIndex(Location location, String indexName, RecordFactory recordFactory) static RangeIndexIndexFactory.buildRangeIndex(Location location, String indexName, RecordFactory recordFactory, IndexParams indexParams) static IndexSetupIndex.makeIndex(Location location, String indexName, int blkSize, int dftKeyLength, int dftValueLength, int readCacheSize, int writeCacheSize) static RangeIndexSetupIndex.makeRangeIndex(Location location, String indexName, int blkSize, int dftKeyLength, int dftValueLength, int readCacheSize, int writeCacheSize) -
Uses of Location in org.apache.jena.tdb1.setup
Methods in org.apache.jena.tdb1.setup with parameters of type LocationModifier 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 org.apache.jena.sparql.engine.optimizer.reorder.ReorderTransformationDatasetBuilderStd.chooseOptimizer(Location location) static DatasetGraphTDBstatic DatasetGraphTDBDatasetBuilderStd.create(Location location, StoreParams appParams) Create aDatasetGraphTDBwith a set ofStoreParams.static NodeTableBuild.makeNodeTable(Location location) static NodeTableBuild.makeNodeTable(Location location, String indexNode2Id, int node2NodeIdCacheSize, String indexId2Node, int nodeId2NodeCacheSize, int sizeNodeMissCacheSize) static NodeTableBuild.makeNodeTable(Location location, StoreParams params) DatasetBuilderStd.makeNodeTable(Location location, StoreParams params) static DatasetPrefixesTDBBuild.makePrefixes(Location location, DatasetControl policy) 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) static StoreParamsRead from a file if possible.static voidStoreParamsCodec.write(Location location, StoreParams params) Write to a file -
Uses of Location in org.apache.jena.tdb1.store
Fields in org.apache.jena.tdb1.store declared as LocationMethods in org.apache.jena.tdb1.store that return LocationConstructors in org.apache.jena.tdb1.store with parameters of type LocationModifierConstructorDescriptionStorageConfig(Location location, StoreParams params, boolean writeable, Map<FileRef, BlockMgr> blockMgrs, Map<FileRef, ObjectFile> objectFiles, Map<FileRef, BufferChannel> bufferChannels) -
Uses of Location in org.apache.jena.tdb1.store.xloader
Methods in org.apache.jena.tdb1.store.xloader with parameters of type Location -
Uses of Location in org.apache.jena.tdb1.sys
Methods in org.apache.jena.tdb1.sys that return LocationMethods in org.apache.jena.tdb1.sys with parameters of type LocationModifier and TypeMethodDescriptionstatic DatasetGraphTransactionTDBMaker.createDatasetGraphTransaction(Location location) Create a Dataset that supports transactionsstatic DatasetGraphTransactionTDBMaker.createDirect(Location location) Create newDatasetGraphTransaction.static voidStop managing a location.static voidStop managing a TDB1 database atLocation.static voidStop managing a TDB1 database atLocation.static StoreConnectionStoreConnection.getExisting(Location location) Return the StoreConnection if one already exists for this location, else return nullstatic booleanTDBInternal.isNewDatabaseArea(Location location) Look at a directory and see if it is a new areastatic StoreConnectionMake a StoreConnection based on any StoreParams at the location or the system defaults.static StoreConnectionStoreConnection.make(Location location, StoreParams params) Return a StoreConnection for a particular connection.static IndexSetupTDB.makeIndex(Location location, String indexName, int blkSize, int dftKeyLength, int dftValueLength, int readCacheSize, int writeCacheSize) static RangeIndexSetupTDB.makeRangeIndex(Location location, String indexName, int blkSize, int dftKeyLength, int dftValueLength, int readCacheSize, int writeCacheSize) 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) static voidStop managing a location.static voidTDBInternal.releaseDSG(Location location) Stop managing theDatasetGraphTransactionfor the location. -
Uses of Location in org.apache.jena.tdb1.transaction
Methods in org.apache.jena.tdb1.transaction that return LocationMethods in org.apache.jena.tdb1.transaction with parameters of type LocationConstructors in org.apache.jena.tdb1.transaction with parameters of type Location
TDB1Factory.location(Dataset)