|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartitionHandler
An interface specifying how Btree prefixes should be calculated.
Method Summary | |
---|---|
int |
partition(Database db,
DatabaseEntry key)
The application-specific database partitioning callback. |
Method Detail |
---|
int partition(Database db, DatabaseEntry key)
db
- The enclosing database handle.key
- A database entry representing a database key.
|
Berkeley DB version 5.3.28 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |