Package com.unister.semweb.drums.api

com.unister.semweb.drums.api contains all API-classes.

See:
          Description

Class Summary
DRUMS<Data extends AbstractKVStorable> An instance of this class provides access to a DRUMS-table.
DRUMSInstantiator This class provides some factory methods to instantiate DRUMS by opening or creating a table.
DRUMSIterator<Data extends AbstractKVStorable> An instance of this class provides a Read-Only-Iterator for a given DRUMS-table.
DRUMSReader<Data extends AbstractKVStorable> This class represents an efficient direct access reader.
 

Enum Summary
DRUMS.AccessMode the accessmode for DRUMS
 

Exception Summary
DRUMSException Is thrown when an error occurs within the file storage.
 

Package com.unister.semweb.drums.api Description

com.unister.semweb.drums.api contains all API-classes.
To create or open a DRUMS table use the factory methods in DRUMSInstantiator.

To iterate over a complete table use DRUMSIterator

To perform single selects, updates, and inserts or merges use the methods of a DRUMS-instance.

Range selects can be performed using the DRUMSReader.