Package io.pravega.shared.protocol.netty
Interface Reply
-
- All Known Implementing Classes:
WireCommands.AppendSetup,WireCommands.AuthTokenCheckFailed,WireCommands.ConditionalCheckFailed,WireCommands.DataAppended,WireCommands.ErrorMessage,WireCommands.Hello,WireCommands.InvalidEventNumber,WireCommands.KeepAlive,WireCommands.NoSuchSegment,WireCommands.OperationUnsupported,WireCommands.SegmentAlreadyExists,WireCommands.SegmentAttribute,WireCommands.SegmentAttributeUpdated,WireCommands.SegmentCreated,WireCommands.SegmentDeleted,WireCommands.SegmentIsSealed,WireCommands.SegmentIsTruncated,WireCommands.SegmentPolicyUpdated,WireCommands.SegmentRead,WireCommands.SegmentSealed,WireCommands.SegmentsMerged,WireCommands.SegmentTruncated,WireCommands.StreamSegmentInfo,WireCommands.TableEntriesDeltaRead,WireCommands.TableEntriesRead,WireCommands.TableEntriesUpdated,WireCommands.TableKeyBadVersion,WireCommands.TableKeyDoesNotExist,WireCommands.TableKeysRead,WireCommands.TableKeysRemoved,WireCommands.TableRead,WireCommands.TableSegmentNotEmpty,WireCommands.WrongHost
public interface ReplyA response going from the server to the client resulting from a previous message from the client to the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longgetRequestId()default booleanisFailure()voidprocess(ReplyProcessor cp)
-
-
-
Method Detail
-
getRequestId
long getRequestId()
-
process
void process(ReplyProcessor cp)
-
isFailure
default boolean isFailure()
-
-