| Package | Description |
|---|---|
| com.hazelcast.elastic.tree |
RB Tree implementation
|
| com.hazelcast.elastic.tree.impl |
| Modifier and Type | Method and Description |
|---|---|
OffHeapTreeEntry |
OffHeapTreeStore.getEntry(MemoryBlock key,
OffHeapComparator comparator)
Looking for key equal to blob using the given comparator;
In case if not-found - if createIfNotExists==true - create new key entry;
if createIfNotExists==false - don't create new key entry - return null;
|
| Modifier and Type | Method and Description |
|---|---|
OffHeapTreeEntry |
RedBlackTreeStore.getEntry(MemoryBlock key,
OffHeapComparator comparator) |
OffHeapTreeEntry |
RedBlackTreeStore.put(MemoryBlock key,
MemoryBlock value,
OffHeapComparator comparator) |
| Constructor and Description |
|---|
RedBlackTreeStore(com.hazelcast.internal.memory.MemoryAllocator malloc,
OffHeapComparator offHeapKeyComparator) |
RedBlackTreeStore(com.hazelcast.internal.memory.MemoryAllocator malloc,
OffHeapComparator offHeapKeyComparator,
boolean disableConsistencyAssertions) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.