| AbstractClientFactoryImpl |
|
| ByteArraySerializer |
An implementation of Serializer that converts byte arrays.
|
| ByteBufferSerializer |
An implementation of Serializer that accepts byteBuffers.
|
| CheckpointImpl |
|
| CheckpointState |
|
| ClientFactoryImpl |
|
| DefaultCredentials |
Deprecated.
|
| EventPointerImpl |
Implementation of the EventPointer interface.
|
| EventPointerInternal |
Pravega provides to a reader the ability to read an isolated event.
|
| EventReadImpl<T> |
|
| EventStreamReaderImpl<Type> |
|
| EventStreamWriterImpl<Type> |
This class takes in events, finds out which segment they belong to and then calls write on the appropriate segment.
|
| JavaSerializer<T extends java.io.Serializable> |
An implementation of Serializer that uses Java serialization.
|
| Orderer |
Used to select which event should go next when consuming from multiple segments.
|
| PendingEvent |
This is a internal wrapper object used in the writer to pass along the routing key and the future
with the actual event during write.
|
| Pinger |
Pinger is used to send pings to renew the transaction lease for active transactions.
|
| PositionImpl |
|
| PositionInternal |
A position has ownedSegments -- segments that can be read currently (or have been completed and
not yet replaced).
|
| ReaderGroupImpl |
|
| ReaderGroupState |
This class encapsulates the state machine of a reader group.
|
| ReaderGroupState.ReaderGroupInitSerializer |
|
| ReaderGroupState.ReaderGroupStateInit |
|
| ReaderGroupState.ReaderGroupUpdateSerializer |
|
| ReaderGroupStateManager |
Manages the state of the reader group on behalf of a reader.
|
| SegmentSelector |
A class that determines to which segment an event associated with a routing key will go.
|
| SegmentWithRange |
An identifier for a segment of a stream.
|
| SegmentWithRange.Range |
|
| StreamCutImpl |
|
| StreamCutImpl.StreamCutSerializer |
|
| StreamCutInternal |
This is an abstract class which acts an intermediate class to make the actual StreamCut implementation opaque.
|
| StreamImpl |
|
| StreamSegments |
The segments that within a stream at a particular point in time.
|
| StreamSegmentSuccessors |
Successor segments of a given segment.
|
| StreamSegmentsWithPredecessors |
The successor segments of a given segment.
|
| TransactionalEventStreamWriterImpl<Type> |
This class creates transactions, and manages their lifecycle.
|
| TxnSegments |
|
| UTF8StringSerializer |
An implementation of Serializer that converts UTF-8 strings.
|
| WatermarkReaderImpl |
|
| WriterPosition |
|
| WriterPosition.WriterPositionBuilder |
|