Interface | Description |
---|---|
BinaryWireCode | |
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 | |
BytesContext |
Created by Rob Austin
|
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.
|
CommonMarshallable | |
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 | Deprecated
Use MethodReaderInter
|
MethodReaderInterceptorReturns | |
MethodWriterBuilder<T> | |
MethodWriterInterceptor | Deprecated
Use MethodWriterInterceptorReturns
|
MethodWriterInterceptorReturns | |
MethodWriterInvocationHandler | |
MethodWriterListener | Deprecated
Use MethodWriterInterceptorReturns
|
MultiReaderBytesRingBuffer | |
NewChunkListener | |
OffsetFormat | |
RandomDataInput |
This allows random access to the underling bytes.
|
RandomDataOutput<R extends RandomDataOutput<R>> | |
ReadBytesMarshallable |
Read data directly as Bytes.
|
RingBufferReader | |
RingBufferReaderStats | |
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> | Deprecated |
BytesTextMethodTester<T> | |
ByteStringReader |
A Reader wrapper for Bytes.
|
GuardedNativeBytes<Underlying> | |
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.
|
NativeBytes.NativeSubBytes | |
NativeBytesStore<Underlying> | |
PointerBytesStore |
A BytesStore which can point to arbitrary memory.
|
ReadOnlyMappedBytesStore |
BytesStore to wrap memory mapped data.
|
StreamingInputStream | |
StreamingOutputStream | |
SubBytes<Underlying> | |
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 | |
MappedUniqueMicroTimeProvider |
Timestamps are unique across threads/processes on a single machine.
|
MethodEncoderLookup | |
NoBytesStore | |
StopCharTesters |
Exception | Description |
---|---|
ConnectionDroppedException |
thrown when the TcpChannelHub drops its connection to the server
|
UTFDataFormatRuntimeException |
Annotation Type | Description |
---|---|
MethodId |
Copyright © 2020. All rights reserved.