Package com.unister.semweb.drums.bucket

This package manages the handling of Buckets.

See:
          Description

Class Summary
Bucket<Data extends AbstractKVStorable> An instance of this class is a container of AbstractKVStorables.
BucketContainer<Data extends AbstractKVStorable> This class handles AbstractKVStorable-objects in memory.
BucketSplitter<Data extends AbstractKVStorable> This class manages the splitting of a bucket.
DynamicMemoryAllocater<Data extends AbstractKVStorable> This class manages the dynamic distribution of memory for the Buckets.
 

Exception Summary
BucketContainerException This exception is thrown, if the a Bucket, which doesn't exist, is tried to be accessed or an element could not be added.
 

Package com.unister.semweb.drums.bucket Description

This package manages the handling of Buckets.