Package io.pravega.shared.protocol.netty
Class WireCommands.KeepAlive
- java.lang.Object
-
- io.pravega.shared.protocol.netty.WireCommands.KeepAlive
-
- All Implemented Interfaces:
Reply,Request,WireCommand
- Enclosing class:
- WireCommands
public static final class WireCommands.KeepAlive extends java.lang.Object implements Request, Reply, WireCommand
-
-
Constructor Summary
Constructors Constructor Description KeepAlive()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)longgetRequestId()WireCommandTypegetType()inthashCode()booleanmustLog()voidprocess(ReplyProcessor cp)voidprocess(RequestProcessor cp)static WireCommandreadFrom(java.io.DataInput in, int length)java.lang.StringtoString()voidwriteFields(java.io.DataOutput out)
-
-
-
Method Detail
-
process
public void process(ReplyProcessor cp)
-
process
public void process(RequestProcessor cp)
-
writeFields
public void writeFields(java.io.DataOutput out)
- Specified by:
writeFieldsin interfaceWireCommand
-
readFrom
public static WireCommand readFrom(java.io.DataInput in, int length)
-
getRequestId
public long getRequestId()
- Specified by:
getRequestIdin interfaceReply- Specified by:
getRequestIdin interfaceRequest
-
getType
public WireCommandType getType()
- Specified by:
getTypein interfaceWireCommand
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-