Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
com.persistit.policy |
Modifier and Type | Method and Description |
---|---|
JoinPolicy |
Persistit.getDefaultJoinPolicy() |
JoinPolicy |
Configuration.getJoinPolicy()
Return the value defined by
Configuration.setJoinPolicy(java.lang.String) |
Modifier and Type | Method and Description |
---|---|
void |
Persistit.setDefaultJoinPolicy(JoinPolicy policy)
Replace the current default
SplitPolicy . |
void |
Exchange.setJoinPolicy(JoinPolicy policy) |
void |
Configuration.setJoinPolicy(JoinPolicy joinPolicy)
Set the default policy for balancing content between two pages when keys
are removed.
|
Modifier and Type | Field and Description |
---|---|
static JoinPolicy |
JoinPolicy.EVEN_BIAS
Balance the allocation of spaces evenly between left and right pages.
|
static JoinPolicy |
JoinPolicy.LEFT_BIAS
Maximize the number of records in the left page, and minimize the number
of records in the right page.
|
static JoinPolicy |
JoinPolicy.RIGHT_BIAS
Minimize the number of records in the left page, and maximize the number
of records in the right page.
|
Modifier and Type | Method and Description |
---|---|
static JoinPolicy |
JoinPolicy.forName(String name) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.