Uses of Class
com.unister.semweb.drums.api.DRUMSException

Packages that use DRUMSException
com.unister.semweb.drums   
com.unister.semweb.drums.api com.unister.semweb.drums.api contains all API-classes. 
 

Uses of DRUMSException in com.unister.semweb.drums
 

Constructors in com.unister.semweb.drums that throw DRUMSException
DRUMSParameterSet(java.io.File folder)
          This constructor tries to load an already saved ParameterFile from an existing DRUMS-table.
 

Uses of DRUMSException in com.unister.semweb.drums.api
 

Methods in com.unister.semweb.drums.api that throw DRUMSException
 java.util.List<Data> DRUMSReader.get(byte[]... keys)
          Takes a list of keys and searches for that in all buckets.
 java.util.List<Data> DRUMSReader.get(long... keys)
          Takes a list of keys and searches for that in all buckets.
 void DRUMS.insertOrMerge(Data... toPersist)
          Adds or merges the given data.
 java.util.List<Data> DRUMS.select(byte[]... keys)
          Selects all existing records to the keys in the given array.