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.
|
BytesComment<B extends BytesComment<B>> | |
BytesConsumer | |
BytesIn<Underlying> | |
BytesMarshallable |
An object which can be read or written directly to Bytes in a streaming manner.
|
BytesMethodWriterInvocationHandler | |
BytesOut<Underlying> | |
BytesParselet | |
BytesPrepender<B extends BytesPrepender<B>> | |
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.
|
DynamicallySized |
Marker interface for implementors of
Byteable that indicates
that size requirements can only be calculated on a user-supplied instance. |
Invocation | |
MappedBytesStoreFactory<T extends MappedBytesStore> | |
MethodEncoder | |
MethodReader | |
MethodReaderBuilder | |
MethodReaderInterceptor | |
MethodWriterBuilder<T> | |
MethodWriterInterceptor | |
MethodWriterInvocationHandler | |
MethodWriterListener | |
MultiReaderBytesRingBuffer |
Created by Jerry Shea on 23/04/18.
|
NewChunkListener | |
RandomDataInput |
This allows random access to the underling bytes.
|
RandomDataOutput<R extends RandomDataOutput<R>> | |
ReadBytesMarshallable |
Read data directly as Bytes.
|
RingBufferReader |
Created by Jerry Shea on 23/04/18.
|
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> | |
BinaryBytesMethodWriterInvocationHandler | |
BytesMarshaller<T> | |
BytesMethodReader | |
BytesMethodReaderBuilder | |
BytesMethodWriterBuilder<T> | |
BytesTextMethodTester<T> | |
ByteStringReader |
A Reader wrapper for Bytes.
|
HeapBytesStore<Underlying> |
Wrapper for Heap ByteBuffers and arrays.
|
HexDumpBytes | |
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 | |
StreamingOutputStream | |
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 | |
BytesUtil | |
MethodEncoderLookup | |
NoBytesStore | |
StopCharTesters |
Exception | Description |
---|---|
ConnectionDroppedException |
thrown when the TcpChannelHub drops its connection to the server
|
UTFDataFormatRuntimeException |
Annotation Type | Description |
---|---|
MethodId |
Copyright © 2018. All rights reserved.