The JdbmStore class implements simple lookup and write operations while maintaining system and user indices. There is no interface implemented by this class. It has been extracted from JdbmPartition to to keep the size of that class small. Most methods in the JdbmPartition delegate to basic methods in this class. The JdbmPartition implementation wraps the JdbmStore while adding search capabilities.

  • No labels