Interface | Description |
---|---|
Byteable<B extends BytesStore<B,Underlying>,Underlying> |
This Interface allows a reference to off heap memory to be reassigned.
|
Bytes<Underlying> |
Bytes is a pointer to a region of memory within a BytesStore.
|
BytesConsumer | |
BytesIn<Underlying> |
Created by Peter on 20/04/2016.
|
BytesMarshallable |
An object which can be read or written directly to Bytes in a streaming manner.
|
BytesOut<Underlying> |
Created by Peter on 20/04/2016.
|
BytesPrepender<B extends BytesPrepender<B>> |
Created by peter on 12/09/15.
|
BytesRingBuffer | |
BytesRingBufferStats | |
BytesStore<B extends BytesStore<B,Underlying>,Underlying> |
A immutable reference to some bytes with fixed extents.
|
ByteStringAppender<B extends ByteStringAppender<B>> |
Methods to append text to a Bytes.
|
MappedBytesStoreFactory<T extends MappedBytesStore> |
Created by peter.lawrey on 21/09/2015.
|
NewChunkListener |
Created by peter on 12/02/2016.
|
RandomDataInput |
This allows random access to the underling bytes.
|
RandomDataOutput<R extends RandomDataOutput<R>> | |
ReadBytesMarshallable |
Read data directly as Bytes.
|
StopCharsTester | |
StopCharTester | |
StreamingCommon<S extends StreamingCommon<S>> | |
StreamingDataInput<S extends StreamingDataInput<S>> |
This data input has a a position() and a limit()
|
StreamingDataOutput<S extends StreamingDataOutput<S>> |
Position based access.
|
WriteBytesMarshallable |
Write data directly as Bytes.
|
Class | Description |
---|---|
AbstractBytes<Underlying> | |
AbstractBytesStore<B extends BytesStore<B,Underlying>,Underlying> |
Created by peter on 07/05/16.
|
BytesMarshaller<T> |
Created by Peter on 19/04/2016.
|
ByteStringReader |
A Reader wrapper for Bytes.
|
HeapBytesStore<Underlying> |
Wrapper for Heap ByteBuffers and arrays.
|
MappedBytes |
Bytes to wrap memory mapped data.
|
MappedBytesStore |
BytesStore to wrap memory mapped data.
|
MappedFile |
A memory mapped files which can be randomly accessed in chunks.
|
NativeBytes<Underlying> |
Elastic memory accessor which can wrap either a ByteBuffer or malloc'ed memory.
|
NativeBytesStore<Underlying> | |
PointerBytesStore |
A BytesStore which can point to arbitrary memory.
|
ReadOnlyMappedBytesStore |
BytesStore to wrap memory mapped data.
|
StreamingInputStream |
Created by peter on 17/08/15.
|
StreamingOutputStream |
Created by peter on 17/08/15.
|
UncheckedBytes<Underlying> |
Fast unchecked version of AbstractBytes
|
UncheckedNativeBytes<Underlying> |
Fast unchecked version of AbstractBytes
|
VanillaBytes<Underlying> |
Simple Bytes implementation which is not Elastic.
|
Enum | Description |
---|---|
AppendableUtil |
Created by peter on 30/08/15.
|
BytesUtil |
Created by peter on 30/08/15..
|
NoBytesStore | |
StopCharTesters |
Exception | Description |
---|---|
ConnectionDroppedException |
thrown when the TcpChannelHub drops its connection to the server
|
UTFDataFormatRuntimeException |
Copyright © 2017. All rights reserved.