A B C D E G I L M N P R S T V

A

assembleDataset(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Read the file and assembler a dataset
assembleGraph(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Read the file and assembler a graph, of type TDB persistent graph
assembleModel(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Read the file and assembler a model, of type TDB persistent graph

B

BUILD_DATE - Static variable in class com.hp.hpl.jena.tdb.TDB
The date and time at which this release was built

C

checkCommandLine(CmdArgModule) - Method in class tdb.cmdline.ModLocation
 
closedown() - Static method in class com.hp.hpl.jena.tdb.TDB
Release any and all system resources held by TDB.
CmdRewriteIndex - Class in tdb
Rewrite one index
CmdRewriteIndex() - Constructor for class tdb.CmdRewriteIndex
 
CmdSub - Class in tdb.cmdline
 
CmdSub(String...) - Constructor for class tdb.cmdline.CmdSub
 
CmdSub.Exec - Interface in tdb.cmdline
 
CmdTDB - Class in tdb.cmdline
 
com.hp.hpl.jena.tdb - package com.hp.hpl.jena.tdb
 
createDataset(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create or connect to a TDB-backed dataset
createDataset(Location) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create or connect to a TDB-backed dataset
createDataset() - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create or connect to a TDB dataset backed by an in-memory block manager.
createDataset(DatasetGraphTDB) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a dataset around a DatasetGraphTDB
createDataset() - Method in class tdb.cmdline.ModTDBDataset
 
createDatasetGraph(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create or connect to a TDB-backed dataset (graph-level)
createDatasetGraph(Location) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create or connect to a TDB-backed dataset (graph-level)
createDatasetGraph() - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create or connect to a TDB-backed dataset (graph-level)
createGraph(Location) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a graph, at the given location
createGraph(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a graph, at the given location
createGraph() - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a TDB graph backed by an in-memory block manager.
createGraphStore() - Method in class tdb.cmdline.ModTDBGraphStore
 
createModel(Location) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a model, at the given location
createModel(String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a model, at the given location
createModel() - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a TDB model backed by an in-memory block manager.
createNamedGraph(String, String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a TDB graph for named graph
createNamedGraph(String, Location) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a TDB graph for named graph
createNamedModel(String, String) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a TDB model for named model
createNamedModel(String, Location) - Static method in class com.hp.hpl.jena.tdb.TDBFactory
Create a TDB model for named model

D

defaultAssemblerFile - Static variable in class tdb.cmdline.ModTDBAssembler
 
dump(OutputStream, String, String, int, String, int) - Static method in class tdb.tools.dumpnodetable
 
dump(OutputStream, NodeTable) - Static method in class tdb.tools.dumpnodetable
 
dumpbpt - Class in tdb.tools
 
dumpNodes(OutputStream, String) - Static method in class tdb.tools.dumpnodetable
 
dumpnodetable - Class in tdb.tools
 
dumpPrefixes(OutputStream, String) - Static method in class tdb.tools.dumpnodetable
 

E

exec(String[]) - Method in interface tdb.cmdline.CmdSub.Exec
 

G

getArg() - Method in class tdb.cmdline.ModModel
 
getAssemblerFile() - Method in class tdb.cmdline.ModTDBAssembler
 
getChecking() - Method in class com.hp.hpl.jena.tdb.TDBLoader
 
getContext() - Static method in class com.hp.hpl.jena.tdb.TDB
 
getGenerateStats() - Method in class com.hp.hpl.jena.tdb.TDBLoader
 
getLocation() - Method in class tdb.cmdline.ModLocation
 
getLocation() - Method in class tdb.cmdline.ModTDBAssembler
 
getLocation() - Method in class tdb.cmdline.ModTDBDataset
 
getModel() - Method in class tdb.cmdline.ModModel
 
getShowProgress() - Method in class com.hp.hpl.jena.tdb.TDBLoader
 

I

init() - Static method in class com.hp.hpl.jena.tdb.TDB
TDB System initialization - normally, this is not explicitly called because all routes to use TDB will cause initialization to occur.
init() - Static method in class tdb.cmdline.CmdTDB
 

L

load(DatasetGraphTDB, String) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a dataset.
load(DatasetGraphTDB, String, boolean) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a dataset.
load(DatasetGraphTDB, List<String>) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a dataset.
load(DatasetGraphTDB, List<String>, boolean) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a dataset.
load(DatasetGraphTDB, InputStream, boolean) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a dataset.
load(GraphTDB, String) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a graph
load(GraphTDB, String, boolean) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a graph
load(GraphTDB, List<String>) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a graph
load(GraphTDB, List<String>, boolean) - Static method in class com.hp.hpl.jena.tdb.TDBLoader
Load the contents of URL into a graph
loadDataset(DatasetGraphTDB, String) - Method in class com.hp.hpl.jena.tdb.TDBLoader
Load a dataset from a URL - assumes URL names a quads format
loadDataset(DatasetGraphTDB, List<String>) - Method in class com.hp.hpl.jena.tdb.TDBLoader
Load a dataset from a list of URL - assumes the URLs name quads format documents
loadDataset(DatasetGraphTDB, InputStream) - Method in class com.hp.hpl.jena.tdb.TDBLoader
Load a dataset from an input steram which must be in N-Quads form
loadGraph(GraphTDB, String) - Method in class com.hp.hpl.jena.tdb.TDBLoader
Load a graph from a URL - assumes URL names a triples format document
loadGraph(GraphTDB, List<String>) - Method in class com.hp.hpl.jena.tdb.TDBLoader
Load a graph from a list of URL - assumes the URLs name triples format documents
loadGraph(GraphTDB, InputStream) - Method in class com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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 com.hp.hpl.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
locations() - Method in class tdb.cmdline.ModTDBDataset
 
logInfo - Static variable in class com.hp.hpl.jena.tdb.TDB
Logger for general information
logInfoName - Static variable in class com.hp.hpl.jena.tdb.TDB
Logger for general information
logLoader - Static variable in class com.hp.hpl.jena.tdb.TDB
Logger for loading information
logLoaderName - Static variable in class com.hp.hpl.jena.tdb.TDB
Logger for loading information

M

main(String...) - Static method in class tdb.CmdRewriteIndex
 
main(String...) - Static method in class tdb.tdbclean
 
main(String...) - Static method in class tdb.tdbconfig
 
main(String...) - Static method in class tdb.tdbdump
 
main(String...) - Static method in class tdb.tdbloader
 
main(String...) - Static method in class tdb.tdbnode
 
main(String...) - Static method in class tdb.tdbquery
 
main(String...) - Static method in class tdb.tdbstats
 
main(String...) - Static method in class tdb.tdbupdate
 
main(String...) - Static method in class tdb.tools.dumpbpt
 
main(String...) - Static method in class tdb.tools.dumpnodetable
 
ModLocation - Class in tdb.cmdline
 
ModLocation() - Constructor for class tdb.cmdline.ModLocation
 
ModModel - Class in tdb.cmdline
Name a model
ModModel(String, String...) - Constructor for class tdb.cmdline.ModModel
 
ModTDBAssembler - Class in tdb.cmdline
Extends ModAssembler to include --tdb.
ModTDBAssembler() - Constructor for class tdb.cmdline.ModTDBAssembler
 
ModTDBDataset - Class in tdb.cmdline
 
ModTDBDataset() - Constructor for class tdb.cmdline.ModTDBDataset
 
ModTDBGraphStore - Class in tdb.cmdline
 
ModTDBGraphStore() - Constructor for class tdb.cmdline.ModTDBGraphStore
 

N

NAME - Static variable in class com.hp.hpl.jena.tdb.TDB
 
namespace - Static variable in class com.hp.hpl.jena.tdb.TDB
 

P

PATH - Static variable in class com.hp.hpl.jena.tdb.TDB
The root package name for TDB
processArgs(CmdArgModule) - Method in class tdb.cmdline.ModLocation
 
processArgs(CmdArgModule) - Method in class tdb.cmdline.ModModel
 
processArgs(CmdArgModule) - Method in class tdb.cmdline.ModTDBAssembler
 
processArgs(CmdArgModule) - Method in class tdb.cmdline.ModTDBDataset
 
processArgs(CmdArgModule) - Method in class tdb.cmdline.ModTDBGraphStore
 

R

registerWith(CmdGeneral) - Method in class tdb.cmdline.ModLocation
 
registerWith(CmdGeneral) - Method in class tdb.cmdline.ModModel
 
registerWith(CmdGeneral) - Method in class tdb.cmdline.ModTDBAssembler
 
registerWith(CmdGeneral) - Method in class tdb.cmdline.ModTDBDataset
 
registerWith(CmdGeneral) - Method in class tdb.cmdline.ModTDBGraphStore
 

S

setChecking(boolean) - Method in class com.hp.hpl.jena.tdb.TDBLoader
 
setGenerateStats(boolean) - Method in class com.hp.hpl.jena.tdb.TDBLoader
 
setLogging() - Static method in class tdb.cmdline.CmdTDB
Reset the logging to be good for command line tools
setOptimizerWarningFlag(boolean) - Static method in class com.hp.hpl.jena.tdb.TDB
Set the global flag that control the "No BGP optimizer" warning.
setShowProgress(boolean) - Method in class com.hp.hpl.jena.tdb.TDBLoader
 
stringForLiteral(Node_Literal) - Static method in class tdb.tools.dumpnodetable
 
stringForURI(String) - Static method in class tdb.tools.dumpnodetable
 
symLogExec - Static variable in class com.hp.hpl.jena.tdb.TDB
Deprecated. Use ARQ.symLogExec instead.
symUnionDefaultGraph - Static variable in class com.hp.hpl.jena.tdb.TDB
Symbol to use the union of named graphs as the default graph of a query
sync(Model) - Static method in class com.hp.hpl.jena.tdb.TDB
Sync a TDB-backed Model.
sync(Graph) - Static method in class com.hp.hpl.jena.tdb.TDB
Sync a TDB-backed Graph.
sync(Dataset) - Static method in class com.hp.hpl.jena.tdb.TDB
Sync a TDB-backed Dataset.
sync(DatasetGraph) - Static method in class com.hp.hpl.jena.tdb.TDB
Sync a TDB-backed DatasetGraph.

T

tdb - package tdb
 
TDB - Class in com.hp.hpl.jena.tdb
 
TDB() - Constructor for class com.hp.hpl.jena.tdb.TDB
 
tdb.cmdline - package tdb.cmdline
 
tdb.tools - package tdb.tools
 
tdbclean - Class in tdb
 
tdbconfig - Class in tdb
Tools to manage a TDB store.
tdbdump - Class in tdb
 
TDBException - Exception in com.hp.hpl.jena.tdb
 
TDBException() - Constructor for exception com.hp.hpl.jena.tdb.TDBException
 
TDBException(String) - Constructor for exception com.hp.hpl.jena.tdb.TDBException
 
TDBException(Throwable) - Constructor for exception com.hp.hpl.jena.tdb.TDBException
 
TDBException(String, Throwable) - Constructor for exception com.hp.hpl.jena.tdb.TDBException
 
TDBFactory - Class in com.hp.hpl.jena.tdb
Public factory for creating objects (graphs, datasest) associated with TDB
TDBFactory() - Constructor for class com.hp.hpl.jena.tdb.TDBFactory
 
tdbIRI - Static variable in class com.hp.hpl.jena.tdb.TDB
IRI for TDB
TDBLoader - Class in com.hp.hpl.jena.tdb
Public interface to the loader functionality
TDBLoader() - Constructor for class com.hp.hpl.jena.tdb.TDBLoader
 
tdbloader - Class in tdb
 
tdbnode - Class in tdb
 
tdbquery - Class in tdb
 
tdbquery(String[]) - Constructor for class tdb.tdbquery
 
tdbstats - Class in tdb
 
tdbupdate - Class in tdb
 
tdbupdate(String[]) - Constructor for class tdb.tdbupdate
 

V

VERSION - Static variable in class com.hp.hpl.jena.tdb.TDB
The full name of the current TDB version

A B C D E G I L M N P R S T V

Copyright ? 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Information Ltd. Copyright ? 2010 Epimorphics Ltd.