Skip navigation links
A B C D E F G O P R S 

A

addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
addStatement(UpdateContext, Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
approve(Resource, URI, Value, Resource) - Method in interface org.openrdf.sail.base.SailSink
Adds a statement to the store.

B

BackingSailSource - Class in org.openrdf.sail.base
A Backing SailSource that does not respond to close() prepare() or flush().
BackingSailSource() - Constructor for class org.openrdf.sail.base.BackingSailSource
 

C

clear(Resource...) - Method in interface org.openrdf.sail.base.SailSink
Removes all statements from the specified/all contexts.
clearInferred(Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
clearNamespaces() - Method in interface org.openrdf.sail.base.SailSink
Removes all namespace declarations from this SailSource.
clearNamespacesInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 
close() - Method in class org.openrdf.sail.base.BackingSailSource
 
close() - Method in interface org.openrdf.sail.base.SailClosable
Closes this resource, relinquishing any underlying resources.
close() - Method in interface org.openrdf.sail.base.SailDataset
Called when this SailDataset is no longer is used, such as when a read operation is complete.
close() - Method in class org.openrdf.sail.base.SnapshotSailStore
 
closeInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 
commitInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 

D

dataset(IsolationLevel) - Method in interface org.openrdf.sail.base.SailSource
Create an observable SailDataset of the current state of this SailSource.
deprecate(Resource, URI, Value, Resource) - Method in interface org.openrdf.sail.base.SailSink
Removes a statement with the specified subject, predicate, object, and context.

E

endUpdateInternal(UpdateContext) - Method in class org.openrdf.sail.base.SailSourceConnection
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.base.SailSourceConnection
 

F

flush() - Method in class org.openrdf.sail.base.BackingSailSource
 
flush() - Method in interface org.openrdf.sail.base.SailSink
Once this method returns successfully, changes that were made to this SailSink will be visible to subsequent SailSource.dataset(org.openrdf.IsolationLevel).
flush() - Method in interface org.openrdf.sail.base.SailSource
Apply all the changes to this branch to the backing SailSource, if applicable.
flushUpdates() - Method in class org.openrdf.sail.base.SailSourceConnection
 
fork() - Method in class org.openrdf.sail.base.BackingSailSource
 
fork() - Method in interface org.openrdf.sail.base.SailSource
Creates a new branch of this source.

G

getContextIDs() - Method in interface org.openrdf.sail.base.SailDataset
Returns the set of all unique context identifiers that are used to store statements.
getContextIDsInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 
getEvaluationStatistics() - Method in interface org.openrdf.sail.base.SailStore
Used by SailSourceConnection to determine query join order.
getEvaluationStatistics() - Method in class org.openrdf.sail.base.SnapshotSailStore
 
getEvaluationStrategy(Dataset, TripleSource) - Method in class org.openrdf.sail.base.SailSourceConnection
 
getExplicitSailSource() - Method in interface org.openrdf.sail.base.SailStore
 
getExplicitSailSource() - Method in class org.openrdf.sail.base.SnapshotSailStore
 
getFederatedServiceResolver() - Method in class org.openrdf.sail.base.SailSourceConnection
 
getInferredSailSource() - Method in interface org.openrdf.sail.base.SailStore
 
getInferredSailSource() - Method in class org.openrdf.sail.base.SnapshotSailStore
 
getNamespace(String) - Method in interface org.openrdf.sail.base.SailDataset
Gets the namespace that is associated with the specified prefix, if any.
getNamespaceInternal(String) - Method in class org.openrdf.sail.base.SailSourceConnection
 
getNamespaces() - Method in interface org.openrdf.sail.base.SailDataset
Gets the namespaces relevant to the data contained in this object.
getNamespacesInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 
getStatements(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.base.SailDataset
Gets all statements that have a specific subject, predicate and/or object.
getStatementsInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
getValueFactory() - Method in interface org.openrdf.sail.base.SailStore
The ValueFactory that should be used in association with this.
getValueFactory() - Method in class org.openrdf.sail.base.SnapshotSailStore
 

O

observe(Resource, URI, Value, Resource...) - Method in interface org.openrdf.sail.base.SailSink
Called to indicate matching statements have been observed and must not change their state until after this SailSink is committed, iff this was opened in an isolation level compatible with IsolationLevels.SERIALIZABLE.
org.openrdf.sail.base - package org.openrdf.sail.base
 

P

prepare() - Method in class org.openrdf.sail.base.BackingSailSource
 
prepare() - Method in interface org.openrdf.sail.base.SailSink
Checks if this SailSink is consistent with the isolation level it was created with.
prepare() - Method in interface org.openrdf.sail.base.SailSource
Check the consistency of this branch and throws a SailConflictException if SailSource.flush()ing this branch would cause the backing SailSource to be inconsistent, if applicable.
prepareInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 

R

removeInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
removeNamespace(String) - Method in interface org.openrdf.sail.base.SailSink
Removes a namespace declaration by removing the association between a prefix and a namespace name.
removeNamespaceInternal(String) - Method in class org.openrdf.sail.base.SailSourceConnection
 
removeStatement(UpdateContext, Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
rollbackInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 

S

SailClosable - Interface in org.openrdf.sail.base
Common interface to objects that throw SailException on close.
SailDataset - Interface in org.openrdf.sail.base
A state of an SailSource at a point in time that will remain consistent until SailDataset.close() is called.
SailSink - Interface in org.openrdf.sail.base
A mutable source of RDF graphs.
SailSource - Interface in org.openrdf.sail.base
A persistent yet mutable source or container of RDF graphs.
SailSourceConnection - Class in org.openrdf.sail.base
A SailConnection implementation that is based on an SailStore.
SailSourceConnection(SailBase, SailStore, FederatedServiceResolver) - Constructor for class org.openrdf.sail.base.SailSourceConnection
Creates a new SailConnection, using the given SailStore to manage the state.
SailStore - Interface in org.openrdf.sail.base
A high level interface used by SailSourceConnection to access SailSource.
setFederatedServiceResolver(FederatedServiceResolver) - Method in class org.openrdf.sail.base.SailSourceConnection
 
setNamespace(String, String) - Method in interface org.openrdf.sail.base.SailSink
Sets the prefix for a namespace.
setNamespaceInternal(String, String) - Method in class org.openrdf.sail.base.SailSourceConnection
 
sink(IsolationLevel) - Method in interface org.openrdf.sail.base.SailSource
Create a SailSink that when when its SailSource.flush() is called, the changes are applied to this source.
sizeInternal(Resource...) - Method in class org.openrdf.sail.base.SailSourceConnection
 
SnapshotSailStore - Class in org.openrdf.sail.base
A SailStore wrapper that branches the backing SailSources to provide concurrent IsolationLevels.SNAPSHOT_READ isolation and higher.
SnapshotSailStore(SailStore, ModelFactory) - Constructor for class org.openrdf.sail.base.SnapshotSailStore
Wraps an SailStore, tracking changes in SailModelFactory instances.
startTransactionInternal() - Method in class org.openrdf.sail.base.SailSourceConnection
 
startUpdate(UpdateContext) - Method in class org.openrdf.sail.base.SailSourceConnection
 
A B C D E F G O P R S 
Skip navigation links

Copyright © 2001-2015 Aduna. All Rights Reserved.