A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages

A

acceptInboundMessage(Object) - Method in class io.pravega.shared.protocol.netty.AppendDecoder
 
append(Append) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
append(Append) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
append(Append) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
Append - Class in io.pravega.shared.protocol.netty
 
Append(String, UUID, long, int, ByteBuf, Long, long) - Constructor for class io.pravega.shared.protocol.netty.Append
 
Append(String, UUID, long, WireCommands.Event, long) - Constructor for class io.pravega.shared.protocol.netty.Append
 
Append(String, UUID, long, WireCommands.Event, long, long) - Constructor for class io.pravega.shared.protocol.netty.Append
 
APPEND_BLOCK - io.pravega.shared.protocol.netty.WireCommandType
 
APPEND_BLOCK_END - io.pravega.shared.protocol.netty.WireCommandType
 
APPEND_SETUP - io.pravega.shared.protocol.netty.WireCommandType
 
AppendBatchSizeTracker - Interface in io.pravega.shared.protocol.netty
 
AppendBlock(UUID) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
AppendBlock(UUID, ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
AppendBlockEnd(UUID, int, ByteBuf, int, long, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
AppendDecoder - Class in io.pravega.shared.protocol.netty
AppendBlocks are decoded specially to avoid having to parse every append individually.
AppendDecoder() - Constructor for class io.pravega.shared.protocol.netty.AppendDecoder
 
appendSetup(WireCommands.AppendSetup) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
appendSetup(WireCommands.AppendSetup) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
appendSetup(WireCommands.AppendSetup) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
AppendSetup(long, String, UUID, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
AUTH_TOKEN_CHECK_FAILED - io.pravega.shared.protocol.netty.WireCommandType
 
authTokenCheckFailed(WireCommands.AuthTokenCheckFailed) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
authTokenCheckFailed(WireCommands.AuthTokenCheckFailed) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
AuthTokenCheckFailed(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
AuthTokenCheckFailed(long, String, WireCommands.AuthTokenCheckFailed.ErrorCode) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 

B

build() - Method in class io.pravega.shared.watermarks.SegmentWithRange.SegmentWithRangeBuilder
 
build() - Method in class io.pravega.shared.watermarks.Watermark.WatermarkBuilder
 
builder() - Static method in class io.pravega.shared.watermarks.SegmentWithRange
 
builder() - Static method in class io.pravega.shared.watermarks.Watermark
 
ByteBufWrapper - Class in io.pravega.shared.protocol.netty
BufferView wrapper for ByteBuf instances.
ByteBufWrapper(ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.ByteBufWrapper
Creates a new instance of the ByteBufWrapper wrapping the given ByteBuf.

C

canEqual(Object) - Method in class io.pravega.shared.protocol.netty.Append
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.PravegaNodeUri
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
canEqual(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
canEqual(Object) - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
canEqual(Object) - Method in class io.pravega.shared.watermarks.Watermark
 
channelRead(ChannelHandlerContext, Object) - Method in class io.pravega.shared.protocol.netty.ExceptionLoggingHandler
 
CLIENT_APPEND_BLOCK_SIZE - io.pravega.shared.metrics.ClientMetricKeys
Metric to track the append block size for a given segment writer.
CLIENT_APPEND_LATENCY - io.pravega.shared.metrics.ClientMetricKeys
Metric to track the amount of time in ms to perform an append to the Segment store.
CLIENT_OUTSTANDING_APPEND_COUNT - io.pravega.shared.metrics.ClientMetricKeys
Metric to track the number of appends which have not been acknowledged by the segment store.
ClientMetricKeys - Enum in io.pravega.shared.metrics
The various metrics that can be generated by the client.
ClientMetricUpdater - Class in io.pravega.shared.metrics
A MetricNotifier that invokes the MetricListener provided by the user.
ClientMetricUpdater(MetricListener) - Constructor for class io.pravega.shared.metrics.ClientMetricUpdater
 
close() - Method in class io.pravega.shared.metrics.ClientMetricUpdater
 
close() - Method in interface io.pravega.shared.metrics.MetricListener
 
close() - Method in interface io.pravega.shared.metrics.MetricNotifier
 
collect(BufferView.Collector<ExceptionT>) - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
CommandDecoder - Class in io.pravega.shared.protocol.netty
Decodes commands coming over the wire.
CommandDecoder() - Constructor for class io.pravega.shared.protocol.netty.CommandDecoder
 
CommandEncoder - Class in io.pravega.shared.protocol.netty
Encodes data so that it can go out onto the wire.
CommandEncoder(Function<Long, AppendBatchSizeTracker>, MetricNotifier) - Constructor for class io.pravega.shared.protocol.netty.CommandEncoder
 
compareTo(Append) - Method in class io.pravega.shared.protocol.netty.Append
 
computeSegmentId(int, int) - Static method in class io.pravega.shared.NameUtils
Method to compute 64 bit segment id which takes segment number and epoch and composes it as `msb = epoch` `lsb = segmentNumber`.
CONDITIONAL_APPEND - io.pravega.shared.protocol.netty.WireCommandType
 
CONDITIONAL_BLOCK_END - io.pravega.shared.protocol.netty.WireCommandType
 
CONDITIONAL_CHECK_FAILED - io.pravega.shared.protocol.netty.WireCommandType
 
ConditionalAppend(UUID, long, long, WireCommands.Event, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
ConditionalBlockEnd(UUID, long, long, ByteBuf, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
conditionalCheckFailed(WireCommands.ConditionalCheckFailed) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
conditionalCheckFailed(WireCommands.ConditionalCheckFailed) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
conditionalCheckFailed(WireCommands.ConditionalCheckFailed) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
ConditionalCheckFailed(UUID, long, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
connectionDropped() - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
ConnectionFailedException - Exception in io.pravega.shared.protocol.netty
The connection has failed, and needs to be re-established.
ConnectionFailedException() - Constructor for exception io.pravega.shared.protocol.netty.ConnectionFailedException
 
ConnectionFailedException(String) - Constructor for exception io.pravega.shared.protocol.netty.ConnectionFailedException
 
ConnectionFailedException(Throwable) - Constructor for exception io.pravega.shared.protocol.netty.ConnectionFailedException
 
copyTo(OutputStream) - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
copyTo(ByteBuffer) - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
CREATE_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
CREATE_TABLE_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
createSegment(WireCommands.CreateSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
createSegment(WireCommands.CreateSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
createSegment(WireCommands.CreateSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
CreateSegment(long, String, byte, int, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
createTableSegment(WireCommands.CreateTableSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
createTableSegment(WireCommands.CreateTableSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
createTableSegment(WireCommands.CreateTableSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
CreateTableSegment(long, String, boolean, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 

D

DATA_APPENDED - io.pravega.shared.protocol.netty.WireCommandType
 
dataAppended(WireCommands.DataAppended) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
dataAppended(WireCommands.DataAppended) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
dataAppended(WireCommands.DataAppended) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
DataAppended(long, UUID, long, long, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class io.pravega.shared.protocol.netty.CommandDecoder
 
decode(ChannelHandlerContext, WireCommand, List<Object>) - Method in class io.pravega.shared.protocol.netty.AppendDecoder
 
DelegatingReplyProcessor - Class in io.pravega.shared.protocol.netty
A ReplyProcessor that hands off all implementation to another ReplyProcessor.
DelegatingReplyProcessor() - Constructor for class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
DelegatingRequestProcessor - Class in io.pravega.shared.protocol.netty
A RequestProcessor that hands off all implementation to another RequestProcessor.
DelegatingRequestProcessor() - Constructor for class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
DELETE_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
DELETE_TABLE_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
deleteSegment(WireCommands.DeleteSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
deleteSegment(WireCommands.DeleteSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
deleteSegment(WireCommands.DeleteSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
DeleteSegment(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
deleteTableSegment(WireCommands.DeleteTableSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
deleteTableSegment(WireCommands.DeleteTableSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
deleteTableSegment(WireCommands.DeleteTableSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
DeleteTableSegment(long, String, boolean, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 

E

EMPTY - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
EMPTY - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
EMPTY - Static variable in class io.pravega.shared.watermarks.Watermark
 
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class io.pravega.shared.protocol.netty.CommandEncoder
 
EnhancedByteBufInputStream - Class in io.pravega.shared.protocol.netty
Extends ByteBufInputStream with additional functionality.
EnhancedByteBufInputStream(ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.EnhancedByteBufInputStream
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.Append
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.PravegaNodeUri
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
equals(Object) - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
equals(Object) - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
equals(Object) - Method in class io.pravega.shared.watermarks.Watermark
 
ERROR_MESSAGE - io.pravega.shared.protocol.netty.WireCommandType
 
errorMessage(WireCommands.ErrorMessage) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
errorMessage(WireCommands.ErrorMessage) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
ErrorMessage(long, String, String, WireCommands.ErrorMessage.ErrorCode) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
Event(ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.Event
 
EVENT - io.pravega.shared.protocol.netty.WireCommandType
 
EventRate - io.pravega.shared.segment.ScaleType
Scale based on the rate in events.
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.pravega.shared.protocol.netty.ExceptionLoggingHandler
 
ExceptionLoggingHandler - Class in io.pravega.shared.protocol.netty
Used to make sure any stray exceptions that make it back to the socket get logged.
ExceptionLoggingHandler(String) - Constructor for class io.pravega.shared.protocol.netty.ExceptionLoggingHandler
 
exists() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
extractPrimaryStreamSegmentName(String) - Static method in class io.pravega.shared.NameUtils
Attempts to extract the primary part of stream segment name before the epoch delimiter.
extractScopedNameTokens(String) - Static method in class io.pravega.shared.NameUtils
Returns a list representing the components of a scoped Stream/Key-Value Table name.
extractSegmentTokens(String) - Static method in class io.pravega.shared.NameUtils
Method to extract different parts of stream segment name.
extractTableSegmentTokens(String) - Static method in class io.pravega.shared.NameUtils
Method to extract tokens that were used to compose fully qualified table segment name using method getQualifiedTableName.

F

FailingReplyProcessor - Class in io.pravega.shared.protocol.netty
A ReplyProcessor that throws on every method.
FailingReplyProcessor() - Constructor for class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
FailingRequestProcessor - Class in io.pravega.shared.protocol.netty
A RequestProcessor that throws on every method.
FailingRequestProcessor() - Constructor for class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
FlushingMessageToByteEncoder<I> - Class in io.pravega.shared.protocol.netty
 
FlushingMessageToByteEncoder() - Constructor for class io.pravega.shared.protocol.netty.FlushingMessageToByteEncoder
 
flushRequired() - Method in class io.pravega.shared.protocol.netty.FlushingMessageToByteEncoder
 
fromByteBuf(ByteBuffer) - Static method in class io.pravega.shared.watermarks.Watermark
 
fromValue(byte) - Static method in enum io.pravega.shared.segment.ScaleType
Gets the ScaleType that matches the given id.

G

GET_SEGMENT_ATTRIBUTE - io.pravega.shared.protocol.netty.WireCommandType
 
GET_STREAM_SEGMENT_INFO - io.pravega.shared.protocol.netty.WireCommandType
 
getAllocatedLength() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
getAppendBlockSize() - Method in interface io.pravega.shared.protocol.netty.AppendBatchSizeTracker
Returns the size that should be used for the next append block.
getAsByteBuf() - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
getAttributeId() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
getAttributeId() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getAttributeSegmentName(String) - Static method in class io.pravega.shared.NameUtils
Gets the name of the meta-Segment mapped to the given Segment Name that is responsible with storing extended attributes.
getBatchTimeout() - Method in interface io.pravega.shared.protocol.netty.AppendBatchSizeTracker
Returns the timeout that should be used for append blocks.
getBufferViewReader() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
getCode() - Method in enum io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
 
getCode() - Method in enum io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
 
getCode() - Method in enum io.pravega.shared.protocol.netty.WireCommandType
 
getContainerId(String) - Method in class io.pravega.shared.segment.SegmentToContainerMapper
Determines the name of the container to use for the given StreamSegment.
getContinuationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getContinuationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getContinuationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
getContinuationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
getCopy() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
getCorrectHost() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
getCurrentSegmentWriteOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
getData() - Method in class io.pravega.shared.protocol.netty.Append
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
getData() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
getDataLength() - Method in class io.pravega.shared.protocol.netty.Append
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
getDelegationToken() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
getEndpoint() - Method in class io.pravega.shared.protocol.netty.PravegaNodeUri
 
getEntries() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
getEntries() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
getEntries() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
getEntries() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
getEpoch(long) - Static method in class io.pravega.shared.NameUtils
Method to extract epoch from given segment id.
getEpoch(UUID) - Static method in class io.pravega.shared.NameUtils
Method to extract epoch from given transaction id.
getErrorCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
getErrorCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
getEvent() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
getEventCount() - Method in class io.pravega.shared.protocol.netty.Append
 
getEventNumber() - Method in class io.pravega.shared.protocol.netty.Append
 
getEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
getEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
getEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
getEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
getEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
getExceptionType() - Method in enum io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
 
getExpectedLength() - Method in class io.pravega.shared.protocol.netty.Append
 
getExpectedOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
getExpectedOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
getExpectedValue() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getFlowId() - Method in class io.pravega.shared.protocol.netty.Append
 
getFromPosition() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
getHeaderSegmentName(String) - Static method in class io.pravega.shared.NameUtils
Gets the name of the meta-Segment mapped to the given Segment Name that is responsible with storing its Rollover information.
getHighVersion() - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
getInternalNameForStream(String) - Static method in class io.pravega.shared.NameUtils
Construct an internal representation of stream name.
getKeys() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
getKeys() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
getKeys() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
getKeyVersion() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
getLastEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getLastEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
getLastModified() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
getLastPosition() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
getLength() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
getLength() - Method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
getLowerTimeBound() - Method in class io.pravega.shared.watermarks.Watermark
 
getLowVersion() - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
getMARK_PREFIX() - Static method in class io.pravega.shared.NameUtils
Prefix for identifying system created mark segments for storing watermarks.
getMarkStreamForStream(String) - Static method in class io.pravega.shared.NameUtils
 
getMessage() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
getMetadataSegmentName(int) - Static method in class io.pravega.shared.NameUtils
Gets the name of the Segment that is used to store the Container's Segment Metadata.
getMetricKey() - Method in enum io.pravega.shared.metrics.ClientMetricKeys
 
getNewTargetWriteOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
getNewValue() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getNextReplyProcessor() - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
getNextRequestProcessor() - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
getNumEvents() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
This represents the offset that was sent by the request.
getOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
getOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
This represents the offset at which the segment is sealed.
getOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
This represents the offset at which the segment is truncated.
getOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
getOperationName() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
getParentStreamSegmentName(String) - Static method in class io.pravega.shared.NameUtils
Attempts to extract the name of the Parent StreamSegment for the given Transaction StreamSegment.
getPort() - Method in class io.pravega.shared.protocol.netty.PravegaNodeUri
 
getPrefixFilter() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getPrefixFilter() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getPreviousEventNumber() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
getQualifiedStreamSegmentName(String, String, long) - Static method in class io.pravega.shared.NameUtils
Method to generate Fully Qualified StreamSegmentName using scope, stream and segment id.
getQualifiedTableName(String, String...) - Static method in class io.pravega.shared.NameUtils
Method to generate Fully Qualified table name using scope, and other tokens to be used to compose the table name.
getQualifiedTableSegmentName(String, String, long) - Static method in class io.pravega.shared.NameUtils
Method to generate Fully Qualified TableSegmentName using scope, stream and segment id.
getRangeHigh() - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
getRangeLow() - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
getReader() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
getReader(int, int) - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.Append
 
getRequestId() - Method in interface io.pravega.shared.protocol.netty.Reply
 
getRequestId() - Method in interface io.pravega.shared.protocol.netty.Request
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
getRequestId() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
getScaleType() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
getScaleType() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
getScopedKeyValueTableName(String, String) - Static method in class io.pravega.shared.NameUtils
Compose and return scoped Key-Value Table name.
getScopedReaderGroupName(String, String) - Static method in class io.pravega.shared.NameUtils
Compose and return scoped ReaderGroup name.
getScopedStreamName(String, String) - Static method in class io.pravega.shared.NameUtils
Compose and return scoped stream name.
getSegment() - Method in class io.pravega.shared.protocol.netty.Append
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
getSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
getSegmentAttribute(WireCommands.GetSegmentAttribute) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
getSegmentAttribute(WireCommands.GetSegmentAttribute) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
getSegmentAttribute(WireCommands.GetSegmentAttribute) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
GetSegmentAttribute(long, String, UUID, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
getSegmentChunkName(String, long) - Static method in class io.pravega.shared.NameUtils
Gets the name of the SegmentChunk for the given Segment and Offset.
getSegmentChunkName(String, long, long) - Static method in class io.pravega.shared.NameUtils
Gets the name of the SegmentChunk for the given segment, epoch and offset.
getSegmentId() - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
getSegmentName() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
getSegmentName() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
getSegmentName() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
getSegmentName() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getSegmentNameFromHeader(String) - Static method in class io.pravega.shared.NameUtils
Gets the name of the Segment name from its Header Segment Name.
getSegmentNumber(long) - Static method in class io.pravega.shared.NameUtils
Method to extract segmentNumber from given segment id.
getSegmentReadIndexBlockName(String, long) - Static method in class io.pravega.shared.NameUtils
Gets the name of the read index block entry for the given segment and offset.
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
getServerStackTrace() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
getSizeOfWholeEvents() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getSource() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
getSource() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
getSource() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
getStartOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
getStartOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
getStorageMetadataSegmentName(int) - Static method in class io.pravega.shared.NameUtils
Gets the name of the Segment that is used to store the Container's Segment Metadata.
getStreamCut() - Method in class io.pravega.shared.watermarks.Watermark
 
getStreamForReaderGroup(String) - Static method in class io.pravega.shared.NameUtils
Construct a stream name which will internally be used by the readergroup implementation.
getStreamSegmentInfo(WireCommands.GetStreamSegmentInfo) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
getStreamSegmentInfo(WireCommands.GetStreamSegmentInfo) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
getStreamSegmentInfo(WireCommands.GetStreamSegmentInfo) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
GetStreamSegmentInfo(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
getSuggestedEntryCount() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getSuggestedEntryCount() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
getSuggestedKeyCount() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getSuggestedLength() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
getSystemJournalFileName(int, long, long) - Static method in class io.pravega.shared.NameUtils
Gets file name of SystemJournal for given container instance.
getSystemJournalSnapshotFileName(int, long, long) - Static method in class io.pravega.shared.NameUtils
Gets file name of SystemJournal snapshot for given container instance.
getTableEntries() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
getTableSegmentOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
getTableSegmentOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
getTarget() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
getTarget() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
getTarget() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
getTargetRate() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
getTargetRate() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
getThrowableException() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
getTotalContainerCount() - Method in class io.pravega.shared.segment.SegmentToContainerMapper
Gets a value representing the total number of available SegmentContainers available within the cluster.
getTransactionNameFromId(String, UUID) - Static method in class io.pravega.shared.NameUtils
Returns the transaction name for a TransactionStreamSegment based on the name of the current Parent StreamSegment, and the transactionId.
getTruncationOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
getType() - Method in interface io.pravega.shared.protocol.netty.WireCommand
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
getType() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
getType(int) - Static method in class io.pravega.shared.protocol.netty.WireCommands
 
getUpdatedVersions() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
getUpperTimeBound() - Method in class io.pravega.shared.watermarks.Watermark
 
getValue() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
getValue() - Method in enum io.pravega.shared.segment.ScaleType
 
getWriteOffset() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.Append
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
getWriterId() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 

H

hashCode() - Method in class io.pravega.shared.protocol.netty.Append
 
hashCode() - Method in class io.pravega.shared.protocol.netty.PravegaNodeUri
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
hashCode() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
hashCode() - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
hashCode() - Method in class io.pravega.shared.watermarks.Watermark
 
HEADER_BYTES - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
HEADER_BYTES - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
HEADER_BYTES - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
HEADER_BYTES - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
HEADER_BYTES - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
hello(WireCommands.Hello) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
hello(WireCommands.Hello) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
hello(WireCommands.Hello) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
hello(WireCommands.Hello) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
Hello(int, int) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.Hello
 
HELLO - io.pravega.shared.protocol.netty.WireCommandType
 

I

ILLEGAL_ARGUMENT_EXCEPTION - io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
 
IN_EVENTS_PER_SEC - Static variable in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
IN_KBYTES_PER_SEC - Static variable in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
INTERNAL_NAME_PREFIX - Static variable in class io.pravega.shared.NameUtils
 
INTERNAL_SCOPE_NAME - Static variable in class io.pravega.shared.NameUtils
 
INVALID_EVENT_NUMBER - io.pravega.shared.protocol.netty.WireCommandType
 
invalidEventNumber(WireCommands.InvalidEventNumber) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
invalidEventNumber(WireCommands.InvalidEventNumber) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
invalidEventNumber(WireCommands.InvalidEventNumber) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
InvalidEventNumber(UUID, long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
InvalidMessageException - Exception in io.pravega.shared.protocol.netty
The message or sequence of messages that occurred make no sense and must be a result of a bug.
InvalidMessageException() - Constructor for exception io.pravega.shared.protocol.netty.InvalidMessageException
 
InvalidMessageException(String) - Constructor for exception io.pravega.shared.protocol.netty.InvalidMessageException
 
InvalidMessageException(Throwable) - Constructor for exception io.pravega.shared.protocol.netty.InvalidMessageException
 
io.pravega.shared - package io.pravega.shared
 
io.pravega.shared.metrics - package io.pravega.shared.metrics
 
io.pravega.shared.protocol.netty - package io.pravega.shared.protocol.netty
 
io.pravega.shared.segment - package io.pravega.shared.segment
 
io.pravega.shared.watermarks - package io.pravega.shared.watermarks
 
isAtTail() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
isAttributeSegment(String) - Static method in class io.pravega.shared.NameUtils
Checks whether the given name is an Attribute Segment or not.
isConditional() - Method in class io.pravega.shared.protocol.netty.Append
 
isDeleted() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
isEndOfSegment() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
isFailure() - Method in interface io.pravega.shared.protocol.netty.Reply
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
isFailure() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
isHeaderSegment(String) - Static method in class io.pravega.shared.NameUtils
Checks whether given name is a Header Segment.
isMustBeEmpty() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
isReachedEnd() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
isReleased() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReleasableCommand
 
isSealed() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
isShouldClear() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
isSorted() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
isSuccess() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
isTableSegment(String) - Static method in class io.pravega.shared.NameUtils
Method to check if given segment name is a table name generated using getQualifiedTableName.
isTokenExpired() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
isTransactionSegment(String) - Static method in class io.pravega.shared.NameUtils
Checks if the given stream segment name is formatted for a Transaction Segment or regular segment.
iterateBuffers() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 

K

KEEP_ALIVE - io.pravega.shared.protocol.netty.WireCommandType
 
keepAlive(WireCommands.KeepAlive) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
keepAlive(WireCommands.KeepAlive) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
keepAlive(WireCommands.KeepAlive) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
keepAlive(WireCommands.KeepAlive) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
keepAlive(WireCommands.KeepAlive) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
keepAlive(WireCommands.KeepAlive) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
KeepAlive() - Constructor for class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 

L

lowerTimeBound(long) - Method in class io.pravega.shared.watermarks.Watermark.WatermarkBuilder
 

M

MAX_BATCH_TIME_MILLIS - Static variable in interface io.pravega.shared.protocol.netty.AppendBatchSizeTracker
 
MAX_GIVEN_NAME_SIZE - Static variable in class io.pravega.shared.NameUtils
Size of the name that can be specified by user.
MAX_NAME_SIZE - Static variable in class io.pravega.shared.NameUtils
Size of the overall name as permitted by the host.
MAX_PREFIX_OR_SUFFIX_SIZE - Static variable in class io.pravega.shared.NameUtils
Size of the prefix or suffix included with the user stream name.
MAX_WIRECOMMAND_SIZE - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 
MERGE_SEGMENTS - io.pravega.shared.protocol.netty.WireCommandType
 
MERGE_TABLE_SEGMENTS - io.pravega.shared.protocol.netty.WireCommandType
 
mergeSegments(WireCommands.MergeSegments) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
mergeSegments(WireCommands.MergeSegments) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
mergeSegments(WireCommands.MergeSegments) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
MergeSegments(long, String, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
mergeTableSegments(WireCommands.MergeTableSegments) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
mergeTableSegments(WireCommands.MergeTableSegments) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
mergeTableSegments(WireCommands.MergeTableSegments) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
MergeTableSegments(long, String, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
metric(String...) - Method in enum io.pravega.shared.metrics.ClientMetricKeys
Create a metric string based on metric key and associated tags.
MetricListener - Interface in io.pravega.shared.metrics
 
MetricNotifier - Interface in io.pravega.shared.metrics
A notifier that is used to notify metrics to the user specified MetricListener.
mustLog() - Method in interface io.pravega.shared.protocol.netty.Request
 
mustLog() - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 

N

NameUtils - Class in io.pravega.shared
Utility methods for StreamSegment Names.
NameUtils() - Constructor for class io.pravega.shared.NameUtils
 
NO_OP_METRIC_NOTIFIER - Static variable in interface io.pravega.shared.metrics.MetricNotifier
 
NO_SCALE - Static variable in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
NO_SUCH_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
NO_VERSION - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
NoScaling - io.pravega.shared.segment.ScaleType
No scaling.
noSuchSegment(WireCommands.NoSuchSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
noSuchSegment(WireCommands.NoSuchSegment) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
noSuchSegment(WireCommands.NoSuchSegment) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
NoSuchSegment(long, String, String, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
NOT_EXISTS - Static variable in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
NULL_ATTRIBUTE_VALUE - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 
NULL_TABLE_SEGMENT_OFFSET - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 

O

OLDEST_COMPATIBLE_VERSION - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 
OPERATION_UNSUPPORTED - io.pravega.shared.protocol.netty.WireCommandType
 
operationUnsupported(WireCommands.OperationUnsupported) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
operationUnsupported(WireCommands.OperationUnsupported) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
OperationUnsupported(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
overlaps(SegmentWithRange) - Method in class io.pravega.shared.watermarks.SegmentWithRange
Method to check if given segment overlaps with this segment.

P

PADDING - io.pravega.shared.protocol.netty.WireCommandType
 
parseCommand(ByteBuf) - Static method in class io.pravega.shared.protocol.netty.CommandDecoder
 
PARTIAL_EVENT - io.pravega.shared.protocol.netty.WireCommandType
 
PartialEvent(ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
PravegaNodeUri - Class in io.pravega.shared.protocol.netty
 
PravegaNodeUri(String, int) - Constructor for class io.pravega.shared.protocol.netty.PravegaNodeUri
 
process(Reply) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
process(ReplyProcessor) - Method in interface io.pravega.shared.protocol.netty.Reply
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
process(ReplyProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.Append
 
process(RequestProcessor) - Method in interface io.pravega.shared.protocol.netty.Request
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
process(RequestProcessor) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
processingFailure(Exception) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 

R

rangeHigh(double) - Method in class io.pravega.shared.watermarks.SegmentWithRange.SegmentWithRangeBuilder
 
rangeLow(double) - Method in class io.pravega.shared.watermarks.SegmentWithRange.SegmentWithRangeBuilder
 
READ_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
READ_TABLE - io.pravega.shared.protocol.netty.WireCommandType
 
READ_TABLE_ENTRIES - io.pravega.shared.protocol.netty.WireCommandType
 
READ_TABLE_ENTRIES_DELTA - io.pravega.shared.protocol.netty.WireCommandType
 
READ_TABLE_KEYS - io.pravega.shared.protocol.netty.WireCommandType
 
READER_GROUP_STREAM_PREFIX - Static variable in class io.pravega.shared.NameUtils
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
readFrom(ByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
readFrom(EnhancedByteBufInputStream, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
readFrom(EnhancedByteBufInputStream, int) - Method in enum io.pravega.shared.protocol.netty.WireCommandType
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
readFrom(DataInput, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
readFrom(T, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
readFrom(T, int) - Static method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
readFully(int) - Method in class io.pravega.shared.protocol.netty.EnhancedByteBufInputStream
Returns a ByteBuf that is a slice of the underlying ByteBuf beginning at the current reader index and having the given length.
readSegment(WireCommands.ReadSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
readSegment(WireCommands.ReadSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
readSegment(WireCommands.ReadSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
ReadSegment(String, long, int, String, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
readTable(WireCommands.ReadTable) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
readTable(WireCommands.ReadTable) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
readTable(WireCommands.ReadTable) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
ReadTable(long, String, String, List<WireCommands.TableKey>) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
readTableEntries(WireCommands.ReadTableEntries) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
readTableEntries(WireCommands.ReadTableEntries) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
readTableEntries(WireCommands.ReadTableEntries) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
ReadTableEntries(long, String, String, int, ByteBuf, ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
readTableEntriesDelta(WireCommands.ReadTableEntriesDelta) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
readTableEntriesDelta(WireCommands.ReadTableEntriesDelta) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
readTableEntriesDelta(WireCommands.ReadTableEntriesDelta) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
ReadTableEntriesDelta(long, String, String, long, int) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
readTableKeys(WireCommands.ReadTableKeys) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
readTableKeys(WireCommands.ReadTableKeys) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
readTableKeys(WireCommands.ReadTableKeys) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
ReadTableKeys(long, String, String, int, ByteBuf, ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
recordAck(long) - Method in interface io.pravega.shared.protocol.netty.AppendBatchSizeTracker
Records that one or more events have been acked.
recordAppend(long, int) - Method in interface io.pravega.shared.protocol.netty.AppendBatchSizeTracker
Records that an append has been sent.
release() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
Invokes ReferenceCounted.release() on the underlying buffer, but only if ReferenceCounted.refCnt() is non-zero.
release() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReleasableCommand
Releases any resources used by this command, if needed #isReleased() is false.
REMOVE_TABLE_KEYS - io.pravega.shared.protocol.netty.WireCommandType
 
removeTableKeys(WireCommands.RemoveTableKeys) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
removeTableKeys(WireCommands.RemoveTableKeys) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
removeTableKeys(WireCommands.RemoveTableKeys) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
RemoveTableKeys(long, String, String, List<WireCommands.TableKey>, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
Reply - Interface in io.pravega.shared.protocol.netty
A response going from the server to the client resulting from a previous message from the client to the server.
ReplyProcessor - Interface in io.pravega.shared.protocol.netty
A class that handles each type of reply.
reportFailValue(String, long) - Method in interface io.pravega.shared.metrics.MetricListener
An operation with the given value failed.
reportSuccessValue(String, long) - Method in interface io.pravega.shared.metrics.MetricListener
An operation with the given value succeeded.
Request - Interface in io.pravega.shared.protocol.netty
A request from the client to the server.
RequestProcessor - Interface in io.pravega.shared.protocol.netty
A class that handles each type of Request.
retain() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
Invokes ByteBuf.retain() on the underlying buffer.

S

ScaleType - Enum in io.pravega.shared.segment
Defines Scale Types for Segments.
SEAL_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
SEAL_TABLE_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
sealSegment(WireCommands.SealSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
sealSegment(WireCommands.SealSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
sealSegment(WireCommands.SealSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
SealSegment(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
sealTableSegment(WireCommands.SealTableSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
sealTableSegment(WireCommands.SealTableSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
sealTableSegment(WireCommands.SealTableSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
SealTableSegment(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
SEGMENT_ALREADY_EXISTS - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_ATTRIBUTE - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_ATTRIBUTE_UPDATED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_CREATED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_DELETED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_IS_SEALED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_IS_TRUNCATED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_POLICY_UPDATED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_READ - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_SEALED - io.pravega.shared.protocol.netty.WireCommandType
 
SEGMENT_TRUNCATED - io.pravega.shared.protocol.netty.WireCommandType
 
segmentAlreadyExists(WireCommands.SegmentAlreadyExists) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentAlreadyExists(WireCommands.SegmentAlreadyExists) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentAlreadyExists(WireCommands.SegmentAlreadyExists) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentAlreadyExists(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
segmentAttribute(WireCommands.SegmentAttribute) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentAttribute(WireCommands.SegmentAttribute) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentAttribute(WireCommands.SegmentAttribute) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentAttribute(long, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
segmentAttributeUpdated(WireCommands.SegmentAttributeUpdated) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentAttributeUpdated(WireCommands.SegmentAttributeUpdated) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentAttributeUpdated(WireCommands.SegmentAttributeUpdated) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentAttributeUpdated(long, boolean) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
segmentCreated(WireCommands.SegmentCreated) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentCreated(WireCommands.SegmentCreated) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentCreated(WireCommands.SegmentCreated) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentCreated(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
segmentDeleted(WireCommands.SegmentDeleted) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentDeleted(WireCommands.SegmentDeleted) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentDeleted(WireCommands.SegmentDeleted) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentDeleted(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
segmentId(long) - Method in class io.pravega.shared.watermarks.SegmentWithRange.SegmentWithRangeBuilder
 
segmentIsSealed(WireCommands.SegmentIsSealed) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentIsSealed(WireCommands.SegmentIsSealed) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentIsSealed(WireCommands.SegmentIsSealed) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentIsSealed(long, String, String, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
segmentIsTruncated(WireCommands.SegmentIsTruncated) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentIsTruncated(WireCommands.SegmentIsTruncated) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentIsTruncated(long, String, long, String, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
segmentPolicyUpdated(WireCommands.SegmentPolicyUpdated) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentPolicyUpdated(WireCommands.SegmentPolicyUpdated) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentPolicyUpdated(WireCommands.SegmentPolicyUpdated) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentPolicyUpdated(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
segmentRead(WireCommands.SegmentRead) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentRead(WireCommands.SegmentRead) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentRead(WireCommands.SegmentRead) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentRead(String, long, boolean, boolean, ByteBuf, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
SEGMENTS_MERGED - io.pravega.shared.protocol.netty.WireCommandType
 
segmentSealed(WireCommands.SegmentSealed) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentSealed(WireCommands.SegmentSealed) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentSealed(WireCommands.SegmentSealed) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentSealed(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
segmentsMerged(WireCommands.SegmentsMerged) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
segmentsMerged(WireCommands.SegmentsMerged) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentsMerged(WireCommands.SegmentsMerged) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentsMerged(long, String, String, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
segmentTags(String) - Static method in class io.pravega.shared.NameUtils
Generate segment tags (string array) on the input fully qualified segment name to be associated with a metric.
segmentTags(String, String) - Static method in class io.pravega.shared.NameUtils
Generate segment tags (string array) on the input fully qualified segment name and writer id to be associated with a metric.
SegmentToContainerMapper - Class in io.pravega.shared.segment
Defines a Mapper from StreamSegment Name to Container Id.
SegmentToContainerMapper(int) - Constructor for class io.pravega.shared.segment.SegmentToContainerMapper
Creates a new instance of the SegmentToContainerMapper class.
segmentTruncated(WireCommands.SegmentTruncated) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
segmentTruncated(WireCommands.SegmentTruncated) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
SegmentTruncated(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
SegmentWithRange - Class in io.pravega.shared.watermarks
A serializable representation of a segment with id and range information.
SegmentWithRange(long, double, double) - Constructor for class io.pravega.shared.watermarks.SegmentWithRange
 
SegmentWithRange.SegmentWithRangeBuilder - Class in io.pravega.shared.watermarks
 
SERIALIZER - Static variable in class io.pravega.shared.watermarks.Watermark
 
SETUP_APPEND - io.pravega.shared.protocol.netty.WireCommandType
 
setupAppend(WireCommands.SetupAppend) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
setupAppend(WireCommands.SetupAppend) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
setupAppend(WireCommands.SetupAppend) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
SetupAppend(long, UUID, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
size() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
size() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
slice(int, int) - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
STREAM_SEGMENT_INFO - io.pravega.shared.protocol.netty.WireCommandType
 
streamCut(Map<SegmentWithRange, Long>) - Method in class io.pravega.shared.watermarks.Watermark.WatermarkBuilder
 
streamSegmentInfo(WireCommands.StreamSegmentInfo) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
streamSegmentInfo(WireCommands.StreamSegmentInfo) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
streamSegmentInfo(WireCommands.StreamSegmentInfo) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
StreamSegmentInfo(long, String, boolean, boolean, boolean, long, long, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 

T

TABLE_ENTRIES_DELTA_READ - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_ENTRIES_READ - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_ENTRIES_UPDATED - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_KEY_BAD_VERSION - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_KEY_DOES_NOT_EXIST - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_KEYS_READ - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_KEYS_REMOVED - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_READ - io.pravega.shared.protocol.netty.WireCommandType
 
TABLE_SEGMENT_NOT_EMPTY - io.pravega.shared.protocol.netty.WireCommandType
 
TableEntries(List<Map.Entry<WireCommands.TableKey, WireCommands.TableValue>>) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
tableEntriesDeltaRead(WireCommands.TableEntriesDeltaRead) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableEntriesDeltaRead(WireCommands.TableEntriesDeltaRead) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableEntriesDeltaRead(long, String, WireCommands.TableEntries, boolean, boolean, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
tableEntriesRead(WireCommands.TableEntriesRead) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableEntriesRead(WireCommands.TableEntriesRead) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableEntriesRead(long, String, WireCommands.TableEntries, ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
tableEntriesUpdated(WireCommands.TableEntriesUpdated) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableEntriesUpdated(WireCommands.TableEntriesUpdated) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableEntriesUpdated(long, List<Long>) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
TableKey(ByteBuf, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
tableKeyBadVersion(WireCommands.TableKeyBadVersion) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableKeyBadVersion(WireCommands.TableKeyBadVersion) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableKeyBadVersion(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
tableKeyDoesNotExist(WireCommands.TableKeyDoesNotExist) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableKeyDoesNotExist(WireCommands.TableKeyDoesNotExist) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableKeyDoesNotExist(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
tableKeysRead(WireCommands.TableKeysRead) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableKeysRead(WireCommands.TableKeysRead) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableKeysRead(long, String, List<WireCommands.TableKey>, ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
tableKeysRemoved(WireCommands.TableKeysRemoved) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableKeysRemoved(WireCommands.TableKeysRemoved) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableKeysRemoved(long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
tableRead(WireCommands.TableRead) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableRead(WireCommands.TableRead) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableRead(long, String, WireCommands.TableEntries) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
tableSegmentNotEmpty(WireCommands.TableSegmentNotEmpty) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
tableSegmentNotEmpty(WireCommands.TableSegmentNotEmpty) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
TableSegmentNotEmpty(long, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
TableValue(ByteBuf) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
Throughput - io.pravega.shared.segment.ScaleType
Scale based on the rate in bytes.
toByteBuf() - Method in class io.pravega.shared.watermarks.Watermark
 
TOKEN_CHECK_FAILED - io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
 
TOKEN_EXPIRED - io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
 
toString() - Method in class io.pravega.shared.protocol.netty.Append
 
toString() - Method in class io.pravega.shared.protocol.netty.ByteBufWrapper
 
toString() - Method in class io.pravega.shared.protocol.netty.CommandDecoder
 
toString() - Method in class io.pravega.shared.protocol.netty.PravegaNodeUri
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
toString() - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
toString() - Method in class io.pravega.shared.watermarks.SegmentWithRange.SegmentWithRangeBuilder
 
toString() - Method in class io.pravega.shared.watermarks.SegmentWithRange
 
toString() - Method in class io.pravega.shared.watermarks.Watermark
 
toString() - Method in class io.pravega.shared.watermarks.Watermark.WatermarkBuilder
 
TRUNCATE_SEGMENT - io.pravega.shared.protocol.netty.WireCommandType
 
truncateSegment(WireCommands.TruncateSegment) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
truncateSegment(WireCommands.TruncateSegment) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
truncateSegment(WireCommands.TruncateSegment) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
TruncateSegment(long, String, long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
TYPE_PLUS_LENGTH_SIZE - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 
TYPE_SIZE - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 

U

UNSPECIFIED - io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
 
UNSPECIFIED - io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
 
UPDATE_SEGMENT_ATTRIBUTE - io.pravega.shared.protocol.netty.WireCommandType
 
UPDATE_SEGMENT_POLICY - io.pravega.shared.protocol.netty.WireCommandType
 
UPDATE_TABLE_ENTRIES - io.pravega.shared.protocol.netty.WireCommandType
 
updateFailureMetric(ClientMetricKeys, String[], long) - Method in class io.pravega.shared.metrics.ClientMetricUpdater
 
updateFailureMetric(ClientMetricKeys, String[], long) - Method in interface io.pravega.shared.metrics.MetricNotifier
Notify a failure metric to the user specified MetricListener.
updateSegmentAttribute(WireCommands.UpdateSegmentAttribute) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
updateSegmentAttribute(WireCommands.UpdateSegmentAttribute) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
updateSegmentAttribute(WireCommands.UpdateSegmentAttribute) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
UpdateSegmentAttribute(long, String, UUID, long, long, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
updateSegmentPolicy(WireCommands.UpdateSegmentPolicy) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
updateSegmentPolicy(WireCommands.UpdateSegmentPolicy) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
updateSegmentPolicy(WireCommands.UpdateSegmentPolicy) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
UpdateSegmentPolicy(long, String, byte, int, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
updateSuccessMetric(ClientMetricKeys, String[], long) - Method in class io.pravega.shared.metrics.ClientMetricUpdater
 
updateSuccessMetric(ClientMetricKeys, String[], long) - Method in interface io.pravega.shared.metrics.MetricNotifier
Notify a success metric to the user specified MetricListener.
updateTableEntries(WireCommands.UpdateTableEntries) - Method in class io.pravega.shared.protocol.netty.DelegatingRequestProcessor
 
updateTableEntries(WireCommands.UpdateTableEntries) - Method in class io.pravega.shared.protocol.netty.FailingRequestProcessor
 
updateTableEntries(WireCommands.UpdateTableEntries) - Method in interface io.pravega.shared.protocol.netty.RequestProcessor
 
UpdateTableEntries(long, String, String, WireCommands.TableEntries, long) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
upperTimeBound(long) - Method in class io.pravega.shared.watermarks.Watermark.WatermarkBuilder
 

V

validateReaderGroupName(String) - Static method in class io.pravega.shared.NameUtils
Validates a reader group name.
validateReaderId(String) - Static method in class io.pravega.shared.NameUtils
Validates a readerId.
validateScopeName(String) - Static method in class io.pravega.shared.NameUtils
Validates a scope name.
validateStreamName(String) - Static method in class io.pravega.shared.NameUtils
Validates an internal stream name.
validateUserKeyValueTableName(String) - Static method in class io.pravega.shared.NameUtils
Validates a user-created Key-Value Table name.
validateUserScopeName(String) - Static method in class io.pravega.shared.NameUtils
Validates a user created scope name.
validateUserStreamName(String) - Static method in class io.pravega.shared.NameUtils
Validates a user created stream name.
validateWriterId(String) - Static method in class io.pravega.shared.NameUtils
Validates a writerId.
valueOf(int) - Static method in enum io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(Class) - Static method in enum io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.pravega.shared.metrics.ClientMetricKeys
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.pravega.shared.protocol.netty.WireCommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.pravega.shared.segment.ScaleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.pravega.shared.metrics.ClientMetricKeys
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.pravega.shared.protocol.netty.WireCommands.ErrorMessage.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.pravega.shared.protocol.netty.WireCommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.pravega.shared.segment.ScaleType
Returns an array containing the constants of this enum type, in the order they are declared.

W

Watermark - Class in io.pravega.shared.watermarks
Represents a serializable Watermark.
Watermark(long, long, Map<SegmentWithRange, Long>) - Constructor for class io.pravega.shared.watermarks.Watermark
 
Watermark.WatermarkBuilder - Class in io.pravega.shared.watermarks
 
WIRE_VERSION - Static variable in class io.pravega.shared.protocol.netty.WireCommands
 
WireCommand - Interface in io.pravega.shared.protocol.netty
The interface for all things that go over the Wire.
WireCommands - Class in io.pravega.shared.protocol.netty
The complete list of all commands that go over the wire between clients and the server.
WireCommands() - Constructor for class io.pravega.shared.protocol.netty.WireCommands
 
WireCommands.AppendBlock - Class in io.pravega.shared.protocol.netty
 
WireCommands.AppendBlockEnd - Class in io.pravega.shared.protocol.netty
 
WireCommands.AppendSetup - Class in io.pravega.shared.protocol.netty
 
WireCommands.AuthTokenCheckFailed - Class in io.pravega.shared.protocol.netty
 
WireCommands.AuthTokenCheckFailed.ErrorCode - Enum in io.pravega.shared.protocol.netty
 
WireCommands.ConditionalAppend - Class in io.pravega.shared.protocol.netty
 
WireCommands.ConditionalBlockEnd - Class in io.pravega.shared.protocol.netty
 
WireCommands.ConditionalCheckFailed - Class in io.pravega.shared.protocol.netty
 
WireCommands.CreateSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.CreateTableSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.DataAppended - Class in io.pravega.shared.protocol.netty
 
WireCommands.DeleteSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.DeleteTableSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.ErrorMessage - Class in io.pravega.shared.protocol.netty
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 - Enum in io.pravega.shared.protocol.netty
 
WireCommands.Event - Class in io.pravega.shared.protocol.netty
 
WireCommands.GetSegmentAttribute - Class in io.pravega.shared.protocol.netty
 
WireCommands.GetStreamSegmentInfo - Class in io.pravega.shared.protocol.netty
 
WireCommands.Hello - Class in io.pravega.shared.protocol.netty
 
WireCommands.InvalidEventNumber - Class in io.pravega.shared.protocol.netty
 
WireCommands.KeepAlive - Class in io.pravega.shared.protocol.netty
 
WireCommands.MergeSegments - Class in io.pravega.shared.protocol.netty
 
WireCommands.MergeTableSegments - Class in io.pravega.shared.protocol.netty
 
WireCommands.NoSuchSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.OperationUnsupported - Class in io.pravega.shared.protocol.netty
 
WireCommands.Padding - Class in io.pravega.shared.protocol.netty
 
WireCommands.PartialEvent - Class in io.pravega.shared.protocol.netty
 
WireCommands.ReadSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.ReadTable - Class in io.pravega.shared.protocol.netty
 
WireCommands.ReadTableEntries - Class in io.pravega.shared.protocol.netty
 
WireCommands.ReadTableEntriesDelta - Class in io.pravega.shared.protocol.netty
 
WireCommands.ReadTableKeys - Class in io.pravega.shared.protocol.netty
 
WireCommands.ReleasableCommand - Class in io.pravega.shared.protocol.netty
Base class for any command that may require releasing resources.
WireCommands.RemoveTableKeys - Class in io.pravega.shared.protocol.netty
 
WireCommands.SealSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.SealTableSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentAlreadyExists - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentAttribute - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentAttributeUpdated - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentCreated - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentDeleted - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentIsSealed - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentIsTruncated - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentPolicyUpdated - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentRead - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentSealed - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentsMerged - Class in io.pravega.shared.protocol.netty
 
WireCommands.SegmentTruncated - Class in io.pravega.shared.protocol.netty
 
WireCommands.SetupAppend - Class in io.pravega.shared.protocol.netty
 
WireCommands.StreamSegmentInfo - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableEntries - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableEntriesDeltaRead - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableEntriesRead - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableEntriesUpdated - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableKey - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableKeyBadVersion - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableKeyDoesNotExist - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableKeysRead - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableKeysRemoved - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableRead - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableSegmentNotEmpty - Class in io.pravega.shared.protocol.netty
 
WireCommands.TableValue - Class in io.pravega.shared.protocol.netty
 
WireCommands.TruncateSegment - Class in io.pravega.shared.protocol.netty
 
WireCommands.UpdateSegmentAttribute - Class in io.pravega.shared.protocol.netty
 
WireCommands.UpdateSegmentPolicy - Class in io.pravega.shared.protocol.netty
 
WireCommands.UpdateTableEntries - Class in io.pravega.shared.protocol.netty
 
WireCommands.WrongHost - Class in io.pravega.shared.protocol.netty
 
WireCommandType - Enum in io.pravega.shared.protocol.netty
The various types of commands that can be sent over the wire.
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class io.pravega.shared.protocol.netty.FlushingMessageToByteEncoder
 
writeFields(DataOutput) - Method in interface io.pravega.shared.protocol.netty.WireCommand
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlock
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendBlockEnd
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.AppendSetup
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.AuthTokenCheckFailed
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalAppend
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalBlockEnd
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ConditionalCheckFailed
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.CreateTableSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.DataAppended
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.DeleteTableSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ErrorMessage
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.Event
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.GetSegmentAttribute
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.GetStreamSegmentInfo
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.Hello
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.InvalidEventNumber
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.KeepAlive
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeSegments
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.MergeTableSegments
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.NoSuchSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.OperationUnsupported
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.Padding
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.PartialEvent
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTable
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntries
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableEntriesDelta
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.ReadTableKeys
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.RemoveTableKeys
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SealSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SealTableSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAlreadyExists
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttribute
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentAttributeUpdated
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentCreated
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentDeleted
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsSealed
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentIsTruncated
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentPolicyUpdated
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentRead
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentSealed
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentsMerged
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SegmentTruncated
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.SetupAppend
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.StreamSegmentInfo
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntries
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesDeltaRead
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesRead
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableEntriesUpdated
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKey
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyBadVersion
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeyDoesNotExist
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRead
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableKeysRemoved
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableRead
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableSegmentNotEmpty
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TableValue
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.TruncateSegment
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentAttribute
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateSegmentPolicy
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.UpdateTableEntries
 
writeFields(DataOutput) - Method in class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
writerTags(String) - Static method in class io.pravega.shared.NameUtils
Generate writer tags (string array) based on the writerId.
WRONG_HOST - io.pravega.shared.protocol.netty.WireCommandType
 
wrongHost(WireCommands.WrongHost) - Method in class io.pravega.shared.protocol.netty.DelegatingReplyProcessor
 
wrongHost(WireCommands.WrongHost) - Method in class io.pravega.shared.protocol.netty.FailingReplyProcessor
 
wrongHost(WireCommands.WrongHost) - Method in interface io.pravega.shared.protocol.netty.ReplyProcessor
 
WrongHost(long, String, String, String) - Constructor for class io.pravega.shared.protocol.netty.WireCommands.WrongHost
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages