Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Method | Description |
---|---|---|
PartitionHandler |
DatabaseConfig.getPartitionHandler() |
Return the function to be called to determine which partition a key resides in.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DatabaseConfig.setPartitionByCallback(int parts,
PartitionHandler partitionHandler) |
Enable or disable database partitioning, and set the callback that will
be used for the partitioning.
|
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.