Package io.pravega.shared.protocol.netty
Class WireCommands.TableValue
- java.lang.Object
-
- io.pravega.shared.protocol.netty.WireCommands.TableValue
-
- Enclosing class:
- WireCommands
public static final class WireCommands.TableValue extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static WireCommands.TableValueEMPTYstatic intHEADER_BYTES
-
Constructor Summary
Constructors Constructor Description TableValue(io.netty.buffer.ByteBuf data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)io.netty.buffer.ByteBufgetData()inthashCode()static WireCommands.TableValuereadFrom(EnhancedByteBufInputStream in, int length)intsize()java.lang.StringtoString()voidwriteFields(java.io.DataOutput out)
-
-
-
Field Detail
-
EMPTY
public static final WireCommands.TableValue EMPTY
-
HEADER_BYTES
public static final int HEADER_BYTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeFields
public void writeFields(java.io.DataOutput out) throws java.io.IOException- Throws:
java.io.IOException
-
readFrom
public static WireCommands.TableValue readFrom(EnhancedByteBufInputStream in, int length) throws java.io.IOException
- Throws:
java.io.IOException
-
size
public int size()
-
getData
public io.netty.buffer.ByteBuf getData()
-
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
-
-