public class SourceQuerySplitPacket extends SourceQueryPacket implements Comparable<SourceQuerySplitPacket>
Constructor and Description |
---|
SourceQuerySplitPacket(io.netty.buffer.ByteBuf payload)
Constructor for SourceQuerySplitPacket.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SourceQuerySplitPacket o) |
boolean |
equals(Object o) |
Integer |
getCrcChecksum()
Getter for the field
crcChecksum . |
Integer |
getDecompressedSize()
Getter for the field
decompressedSize . |
int |
getId()
Getter for the field
id . |
int |
getPacketCount()
Getter for the field
packetCount . |
int |
getPacketMaxSize()
Getter for the field
packetMaxSize . |
int |
getPacketNumber()
Getter for the field
packetNumber . |
int |
getPacketSize()
Getter for the field
packetSize . |
int |
hashCode() |
boolean |
isCompressed()
isCompressed.
|
void |
setCompressed(boolean compressed)
Setter for the field
compressed . |
void |
setCrcChecksum(Integer crcChecksum)
Setter for the field
crcChecksum . |
void |
setDecompressedSize(Integer decompressedSize)
Setter for the field
decompressedSize . |
void |
setId(int id)
Setter for the field
id . |
void |
setPacketCount(int packetCount)
Setter for the field
packetCount . |
void |
setPacketMaxSize(int packetMaxSize)
Setter for the field
packetMaxSize . |
void |
setPacketNumber(int packetNumber)
Setter for the field
packetNumber . |
void |
setPacketSize(int packetSize)
Setter for the field
packetSize . |
String |
toString() |
getType
content, contentToString, copy, duplicate, refCnt, release, release, replace, retain, retain, retainedDuplicate, touch, touch
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public SourceQuerySplitPacket(io.netty.buffer.ByteBuf payload)
Constructor for SourceQuerySplitPacket.
payload
- a ByteBuf
objectpublic Integer getDecompressedSize()
Getter for the field decompressedSize
.
Integer
objectpublic void setDecompressedSize(Integer decompressedSize)
Setter for the field decompressedSize
.
decompressedSize
- a Integer
objectpublic Integer getCrcChecksum()
Getter for the field crcChecksum
.
Integer
objectpublic void setCrcChecksum(Integer crcChecksum)
Setter for the field crcChecksum
.
crcChecksum
- a Integer
objectpublic int compareTo(SourceQuerySplitPacket o)
compareTo
in interface Comparable<SourceQuerySplitPacket>
public String toString()
toString
in class io.netty.buffer.DefaultByteBufHolder
public int getPacketCount()
Getter for the field packetCount
.
public void setPacketCount(int packetCount)
Setter for the field packetCount
.
packetCount
- a intpublic int getPacketSize()
Getter for the field packetSize
.
public void setPacketSize(int packetSize)
Setter for the field packetSize
.
packetSize
- a intpublic int getPacketMaxSize()
Getter for the field packetMaxSize
.
public void setPacketMaxSize(int packetMaxSize)
Setter for the field packetMaxSize
.
packetMaxSize
- a intpublic boolean isCompressed()
isCompressed.
public void setCompressed(boolean compressed)
Setter for the field compressed
.
compressed
- a booleanpublic boolean equals(Object o)
equals
in class io.netty.buffer.DefaultByteBufHolder
public int getId()
Getter for the field id
.
public void setId(int id)
Setter for the field id
.
id
- a intpublic int getPacketNumber()
Getter for the field packetNumber
.
public void setPacketNumber(int packetNumber)
Setter for the field packetNumber
.
packetNumber
- a intpublic int hashCode()
hashCode
in class io.netty.buffer.DefaultByteBufHolder
Copyright © 2016–2024. All rights reserved.