Package messif.buckets.storage.impl

Implementations of physical bucket storage.

See:
          Description

Interface Summary
DatabaseStorage.ColumnConvertor<T> Provides a conversion between database column data and object instances.
 

Class Summary
DatabaseStorage<T> Database-based storage.
DatabaseStorage.BinarySerializableColumnConvertor<T> Column convertor that uses a database BLOB into which instances of T are binary serialized/deserialized.
DiskStorage<T> Disk based storage.
MemoryStorage<T> Memory based storage.
 

Package messif.buckets.storage.impl Description

Implementations of physical bucket storage.