| |
|
| java.lang.Object org.openrdf.sail.nativerdf.datastore.HashFile
HashFile | public class HashFile (Code) | | Class supplying access to a hash file.
author: Arjohn Kampman |
Inner Class :public class IDIterator | |
getBucketCount | public int getBucketCount()(Code) | | |
getBucketSize | public int getBucketSize()(Code) | | |
getIDIterator | public IDIterator getIDIterator(int hash) throws IOException(Code) | | Gets an iterator that iterates over the IDs with hash codes that match the
specified hash code.
|
getItemCount | public int getItemCount()(Code) | | |
getRecordSize | public int getRecordSize()(Code) | | |
storeID | public void storeID(int hash, int id) throws IOException(Code) | | Stores ID under the specified hash code in this hash file.
|
sync | public void sync() throws IOException(Code) | | Syncs any unstored data to the hash file.
|
|
|
|