| Class | Description |
|---|---|
| EventId |
Composite key for events in
SharedBuffer. |
| EventId.EventIdSerializer |
TypeSerializer for EventId. |
| EventId.EventIdSerializer.EventIdSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
| Lockable<T> |
Implements locking logic for incoming event and
SharedBufferNode using a lock reference
counter. |
| Lockable.LockableTypeSerializer<E> |
Serializer for
Lockable. |
| LockableTypeSerializerSnapshot<E> |
A
TypeSerializerSnapshot for the Lockable.LockableTypeSerializer. |
| NodeId |
Unique identifier for
SharedBufferNode. |
| NodeId.NodeIdSerializer |
Serializer for
NodeId. |
| NodeId.NodeIdSerializer.NodeIdSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
| SharedBuffer<V> |
A shared buffer implementation which stores values under according state.
|
| SharedBufferAccessor<V> |
Accessor to SharedBuffer that allows operations on the underlying structures in batches.
|
| SharedBufferEdge |
Versioned edge in
SharedBuffer that allows retrieving predecessors. |
| SharedBufferEdge.SharedBufferEdgeSerializer |
Serializer for
SharedBufferEdge. |
| SharedBufferEdge.SharedBufferEdgeSerializer.SharedBufferEdgeSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
| SharedBufferNode |
An entry in
SharedBuffer that allows to store relations between different entries. |
| SharedBufferNode.SharedBufferNodeSerializer |
Serializer for
SharedBufferNode. |
| SharedBufferNode.SharedBufferNodeSerializer.SharedBufferNodeSerializerSnapshot |
Serializer configuration snapshot for compatibility and format evolution.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.