Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- activeTransactions() - Method in class org.apache.jena.tdb.StoreConnection
-
Indicate whether there are any active transactions.
- assembleDataset(String) - Static method in class org.apache.jena.tdb.TDBFactory
-
Read the file and assembler a dataset
B
- backup(Location, OutputStream) - Static method in class org.apache.jena.tdb.TDBBackup
- backup(Location, String) - Static method in class org.apache.jena.tdb.TDBBackup
- begin(TxnType) - Method in class org.apache.jena.tdb.StoreConnection
-
Begin a transaction.
- begin(TxnType, String) - Method in class org.apache.jena.tdb.StoreConnection
-
Begin a transaction, giving it a label.
- BUILD_DATE - Static variable in class org.apache.jena.tdb.TDB
-
The date and time at which this release was built
C
- closedown() - Static method in class org.apache.jena.tdb.TDB
-
Release any and all system resources held by TDB.
- createDataset() - Static method in class org.apache.jena.tdb.TDBFactory
-
Create or connect to a TDB dataset backed by an in-memory block manager.
- createDataset(String) - Static method in class org.apache.jena.tdb.TDBFactory
-
Create or connect to a TDB-backed dataset
- createDataset(Location) - Static method in class org.apache.jena.tdb.TDBFactory
-
Create or connect to a TDB-backed dataset
- createDatasetGraph() - Static method in class org.apache.jena.tdb.TDBFactory
-
Create a TDB-backed dataset (graph-level) in memory (for testing)
- createDatasetGraph(String) - Static method in class org.apache.jena.tdb.TDBFactory
-
Create or connect to a TDB-backed dataset (graph-level)
- createDatasetGraph(Location) - Static method in class org.apache.jena.tdb.TDBFactory
-
Create or connect to a TDB-backed dataset (graph-level)
- createMemUncached() - Static method in class org.apache.jena.tdb.StoreConnection
-
Return a StoreConnection backed by in-memory datastructures (for testing).
E
- expel(Location, boolean) - Static method in class org.apache.jena.tdb.StoreConnection
-
Stop managing a location.
F
- flush() - Method in class org.apache.jena.tdb.StoreConnection
-
Flush the delayed write queue to the base storage.
- forceRecoverFromJournal() - Method in class org.apache.jena.tdb.StoreConnection
-
Flush the journal regardless - use with great case - do not use when transactions may be active.
G
- getBaseDataset() - Method in class org.apache.jena.tdb.StoreConnection
-
Internal operation - to get a dataset for application use, call a
TDBFactory
function. - getChecking() - Method in class org.apache.jena.tdb.TDBLoader
- getContext() - Static method in class org.apache.jena.tdb.TDB
- getExisting(Location) - Static method in class org.apache.jena.tdb.StoreConnection
-
Return the StoreConnection if one already exists for this location, else return null
- getGenerateStats() - Method in class org.apache.jena.tdb.TDBLoader
- getLocation() - Method in class org.apache.jena.tdb.StoreConnection
- getShowProgress() - Method in class org.apache.jena.tdb.TDBLoader
- getTransactionManager() - Method in class org.apache.jena.tdb.StoreConnection
-
For internal use only
- getTransMgrState() - Method in class org.apache.jena.tdb.StoreConnection
-
Return a description of the transaction manager state
H
- haveUsedInTransaction() - Method in class org.apache.jena.tdb.StoreConnection
I
- init() - Static method in class org.apache.jena.tdb.TDB
-
TDB System initialization - normally, this is not explicitly called because Jena system wide initialization occurs automatically.
- inUseLocation(String) - Static method in class org.apache.jena.tdb.TDBFactory
-
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).
- inUseLocation(Location) - Static method in class org.apache.jena.tdb.TDBFactory
-
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).
- isTDB1(Dataset) - Static method in class org.apache.jena.tdb.TDBFactory
-
Test whether a dataset is backed by TDB.
- isTDB1(DatasetGraph) - Static method in class org.apache.jena.tdb.TDBFactory
-
Test whether a dataset is backed by TDB.
- isValid() - Method in class org.apache.jena.tdb.StoreConnection
L
- load(DatasetGraphTDB, InputStream, Lang, boolean, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load a dataset from an input stream which must be in N-Quads form
- load(DatasetGraphTDB, String) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a dataset.
- load(DatasetGraphTDB, String, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a dataset.
- load(DatasetGraphTDB, List<String>) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a dataset.
- load(DatasetGraphTDB, List<String>, boolean, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a dataset.
- load(GraphTDB, String) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a graph
- load(GraphTDB, String, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a graph
- load(GraphTDB, List<String>) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a graph
- load(GraphTDB, List<String>, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a graph
- loadDataset(DatasetGraphTDB, InputStream, Lang) - Method in class org.apache.jena.tdb.TDBLoader
-
Load a dataset from an input stream
- loadDataset(DatasetGraphTDB, String) - Method in class org.apache.jena.tdb.TDBLoader
-
Load a dataset from a URL - assumes URL names a quads format
- loadDataset(DatasetGraphTDB, List<String>) - Method in class org.apache.jena.tdb.TDBLoader
-
Load a dataset from a list of URL - assumes the URLs name quads format documents
- loadGraph(GraphTDB, InputStream) - Method in class org.apache.jena.tdb.TDBLoader
-
Load a graph from a list of URL - assumes the URLs name triples format documents
- loadGraph(GraphTDB, String) - Method in class org.apache.jena.tdb.TDBLoader
-
Load a graph from a URL - assumes URL names a triples format document
- loadGraph(GraphTDB, List<String>) - Method in class org.apache.jena.tdb.TDBLoader
-
Load a graph from a list of URL - assumes the URLs name triples format documents
- loadModel(Model, String) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a model - may not be as efficient as bulk loading into a TDB graph
- loadModel(Model, String, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of URL into a model - may not be as efficient as bulk loading into a TDB graph
- loadModel(Model, List<String>, boolean) - Static method in class org.apache.jena.tdb.TDBLoader
-
Load the contents of a list of URLs into a model - may not be as efficient as bulk loading into a TDB graph
- location(Dataset) - Static method in class org.apache.jena.tdb.TDBFactory
-
Return the location of a dataset if it is backed by TDB, else null
- location(DatasetGraph) - Static method in class org.apache.jena.tdb.TDBFactory
-
Return the location of a DatasetGraph if it is backed by TDB, else null
- logInfo - Static variable in class org.apache.jena.tdb.TDB
-
Logger for general information
- logInfoName - Static variable in class org.apache.jena.tdb.TDB
-
Logger for general information
- logLoader - Static variable in class org.apache.jena.tdb.TDB
-
Logger for loading information
- logLoaderName - Static variable in class org.apache.jena.tdb.TDB
-
Logger for loading information
M
- make(String) - Static method in class org.apache.jena.tdb.StoreConnection
-
Obtain a StoreConnection for a particular location
- make(Location) - Static method in class org.apache.jena.tdb.StoreConnection
-
Make a StoreConnection based on any StoreParams at the location or the system defaults.
- make(Location, StoreParams) - Static method in class org.apache.jena.tdb.StoreConnection
-
Return a StoreConnection for a particular connection.
N
- NAME - Static variable in class org.apache.jena.tdb.TDB
- namespace - Static variable in class org.apache.jena.tdb.TDB
O
- org.apache.jena.tdb - module org.apache.jena.tdb
- org.apache.jena.tdb - package org.apache.jena.tdb
P
- PATH - Static variable in class org.apache.jena.tdb.TDB
-
The root package name for TDB
- printJournal() - Method in class org.apache.jena.tdb.StoreConnection
-
Highly risky!
R
- release(Dataset) - Static method in class org.apache.jena.tdb.TDBFactory
-
Release from the JVM.
- release(DatasetGraph) - Static method in class org.apache.jena.tdb.TDBFactory
-
Release from the JVM.
- release(Location) - Static method in class org.apache.jena.tdb.StoreConnection
-
Stop managing a location.
- reset() - Static method in class org.apache.jena.tdb.StoreConnection
-
Stop managing all locations.
S
- setChecking(boolean) - Method in class org.apache.jena.tdb.TDBLoader
- setGenerateStats(boolean) - Method in class org.apache.jena.tdb.TDBLoader
- setOptimizerWarningFlag(boolean) - Static method in class org.apache.jena.tdb.TDB
-
Set the global flag that control the "No BGP optimizer" warning.
- setShowProgress(boolean) - Method in class org.apache.jena.tdb.TDBLoader
- setup(Location, StoreParams) - Static method in class org.apache.jena.tdb.TDBFactory
-
Set the
StoreParams
for specific Location. - StoreConnection - Class in org.apache.jena.tdb
-
A StoreConnection is the reference to the underlying storage.
- symUnionDefaultGraph - Static variable in class org.apache.jena.tdb.TDB
-
Symbol to use the union of named graphs as the default graph of a query
- sync(Graph) - Static method in class org.apache.jena.tdb.TDB
-
Sync a TDB-backed Graph.
- sync(Dataset) - Static method in class org.apache.jena.tdb.TDB
-
Sync a TDB-backed Dataset.
- sync(Model) - Static method in class org.apache.jena.tdb.TDB
-
Sync a TDB-backed Model.
- sync(DatasetGraph) - Static method in class org.apache.jena.tdb.TDB
-
Sync a TDB-backed DatasetGraph.
T
- TDB - Class in org.apache.jena.tdb
- TDBBackup - Class in org.apache.jena.tdb
-
Backup a database.
- TDBBackup() - Constructor for class org.apache.jena.tdb.TDBBackup
- TDBException - Exception in org.apache.jena.tdb
- TDBException() - Constructor for exception org.apache.jena.tdb.TDBException
- TDBException(String) - Constructor for exception org.apache.jena.tdb.TDBException
- TDBException(String, Throwable) - Constructor for exception org.apache.jena.tdb.TDBException
- TDBException(Throwable) - Constructor for exception org.apache.jena.tdb.TDBException
- TDBFactory - Class in org.apache.jena.tdb
-
Public factory for creating objects datasets backed by TDB storage
- tdbFaqsLink - Static variable in class org.apache.jena.tdb.TDB
- tdbIRI - Static variable in class org.apache.jena.tdb.TDB
-
IRI for TDB
- TDBLoader - Class in org.apache.jena.tdb
-
Public interface to the loader functionality.
- TDBLoader() - Constructor for class org.apache.jena.tdb.TDBLoader
- tdbParamNS - Static variable in class org.apache.jena.tdb.TDB
-
Root of TDB-defined parameter names
- tdbSymbolPrefix - Static variable in class org.apache.jena.tdb.TDB
-
Prefix for TDB-defined parameter names
- transactionJournalWriteBlockMode - Static variable in class org.apache.jena.tdb.TDB
-
A String enum Symbol that specifies the type of temporary storage for transaction journal write blocks.
V
A B C E F G H I L M N O P R S T VAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form