Interface | Description |
---|---|
BinaryWireCode | |
Byteable<B extends BytesStore<B,U>,U> |
This Interface allows a reference to off heap memory to be reassigned.
|
Bytes<U> |
Bytes is a view of a region of memory within a
BytesStore
with 63-bit addressing capability (~8 EiB) and separate read and write cursors. |
BytesComment<B extends BytesComment<B>> |
This interface is for additional description to be added to HexDumpBytes
|
BytesConsumer | |
BytesContext | |
BytesIn<U> | |
BytesMarshallable |
An object which can be read or written directly to Bytes in a streaming manner.
|
BytesMethodWriterInvocationHandler | |
BytesOut<U> | |
BytesParselet | |
BytesPrepender<B extends BytesPrepender<B>> | |
BytesRingBuffer | |
BytesRingBufferStats | |
BytesStore<B extends BytesStore<B,U>,U> |
An immutable reference to some bytes with fixed extents.
|
ByteStringAppender<B extends ByteStringAppender<B>> |
Methods to append text to a Bytes.
|
ByteStringParser<B extends ByteStringParser<B>> |
Supports parsing bytes as text.
|
CommonMarshallable | |
DistributedUniqueTimeDeduplicator | |
DynamicallySized |
Marker interface for implementors of
Byteable that indicates
that size requirements can only be calculated on a user-supplied instance. |
Invocation | |
MappedBytesStoreFactory | |
MethodEncoder | |
MethodReader | |
MethodReaderBuilder | |
MethodReaderInterceptorReturns | |
MethodWriterBuilder<T> | |
MethodWriterInterceptorReturns | |
MethodWriterInvocationHandler | |
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 position() and a limit()
|
StreamingDataOutput<S extends StreamingDataOutput<S>> |
Position based access.
|
UpdateInterceptor |
Represents an operation that accepts a single input argument then modifies that same instance.
|
WriteBytesMarshallable |
Write data directly as Bytes.
|
Class | Description |
---|---|
AbstractBytes<U> |
Abstract representation of Bytes.
|
BinaryBytesMethodWriterInvocationHandler | |
BytesMarshaller<T> | |
BytesMethodReader | |
BytesMethodReaderBuilder | |
BytesTextMethodTester<T> | |
DistributedUniqueTimeProvider |
Timestamps are unique across systems using a predefined hostId
|
GuardedNativeBytes<U> | |
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<U> |
Elastic memory accessor which can wrap either a ByteBuffer or malloc'ed memory.
|
OnHeapBytes | |
PointerBytesStore |
A BytesStore which can point to arbitrary memory.
|
StreamingInputStream | |
StreamingOutputStream | |
SubBytes<U> | |
UncheckedBytes<U> |
Fast unchecked version of AbstractBytes
|
UncheckedNativeBytes<U> |
Fast unchecked version of AbstractBytes
|
VanillaBytes<U> |
Simple Bytes implementation which is not Elastic.
|
Enum | Description |
---|---|
AppendableUtil | |
BytesUtil | |
MappedUniqueTimeProvider |
Timestamps are unique across threads/processes on a single machine.
|
MethodEncoderLookup | |
NoBytesStore | Deprecated
from the public API for removal in x.24.
|
StopCharTesters | |
SyncMode |
Exception | Description |
---|---|
ConnectionDroppedException |
thrown when the TcpChannelHub drops its connection to the server
|
UTFDataFormatRuntimeException |
Annotation Type | Description |
---|---|
FieldGroup | |
MethodId |
Copyright © 2022. All rights reserved.