| Package | Description |
|---|---|
| net.openhft.lang.collection | |
| net.openhft.lang.io |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DirectBitSet
Most notable logical difference of this interface with
java.util.BitSet
is that DirectBitSet has a rigid DirectBitSet.size(),
attempts to DirectBitSet.get(long), DirectBitSet.set(long) or DirectBitSet.clear(long) bits at indices
exceeding the size cause IndexOutOfBoundsException. |
| Modifier and Type | Class and Description |
|---|---|
class |
ATSDirectBitSet
DirectBitSet with input validations and ThreadSafe memory access.
|
class |
SingleThreadedDirectBitSet
DirectBitSet with input validations, This class is not thread safe
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bytes |
interface |
IByteBufferBytes
Created by peter.lawrey on 27/01/15.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBytes |
class |
BoundsCheckingDirectBytes
Unlike
NativeBytes, always throw check bounds and exceptions on all write methods,
including that write a single primitive, e. |
class |
BoundsCheckingNativeBytes
Unlike
NativeBytes, always throw check bounds and exceptions on
all write methods, including that write a single primitive, e. |
class |
ByteBufferBytes |
class |
CheckedBytes |
class |
DirectByteBufferBytes |
class |
DirectBytes |
class |
MappedMemory |
class |
MappedNativeBytes
works in conjunction with a MappedFile to map additional memory blocks when required This
implementation is very similar to
NativeBytes, accept that the memory address resolution
is left to ChronicleUnsafe, rather than being part of this class. |
class |
MultiStoreBytes |
class |
NativeBytes |
class |
VanillaMappedBytes |
class |
WrappedBytes<B extends Bytes>
A super class for those which wrap bytes.
|
Copyright © 2019. All rights reserved.