| Modifier and Type | Field and Description |
|---|---|
int |
SegmentStages.contextModCount |
int |
HashEntryStages.entrySizeInChunks |
long |
SegmentStages.entrySpaceOffset |
net.openhft.chronicle.algo.bitset.ReusableBitSet |
SegmentStages.freeList |
long |
HashEntryStages.keySizeOffset |
int |
SegmentStages.latestSameThreadSegmentModCount |
boolean |
SegmentStages.nestedContextsLockedOnSameSegment
See the ChMap Ops spec, considerations of nested same-thread concurrent contexts.
|
LocksInterface |
SegmentStages.rootContextLockedOnThisSegment |
long |
HashLookupSearch.searchStartPos |
net.openhft.chronicle.bytes.PointerBytesStore |
SegmentStages.segmentBS |
net.openhft.chronicle.bytes.Bytes |
SegmentStages.segmentBytes |
net.openhft.chronicle.hash.impl.SegmentHeader |
SegmentStages.segmentHeader |
long |
SegmentStages.segmentHeaderAddress |
int |
SegmentStages.tier |
long |
SegmentStages.tierBaseAddr |
long |
SegmentStages.tierIndex |
| Modifier and Type | Method and Description |
|---|---|
long |
SegmentStages.allocReturnCode(int chunks) |
int |
SegmentStages.changeAndGetLatestSameThreadSegmentModCount(int change) |
int |
SegmentStages.changeAndGetTotalReadLockCount(int change) |
int |
SegmentStages.changeAndGetTotalUpdateLockCount(int change) |
int |
SegmentStages.changeAndGetTotalWriteLockCount(int change) |
RuntimeException |
SegmentStages.debugContextsAndLocks(InterProcessDeadLockException e) |
int |
SegmentStages.decrementRead() |
int |
SegmentStages.decrementUpdate() |
int |
SegmentStages.decrementWrite() |
void |
SegmentStages.free(long fromPos,
int chunks) |
void |
SegmentStages.freeExtra(long pos,
int oldChunks,
int newChunks) |
void |
SegmentStages.incrementModCount() |
void |
SegmentStages.incrementRead() |
void |
SegmentStages.incrementUpdate() |
void |
SegmentStages.incrementWrite() |
void |
SegmentStages.readUnlockAndDecrementCount() |
boolean |
SegmentStages.readZero() |
boolean |
SegmentStages.realloc(long fromPos,
int oldChunks,
int newChunks) |
net.openhft.chronicle.bytes.Bytes |
SegmentStages.segmentBytesForRead() |
net.openhft.chronicle.bytes.Bytes |
SegmentStages.segmentBytesForWrite() |
void |
HashLookupPos.setHashLookupPos(long hashLookupPos) |
void |
SegmentStages.setLocalLockState(net.openhft.chronicle.hash.impl.LocalLockState newState) |
void |
SegmentStages.setNestedContextsLockedOnSameSegment(boolean nestedContextsLockedOnSameSegment) |
void |
SegmentStages.setNextNode(LocksInterface nextNode) |
boolean |
SegmentStages.updateZero() |
boolean |
SegmentStages.writeZero() |
| Modifier and Type | Field and Description |
|---|---|
boolean |
Chaining.used |
| Modifier and Type | Field and Description |
|---|---|
protected KeySearch.SearchState |
KeySearch.searchState |
| Modifier and Type | Method and Description |
|---|---|
void |
KeySearch.setSearchState(KeySearch.SearchState newSearchState) |
| Modifier and Type | Method and Description |
|---|---|
WrappedValueBytesData<V> |
WrappedValueBytesData.getUnusedWrappedValueBytesData() |
| Modifier and Type | Method and Description |
|---|---|
WrappedValueInstanceDataHolder<V> |
WrappedValueInstanceDataHolder.getUnusedWrappedValueHolder() |
| Modifier and Type | Field and Description |
|---|---|
long |
MapEntryStages.valueOffset |
long |
MapEntryStages.valueSize |
Copyright © 2024. All rights reserved.