A B C D E F G H I L M N O P R S T U V 

A

addInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
addStatementInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 

B

BTree - Class in org.openrdf.sail.nativerdf.btree
Implementation of an on-disk B-Tree using the java.nio classes that are available in JDK 1.4 and newer.
BTree(File, String, int, int) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, String, int, int, boolean) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses an instance of DefaultRecordComparator to compare values.
BTree(File, String, int, int, RecordComparator) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.
BTree(File, String, int, int, RecordComparator, boolean) - Constructor for class org.openrdf.sail.nativerdf.btree.BTree
Creates a new BTree that uses the supplied RecordComparator to compare the values that are or will be stored in the B-Tree.

C

cardinality(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
clear() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Removes all values from the B-Tree.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Discards all stored data.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Removes all values from the DataStore.
clear() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
clear() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Discards all stored data.
clear() - Method in class org.openrdf.sail.nativerdf.ValueStore
Removes all values from the ValueStore.
clearInferred(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearInternal(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
clearNamespacesInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
close() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Closes any opened files and release any resources used by this B-Tree.
close() - Method in interface org.openrdf.sail.nativerdf.btree.RecordIterator
Closes the iterator, freeing any resources that it uses.
close() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Closes the data file, releasing any file locks that it might have.
close() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Closes the DataStore, releasing any file references, etc.
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile.IDIterator
 
close() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Closes the ID file, releasing any file locks that it might have.
close() - Method in class org.openrdf.sail.nativerdf.ValueStore
Closes the ValueStore, releasing any file references, etc.
closeInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
commitInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
compareBTreeValues(byte[], byte[], int, int) - Method in class org.openrdf.sail.nativerdf.btree.DefaultRecordComparator
 
compareBTreeValues(byte[], byte[], int, int) - Method in interface org.openrdf.sail.nativerdf.btree.RecordComparator
Compares the supplied key to the value of length length, starting at offset offset in the supplied data array.
createBNode(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String, String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createLiteral(String, URI) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatement(Resource, URI, Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createStatementIterator(Resource, URI, Value, boolean, boolean, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStore
Creates a statement iterator based on the supplied pattern.
createURI(String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
createURI(String, String) - Method in class org.openrdf.sail.nativerdf.ValueStore
 

D

DataFile - Class in org.openrdf.sail.nativerdf.datastore
Class supplying access to a data file.
DataFile(File) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile
 
DataFile(File, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile
 
DataFile.DataIterator - Class in org.openrdf.sail.nativerdf.datastore
An iterator that iterates over the data that is stored in a data file.
DataFile.DataIterator() - Constructor for class org.openrdf.sail.nativerdf.datastore.DataFile.DataIterator
 
DataStore - Class in org.openrdf.sail.nativerdf.datastore
Class that provides indexed storage and retrieval of arbitrary length data.
DataStore(File, String) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataStore
 
DataStore(File, String, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.DataStore
 
DefaultRecordComparator - Class in org.openrdf.sail.nativerdf.btree
A RecordComparator that compares values with eachother by comparing all of their bytes.
DefaultRecordComparator() - Constructor for class org.openrdf.sail.nativerdf.btree.DefaultRecordComparator
 
delete() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Closes the BTree and then deletes its data files.

E

equals(Object) - Method in class org.openrdf.sail.nativerdf.model.NativeBNode
 
equals(Object) - Method in class org.openrdf.sail.nativerdf.model.NativeLiteral
 
equals(Object) - Method in class org.openrdf.sail.nativerdf.model.NativeURI
 
evaluateInternal(TupleExpr, Dataset, BindingSet, boolean) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
export(Graph) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 

F

flushUpdates() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
FORCE_SYNC - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#forceSync

G

get(byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Gets the value that matches the specified key.
getConfig() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
 
getConnectionInternal() - Method in class org.openrdf.sail.nativerdf.LimitedSizeNativeStore
 
getConnectionInternal() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getContextIDs(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getContextIDs(boolean) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getContextIDsInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getData(long) - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Gets the data that is stored at the specified offset.
getData(int) - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Gets the value for the specified ID.
getEvaluationStrategy(Dataset, NativeTripleSource) - Method in class org.openrdf.sail.nativerdf.LimitedSizeNativeStoreConnection
 
getEvaluationStrategy(Dataset, NativeTripleSource) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getFile() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Gets the file that this BTree operates on.
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
 
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getFile() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
 
getForceSync() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getForceSync() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getID(byte[]) - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Gets the ID for the specified value.
getID(Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
Gets the ID for the specified value.
getIDIterator(int) - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
Gets an iterator that iterates over the IDs with hash codes that match the specified hash code.
getInternalID() - Method in class org.openrdf.sail.nativerdf.model.NativeBNode
 
getInternalID() - Method in class org.openrdf.sail.nativerdf.model.NativeLiteral
 
getInternalID() - Method in class org.openrdf.sail.nativerdf.model.NativeURI
 
getInternalID() - Method in interface org.openrdf.sail.nativerdf.model.NativeValue
Gets the ID that is used in the native store for this Value.
getItemCount() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
 
getMaxCollectionsSize() - Method in class org.openrdf.sail.nativerdf.LimitedSizeNativeStoreConnection
 
getMaxID() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Returns the maximum value-ID that is in use.
getMaxID() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Gets the largest ID that is stored in this ID file.
getNamespaceCacheSize() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getNamespaceIDCacheSize() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getNamespaceInternal(String) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getNamespacesInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getNamespaceStore() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getNativeBNode(BNode) - Method in class org.openrdf.sail.nativerdf.ValueStore
Creates a NativeBNode that is equal to the supplied bnode.
getNativeLiteral(Literal) - Method in class org.openrdf.sail.nativerdf.ValueStore
Creates an NativeLiteral that is equal to the supplied literal.
getNativeResource(Resource) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
getNativeURI(URI) - Method in class org.openrdf.sail.nativerdf.ValueStore
Creates a NativeURI that is equal to the supplied URI.
getNativeValue(Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
 
getOffset(int) - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Gets the offset of the data entry with the specified ID.
getReadLock() - Method in class org.openrdf.sail.nativerdf.ValueStore
Gets a read lock on this value store that can be used to prevent values from being removed while the lock is active.
getRevision() - Method in class org.openrdf.sail.nativerdf.ValueStore
 
getSail(SailImplConfig) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
 
getSailType() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
Returns the Sail's type: openrdf:NativeStore.
getStatements(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeTripleSource
 
getStatementsInternal(Resource, URI, Value, boolean, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
getTransactionLock() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getTripleIndexes() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getTripleIndexes() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getTripleStore() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getValue(int) - Method in class org.openrdf.sail.nativerdf.ValueStore
Gets the value for the specified ID.
getValueCacheSize() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getValueCountEstimate() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Returns an estimate for the number of values stored in this BTree.
getValueCountEstimate(byte[], byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Gives an estimate of the number of values between minValue and maxValue.
getValueFactory() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getValueFactory() - Method in class org.openrdf.sail.nativerdf.NativeTripleSource
 
getValueIDCacheSize() - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
getValueStore() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
getValueStore() - Method in class org.openrdf.sail.nativerdf.ValueStoreRevision
 
getValueStoreRevision() - Method in class org.openrdf.sail.nativerdf.model.NativeBNode
 
getValueStoreRevision() - Method in class org.openrdf.sail.nativerdf.model.NativeLiteral
 
getValueStoreRevision() - Method in class org.openrdf.sail.nativerdf.model.NativeURI
 
getValueStoreRevision() - Method in interface org.openrdf.sail.nativerdf.model.NativeValue
Gets the revision of the value store that created this value.

H

HashFile - Class in org.openrdf.sail.nativerdf.datastore
Class supplying access to a hash file.
HashFile(File) - Constructor for class org.openrdf.sail.nativerdf.datastore.HashFile
 
HashFile(File, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.HashFile
 
HashFile.IDIterator - Class in org.openrdf.sail.nativerdf.datastore
 
hasNext() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile.DataIterator
 

I

IDFile - Class in org.openrdf.sail.nativerdf.datastore
Class supplying access to an ID file.
IDFile(File) - Constructor for class org.openrdf.sail.nativerdf.datastore.IDFile
 
IDFile(File, boolean) - Constructor for class org.openrdf.sail.nativerdf.datastore.IDFile
 
includeInferred - Variable in class org.openrdf.sail.nativerdf.NativeTripleSource
 
initializeInternal() - Method in class org.openrdf.sail.nativerdf.NativeStore
Initializes this NativeStore.
insert(byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Inserts the supplied value into the B-Tree.
isWritable() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
iterateAll() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values in this B-Tree.
iterateRange(byte[], byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values between minValue and maxValue, inclusive.
iterateRangedValues(byte[], byte[], byte[], byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values between minValue and maxValue (inclusive) and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterateValues(byte[], byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Returns an iterator that iterates over all values and returns the values that match the supplied searchKey after searchMask has been applied to the value.
iterator() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Gets an iterator that can be used to iterate over all stored data.

L

LimitedSizeNativeStore - Class in org.openrdf.sail.nativerdf
 
LimitedSizeNativeStore(File, String) - Constructor for class org.openrdf.sail.nativerdf.LimitedSizeNativeStore
 
LimitedSizeNativeStore() - Constructor for class org.openrdf.sail.nativerdf.LimitedSizeNativeStore
 
LimitedSizeNativeStore(File) - Constructor for class org.openrdf.sail.nativerdf.LimitedSizeNativeStore
 
LimitedSizeNativeStoreConnection - Class in org.openrdf.sail.nativerdf
 
LimitedSizeNativeStoreConnection(NativeStore) - Constructor for class org.openrdf.sail.nativerdf.LimitedSizeNativeStoreConnection
 

M

main(String[]) - Static method in class org.openrdf.sail.nativerdf.btree.BTree
 
main(String[]) - Static method in class org.openrdf.sail.nativerdf.datastore.DataStore
 
main(String[]) - Static method in class org.openrdf.sail.nativerdf.ValueStore
 

N

NAMESPACE - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
The NativeStore schema namespace (http://www.openrdf.org/config/sail/native#).
NAMESPACE_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#namespaceCacheSize
NAMESPACE_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.ValueStore
The default namespace cache size: 64.
NAMESPACE_ID_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
NAMESPACE_ID_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.ValueStore
The default namespace id cache size: 32.
NativeBNode - Class in org.openrdf.sail.nativerdf.model
 
NativeBNode(ValueStoreRevision, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeBNode
 
NativeBNode(ValueStoreRevision, String) - Constructor for class org.openrdf.sail.nativerdf.model.NativeBNode
 
NativeBNode(ValueStoreRevision, String, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeBNode
 
NativeLiteral - Class in org.openrdf.sail.nativerdf.model
 
NativeLiteral(ValueStoreRevision, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, String) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, String, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, URI) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeLiteral(ValueStoreRevision, String, URI, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeLiteral
 
NativeResource - Interface in org.openrdf.sail.nativerdf.model
 
NativeStore - Class in org.openrdf.sail.nativerdf
A SAIL implementation using B-Tree indexing on disk for storing and querying its data.
NativeStore() - Constructor for class org.openrdf.sail.nativerdf.NativeStore
Creates a new NativeStore.
NativeStore(File) - Constructor for class org.openrdf.sail.nativerdf.NativeStore
 
NativeStore(File, String) - Constructor for class org.openrdf.sail.nativerdf.NativeStore
 
nativeStore - Variable in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
nativeStore - Variable in class org.openrdf.sail.nativerdf.NativeTripleSource
 
NativeStoreConfig - Class in org.openrdf.sail.nativerdf.config
 
NativeStoreConfig() - Constructor for class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
NativeStoreConfig(String) - Constructor for class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
NativeStoreConfig(String, boolean) - Constructor for class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
NativeStoreConnection - Class in org.openrdf.sail.nativerdf
 
NativeStoreConnection(NativeStore) - Constructor for class org.openrdf.sail.nativerdf.NativeStoreConnection
 
NativeStoreFactory - Class in org.openrdf.sail.nativerdf.config
A SailFactory that creates NativeStores based on RDF configuration data.
NativeStoreFactory() - Constructor for class org.openrdf.sail.nativerdf.config.NativeStoreFactory
 
NativeStoreSchema - Class in org.openrdf.sail.nativerdf.config
Defines constants for the NativeStore schema which is used by NativeStoreFactorys to initialize NativeStores.
NativeStoreSchema() - Constructor for class org.openrdf.sail.nativerdf.config.NativeStoreSchema
 
NativeTripleSource - Class in org.openrdf.sail.nativerdf
 
NativeTripleSource(NativeStore, boolean, boolean) - Constructor for class org.openrdf.sail.nativerdf.NativeTripleSource
 
NativeURI - Class in org.openrdf.sail.nativerdf.model
 
NativeURI(ValueStoreRevision, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeURI
 
NativeURI(ValueStoreRevision, String) - Constructor for class org.openrdf.sail.nativerdf.model.NativeURI
 
NativeURI(ValueStoreRevision, String, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeURI
 
NativeURI(ValueStoreRevision, String, String) - Constructor for class org.openrdf.sail.nativerdf.model.NativeURI
 
NativeURI(ValueStoreRevision, String, String, int) - Constructor for class org.openrdf.sail.nativerdf.model.NativeURI
 
NativeValue - Interface in org.openrdf.sail.nativerdf.model
 
next() - Method in interface org.openrdf.sail.nativerdf.btree.RecordIterator
Returns the next record in the BTree.
next() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile.DataIterator
 
next() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile.IDIterator
Returns the next ID that has been mapped to the specified hash code, or -1 if no more IDs were found.

O

org.openrdf.sail.nativerdf - package org.openrdf.sail.nativerdf
Native RDF storage backend.
org.openrdf.sail.nativerdf.btree - package org.openrdf.sail.nativerdf.btree
 
org.openrdf.sail.nativerdf.config - package org.openrdf.sail.nativerdf.config
 
org.openrdf.sail.nativerdf.datastore - package org.openrdf.sail.nativerdf.datastore
 
org.openrdf.sail.nativerdf.model - package org.openrdf.sail.nativerdf.model
 

P

parse(Graph, Resource) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
print(PrintStream) - Method in class org.openrdf.sail.nativerdf.btree.BTree
 

R

readTransaction - Variable in class org.openrdf.sail.nativerdf.NativeTripleSource
 
RecordComparator - Interface in org.openrdf.sail.nativerdf.btree
 
RecordIterator - Interface in org.openrdf.sail.nativerdf.btree
An iterator that iterates over records, for example those in a BTree.
remove(byte[]) - Method in class org.openrdf.sail.nativerdf.btree.BTree
Removes the value that matches the specified key from the B-Tree.
removeInferredStatement(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
removeNamespaceInternal(String) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
removeStatementsInternal(Resource, URI, Value, Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
replaceValues(TupleExpr) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
rollbackInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
runDebugTest(String[]) - Static method in class org.openrdf.sail.nativerdf.btree.BTree
 
runPerformanceTest(String[]) - Static method in class org.openrdf.sail.nativerdf.btree.BTree
 

S

SAIL_TYPE - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreFactory
The type of repositories that are created by this factory.
set(byte[]) - Method in interface org.openrdf.sail.nativerdf.btree.RecordIterator
Replaces the last record returned by RecordIterator.next() with the specified record.
setForceSync(boolean) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
setForceSync(boolean) - Method in class org.openrdf.sail.nativerdf.NativeStore
Specifiec whether updates should be synced to disk forcefully, must be called before initialization.
setInternalID(int, ValueStoreRevision) - Method in class org.openrdf.sail.nativerdf.model.NativeBNode
 
setInternalID(int, ValueStoreRevision) - Method in class org.openrdf.sail.nativerdf.model.NativeLiteral
 
setInternalID(int, ValueStoreRevision) - Method in class org.openrdf.sail.nativerdf.model.NativeURI
 
setInternalID(int, ValueStoreRevision) - Method in interface org.openrdf.sail.nativerdf.model.NativeValue
Sets the ID that is used for this value in a specific revision of the value store.
setMaxCollectionsSize(int) - Method in class org.openrdf.sail.nativerdf.LimitedSizeNativeStoreConnection
 
setNamespaceCacheSize(int) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
setNamespaceCacheSize(int) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
setNamespaceIDCacheSize(int) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
setNamespaceIDCacheSize(int) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
setNamespaceInternal(String, String) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
setOffset(int, long) - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Sets or updates the stored offset for the specified ID.
setTripleIndexes(String) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
setTripleIndexes(String) - Method in class org.openrdf.sail.nativerdf.NativeStore
Sets the triple indexes for the native store, must be called before initialization.
setValueCacheSize(int) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
setValueCacheSize(int) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
setValueIDCacheSize(int) - Method in class org.openrdf.sail.nativerdf.config.NativeStoreConfig
 
setValueIDCacheSize(int) - Method in class org.openrdf.sail.nativerdf.NativeStore
 
shutDownInternal() - Method in class org.openrdf.sail.nativerdf.NativeStore
 
sizeInternal(Resource...) - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
startTransactionInternal() - Method in class org.openrdf.sail.nativerdf.NativeStoreConnection
 
storeData(byte[]) - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Stores the specified data and returns the byte-offset at which it has been stored.
storeData(byte[]) - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Stores the supplied value and returns the ID that has been assigned to it.
storeID(int, int) - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
Stores ID under the specified hash code in this hash file.
storeOffset(long) - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Stores the offset of a new data entry, returning the ID under which is stored.
storeValue(Value) - Method in class org.openrdf.sail.nativerdf.ValueStore
Stores the supplied value and returns the ID that has been assigned to it.
sync() - Method in class org.openrdf.sail.nativerdf.btree.BTree
Writes any changes that are cached in memory to disk.
sync() - Method in class org.openrdf.sail.nativerdf.datastore.DataFile
Syncs any unstored data to the hash file.
sync() - Method in class org.openrdf.sail.nativerdf.datastore.DataStore
Synchronizes any recent changes to the data to disk.
sync() - Method in class org.openrdf.sail.nativerdf.datastore.HashFile
Syncs any unstored data to the hash file.
sync() - Method in class org.openrdf.sail.nativerdf.datastore.IDFile
Syncs any unstored data to the hash file.
sync() - Method in class org.openrdf.sail.nativerdf.ValueStore
Synchronizes any changes that are cached in memory to disk.

T

TRIPLE_INDEXES - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#tripleIndexes
tryTransactionLock() - Method in class org.openrdf.sail.nativerdf.NativeStore
 

U

UNKNOWN_ID - Static variable in interface org.openrdf.sail.nativerdf.model.NativeValue
 

V

VALUE_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#valueCacheSize
VALUE_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.ValueStore
The default value cache size: 512.
VALUE_ID_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.config.NativeStoreSchema
http://www.openrdf.org/config/sail/native#valueIDCacheSize
VALUE_ID_CACHE_SIZE - Static variable in class org.openrdf.sail.nativerdf.ValueStore
The default value id cache size: 128.
ValueStore - Class in org.openrdf.sail.nativerdf
File-based indexed storage and retrieval of RDF values.
ValueStore(File) - Constructor for class org.openrdf.sail.nativerdf.ValueStore
 
ValueStore(File, boolean) - Constructor for class org.openrdf.sail.nativerdf.ValueStore
 
ValueStore(File, boolean, int, int, int, int) - Constructor for class org.openrdf.sail.nativerdf.ValueStore
 
ValueStoreRevision - Class in org.openrdf.sail.nativerdf
A ValueStore revision for NativeValue objects.
ValueStoreRevision(ValueStore) - Constructor for class org.openrdf.sail.nativerdf.ValueStoreRevision
 
A B C D E F G H I L M N O P R S T U V 

Copyright © 2001-2014 Aduna. All Rights Reserved.