Package | Description |
---|---|
com.sleepycat.db |
Modifier and Type | Method and Description |
---|---|
PartitionHandler |
DatabaseConfig.getPartitionHandler()
Return the function to be called to determine which partition a key resides in.
|
Modifier and Type | Method and 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, 2017 Oracle and/or its affiliates. All rights reserved.