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