public interface ReplicatedGlobalMutableStateV2
extends net.openhft.chronicle.hash.VanillaGlobalMutableState
| Modifier and Type | Method and Description |
|---|---|
int |
addModificationIteratorsCount(int addition) |
int |
getCurrentCleanupSegmentIndex() |
boolean |
getModificationIteratorInitAt(int index) |
int |
getModificationIteratorsCount() |
long |
getSegmentHeadersOffset() |
static void |
main(String[] args) |
void |
setCurrentCleanupSegmentIndex(int currentCleanupSegmentIndex) |
void |
setModificationIteratorInitAt(int index,
boolean init) |
void |
setSegmentHeadersOffset(long segmentHeadersOffset) |
static void main(String[] args)
main in interface net.openhft.chronicle.hash.VanillaGlobalMutableState@Group(value=6) int getCurrentCleanupSegmentIndex()
void setCurrentCleanupSegmentIndex(@Range(min=0L,max=2147483647L)
int currentCleanupSegmentIndex)
@Group(value=7) @Align(offset=1) int getModificationIteratorsCount()
int addModificationIteratorsCount(@Range(min=0L,max=128L)
int addition)
@Group(value=8) @Align(offset=2) @Array(length=128) boolean getModificationIteratorInitAt(int index)
void setModificationIteratorInitAt(int index,
boolean init)
@Group(value=9) long getSegmentHeadersOffset()
getSegmentHeadersOffset in interface net.openhft.chronicle.hash.VanillaGlobalMutableStatevoid setSegmentHeadersOffset(@Range(min=0L)
long segmentHeadersOffset)
setSegmentHeadersOffset in interface net.openhft.chronicle.hash.VanillaGlobalMutableStateCopyright © 2024. All rights reserved.