public final class CopyData extends io.netty.util.AbstractReferenceCounted implements BackendMessage
| Constructor and Description |
|---|
CopyData(io.netty.buffer.ByteBuf data)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
deallocate() |
boolean |
equals(Object o) |
io.netty.buffer.ByteBuf |
getData()
Returns data that forms part of a
COPY data stream. |
int |
hashCode() |
String |
toString() |
CopyData |
touch(Object hint) |
public CopyData(io.netty.buffer.ByteBuf data)
data - data that forms part of a COPY data stream. Always corresponds to a single data row.IllegalArgumentException - if data is nullpublic io.netty.buffer.ByteBuf getData()
COPY data stream. Always corresponds to a single data row.COPY data stream.protected void deallocate()
deallocate in class io.netty.util.AbstractReferenceCountedCopyright © 2023. All rights reserved.