Package io.pravega.shared.protocol.netty
Interface Request
-
- All Known Implementing Classes:
Append,WireCommands.ConditionalAppend,WireCommands.ConditionalBlockEnd,WireCommands.CreateSegment,WireCommands.CreateTableSegment,WireCommands.DeleteSegment,WireCommands.DeleteTableSegment,WireCommands.GetSegmentAttribute,WireCommands.GetStreamSegmentInfo,WireCommands.Hello,WireCommands.KeepAlive,WireCommands.MergeSegments,WireCommands.MergeTableSegments,WireCommands.ReadSegment,WireCommands.ReadTable,WireCommands.ReadTableEntries,WireCommands.ReadTableEntriesDelta,WireCommands.ReadTableKeys,WireCommands.RemoveTableKeys,WireCommands.SealSegment,WireCommands.SealTableSegment,WireCommands.SetupAppend,WireCommands.TruncateSegment,WireCommands.UpdateSegmentAttribute,WireCommands.UpdateSegmentPolicy,WireCommands.UpdateTableEntries
public interface RequestA request from the client to the server. Requests usually result in a corresponding Reply being sent back.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description longgetRequestId()default booleanmustLog()voidprocess(RequestProcessor cp)
-
-
-
Method Detail
-
getRequestId
long getRequestId()
-
process
void process(RequestProcessor cp)
-
mustLog
default boolean mustLog()
-
-