JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Enums
Deprecated Methods
Deprecated Enums
Enum and Description
net.openhft.chronicle.bytes.NoBytesStore
from the public API for removal in x.24. Use
BytesStore.empty()
} instead.
Deprecated Methods
Method and Description
net.openhft.chronicle.bytes.RandomDataInput.addAndGetDouble(long, double)
net.openhft.chronicle.bytes.RandomDataInput.addAndGetFloat(long, float)
net.openhft.chronicle.bytes.RandomDataInput.addAndGetInt(long, int)
net.openhft.chronicle.bytes.RandomDataInput.addAndGetLong(long, long)
net.openhft.chronicle.bytes.RandomDataInput.compareAndSwapDouble(long, double, double)
net.openhft.chronicle.bytes.RandomDataInput.compareAndSwapFloat(long, float, float)
net.openhft.chronicle.bytes.RandomDataInput.compareAndSwapInt(long, int, int)
net.openhft.chronicle.bytes.RandomDataInput.compareAndSwapLong(long, long, long)
net.openhft.chronicle.bytes.MappedFile.finalize()
as per https://github.com/OpenHFT/Chronicle-Bytes/issues/348
net.openhft.chronicle.bytes.internal.ChunkedMappedFile.finalize()
as per https://github.com/OpenHFT/Chronicle-Bytes/issues/348
net.openhft.chronicle.bytes.RandomDataInput.testAndSetInt(long, int, int)
net.openhft.chronicle.bytes.StreamingDataOutput.writeSome(Bytes<?>)
use write(bytes) instead and alter the bytes as you intended
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2022. All rights reserved.