The JdbmPartition implementation wraps the JdbmStore and adds search capabilities. It delegates simple lookups, Cursor creation requests, and write based operations to the JdbmStore. JdbmPartition includes a reference to a SearchEngine and an Optimizer used to optimally conduct search operations on this partition.

  • No labels