public final class CopyData extends io.netty.util.AbstractReferenceCounted implements BackendMessage
Constructor and Description |
---|
CopyData(io.netty.buffer.ByteBuf data)
Creates 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 null
public 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.AbstractReferenceCounted
Copyright © 2019. All rights reserved.