public class BTreeMetaInfo extends TreeMetaInfo
duplicates, DUPLICATES_BIT, EMPTY, KEY_PREFIXING_BIT, log, structureId| Constructor and Description |
|---|
BTreeMetaInfo(@NotNull EnvironmentImpl env,
boolean duplicates,
int structureId) |
| Modifier and Type | Method and Description |
|---|---|
BTreeMetaInfo |
clone(int newStructureId) |
boolean |
isKeyPrefixing() |
static BTreeMetaInfo |
load(@NotNull EnvironmentImpl env,
byte flagsByte,
jetbrains.exodus.ByteIterator it) |
getStructureId, getTreeLoggables, hasDuplicates, load, load, toByteIterable, toConfigpublic BTreeMetaInfo(@NotNull
@NotNull EnvironmentImpl env,
boolean duplicates,
int structureId)
public boolean isKeyPrefixing()
isKeyPrefixing in class TreeMetaInfopublic BTreeMetaInfo clone(int newStructureId)
clone in class TreeMetaInfopublic static BTreeMetaInfo load(@NotNull @NotNull EnvironmentImpl env, byte flagsByte, jetbrains.exodus.ByteIterator it)