Values.nativeClassFor(ReplicatedGlobalMutableState.class)@Deprecated public class ReplicatedGlobalMutableState$$Native extends Object implements Copyable<net.openhft.chronicle.map.ReplicatedGlobalMutableState>, BytesMarshallable, Byteable
ReplicatedGlobalMutableState.main(String[]). Chronicle
Values still have problems with class loading in OSGi/container/module environments. Dumping the
class is a practical workaround for Chronicle Map users who don't need Value-interface keys or
values, until Chronicle Values learn how to generate classes in compile time.| Constructor and Description |
|---|
ReplicatedGlobalMutableState$$Native()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
long |
addDataStoreSize(long addition)
Deprecated.
|
int |
addModificationIteratorsCount(int addition)
Deprecated.
|
BytesStore |
bytesStore()
Deprecated.
|
void |
bytesStore(BytesStore bytesStore,
long offset,
long length)
Deprecated.
|
void |
copyFrom(net.openhft.chronicle.map.ReplicatedGlobalMutableState from)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getAllocatedExtraTierBulks()
Deprecated.
|
int |
getCurrentCleanupSegmentIndex()
Deprecated.
|
long |
getDataStoreSize()
Deprecated.
|
long |
getExtraTiersInUse()
Deprecated.
|
long |
getFirstFreeTierIndex()
Deprecated.
|
boolean |
getModificationIteratorInitAt(int index)
Deprecated.
|
int |
getModificationIteratorsCount()
Deprecated.
|
long |
getSegmentHeadersOffset()
Deprecated.
|
int |
hashCode()
Deprecated.
|
static void |
main(String[] args) |
long |
maxSize()
Deprecated.
|
long |
offset()
Deprecated.
|
void |
readMarshallable(BytesIn bytes)
Deprecated.
|
void |
setAllocatedExtraTierBulks(int _allocatedExtraTierBulks)
Deprecated.
|
void |
setCurrentCleanupSegmentIndex(int _currentCleanupSegmentIndex)
Deprecated.
|
void |
setDataStoreSize(long _dataStoreSize)
Deprecated.
|
void |
setExtraTiersInUse(long _extraTiersInUse)
Deprecated.
|
void |
setFirstFreeTierIndex(long _firstFreeTierIndex)
Deprecated.
|
void |
setModificationIteratorInitAt(int index,
boolean _modificationIteratorInit)
Deprecated.
|
void |
setSegmentHeadersOffset(long _segmentHeadersOffset)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeMarshallable(BytesOut bytes)
Deprecated.
|
public ReplicatedGlobalMutableState$$Native()
public int getAllocatedExtraTierBulks()
public void setAllocatedExtraTierBulks(int _allocatedExtraTierBulks)
public long getFirstFreeTierIndex()
public void setFirstFreeTierIndex(long _firstFreeTierIndex)
public long getExtraTiersInUse()
public void setExtraTiersInUse(long _extraTiersInUse)
public long getSegmentHeadersOffset()
public void setSegmentHeadersOffset(long _segmentHeadersOffset)
public long getDataStoreSize()
public void setDataStoreSize(long _dataStoreSize)
public long addDataStoreSize(long addition)
public int getCurrentCleanupSegmentIndex()
public void setCurrentCleanupSegmentIndex(int _currentCleanupSegmentIndex)
public int getModificationIteratorsCount()
public int addModificationIteratorsCount(int addition)
public boolean getModificationIteratorInitAt(int index)
public void setModificationIteratorInitAt(int index,
boolean _modificationIteratorInit)
public void copyFrom(net.openhft.chronicle.map.ReplicatedGlobalMutableState from)
public void writeMarshallable(BytesOut bytes)
writeMarshallable in interface BytesMarshallablewriteMarshallable in interface WriteBytesMarshallablepublic void readMarshallable(BytesIn bytes)
readMarshallable in interface BytesMarshallablereadMarshallable in interface ReadBytesMarshallablepublic void bytesStore(BytesStore bytesStore, long offset, long length)
bytesStore in interface Byteablepublic BytesStore bytesStore()
bytesStore in interface Byteablepublic static void main(String[] args)
main in interface net.openhft.chronicle.hash.VanillaGlobalMutableStateCopyright © 2017. All rights reserved.