JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Class
Description
Append
AppendBatchSizeTracker
AppendDecoder
AppendBlocks are decoded specially to avoid having to parse every append individually.
ByteBufWrapper
BufferView
wrapper for
ByteBuf
instances.
ClientMetricKeys
The various metrics that can be generated by the client.
ClientMetricUpdater
A MetricNotifier that invokes the
MetricListener
provided by the user.
CommandDecoder
Decodes commands coming over the wire.
CommandEncoder
Encodes data so that it can go out onto the wire.
ConnectionFailedException
The connection has failed, and needs to be re-established.
DelegatingReplyProcessor
A ReplyProcessor that hands off all implementation to another ReplyProcessor.
DelegatingRequestProcessor
A RequestProcessor that hands off all implementation to another RequestProcessor.
EnhancedByteBufInputStream
Extends
ByteBufInputStream
with additional functionality.
ExceptionLoggingHandler
Used to make sure any stray exceptions that make it back to the socket get logged.
FailingReplyProcessor
A ReplyProcessor that throws on every method.
FailingRequestProcessor
A RequestProcessor that throws on every method.
FlushingMessageToByteEncoder
<
I
>
InvalidMessageException
The message or sequence of messages that occurred make no sense and must be a result of a bug.
MetricListener
MetricNotifier
A notifier that is used to notify metrics to the user specified
MetricListener
.
NameUtils
Utility methods for StreamSegment Names.
PravegaNodeUri
Reply
A response going from the server to the client resulting from a previous message from the client to the server.
ReplyProcessor
A class that handles each type of reply.
Request
A request from the client to the server.
RequestProcessor
A class that handles each type of Request.
ScaleType
Defines Scale Types for Segments.
SegmentToContainerMapper
Defines a Mapper from StreamSegment Name to Container Id.
SegmentWithRange
A serializable representation of a segment with id and range information.
SegmentWithRange.SegmentWithRangeBuilder
Watermark
Represents a serializable Watermark.
Watermark.WatermarkBuilder
WireCommand
The interface for all things that go over the Wire.
WireCommands
The complete list of all commands that go over the wire between clients and the server.
WireCommands.AppendBlock
WireCommands.AppendBlockEnd
WireCommands.AppendSetup
WireCommands.AuthTokenCheckFailed
WireCommands.AuthTokenCheckFailed.ErrorCode
WireCommands.ConditionalAppend
WireCommands.ConditionalBlockEnd
WireCommands.ConditionalCheckFailed
WireCommands.CreateSegment
WireCommands.CreateTableSegment
WireCommands.DataAppended
WireCommands.DeleteSegment
WireCommands.DeleteTableSegment
WireCommands.ErrorMessage
A generic error response that encapsulates an error code (to be used for client-side processing) and an error message describing the origin of the error.
WireCommands.ErrorMessage.ErrorCode
WireCommands.Event
WireCommands.GetSegmentAttribute
WireCommands.GetStreamSegmentInfo
WireCommands.Hello
WireCommands.InvalidEventNumber
WireCommands.KeepAlive
WireCommands.MergeSegments
WireCommands.MergeTableSegments
WireCommands.NoSuchSegment
WireCommands.OperationUnsupported
WireCommands.Padding
WireCommands.PartialEvent
WireCommands.ReadSegment
WireCommands.ReadTable
WireCommands.ReadTableEntries
WireCommands.ReadTableEntriesDelta
WireCommands.ReadTableKeys
WireCommands.ReleasableCommand
Base class for any command that may require releasing resources.
WireCommands.RemoveTableKeys
WireCommands.SealSegment
WireCommands.SealTableSegment
WireCommands.SegmentAlreadyExists
WireCommands.SegmentAttribute
WireCommands.SegmentAttributeUpdated
WireCommands.SegmentCreated
WireCommands.SegmentDeleted
WireCommands.SegmentIsSealed
WireCommands.SegmentIsTruncated
WireCommands.SegmentPolicyUpdated
WireCommands.SegmentRead
WireCommands.SegmentSealed
WireCommands.SegmentsMerged
WireCommands.SegmentTruncated
WireCommands.SetupAppend
WireCommands.StreamSegmentInfo
WireCommands.TableEntries
WireCommands.TableEntriesDeltaRead
WireCommands.TableEntriesRead
WireCommands.TableEntriesUpdated
WireCommands.TableKey
WireCommands.TableKeyBadVersion
WireCommands.TableKeyDoesNotExist
WireCommands.TableKeysRead
WireCommands.TableKeysRemoved
WireCommands.TableRead
WireCommands.TableSegmentNotEmpty
WireCommands.TableValue
WireCommands.TruncateSegment
WireCommands.UpdateSegmentAttribute
WireCommands.UpdateSegmentPolicy
WireCommands.UpdateTableEntries
WireCommands.WrongHost
WireCommandType
The various types of commands that can be sent over the wire.