public class AllocatedChunks extends Object
| Modifier and Type | Field and Description |
|---|---|
Alloc |
alloc |
int |
allocatedChunks |
HashEntryStages<?> |
entry |
net.openhft.chronicle.hash.impl.VanillaChronicleHashHolder<?> |
hh |
SegmentStages |
s |
| Constructor and Description |
|---|
AllocatedChunks() |
| Modifier and Type | Method and Description |
|---|---|
void |
initAllocatedChunks(int allocatedChunks) |
boolean |
initEntryAndKeyCopying(long entrySize,
long bytesToCopy,
long prevPos,
int prevChunks) |
public net.openhft.chronicle.hash.impl.VanillaChronicleHashHolder<?> hh
public SegmentStages s
public HashEntryStages<?> entry
public Alloc alloc
public int allocatedChunks
Copyright © 2024. All rights reserved.