Package com.sleepycat.db
Interface PartitionHandler
public interface PartitionHandler
An interface specifying how Btree prefixes should be calculated.
-
Method Summary
Modifier and TypeMethodDescriptionintpartition(Database db, DatabaseEntry key) The application-specific database partitioning callback.
-
Method Details
-
partition
The application-specific database partitioning callback.- Parameters:
db- The enclosing database handle.key- A database entry representing a database key.
-