public final class LocalInfileResponse extends Object implements SubsequenceClientMessage
| Constructor and Description |
|---|
LocalInfileResponse(String path,
SynchronousSink<?> errorSink) |
| Modifier and Type | Method and Description |
|---|---|
Flux<io.netty.buffer.ByteBuf> |
encode(io.netty.buffer.ByteBufAllocator allocator,
ConnectionContext context)
Encode a message into
ByteBufs. |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isCumulative()
Returns whether the encoded buffers can be cumulated to maximize the payload size.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisSequenceResetpublic LocalInfileResponse(String path, SynchronousSink<?> errorSink)
public boolean isCumulative()
ClientMessageisCumulative in interface ClientMessagetrue if can be cumulated.public Flux<io.netty.buffer.ByteBuf> encode(io.netty.buffer.ByteBufAllocator allocator, ConnectionContext context)
ClientMessageByteBufs.encode in interface ClientMessageallocator - the ByteBufAllocator that use to get ByteBuf to write into.context - current MySQL connection context.Flux that's produces the encoded ByteBufs.Copyright © 2018–2024 asyncer.io. All rights reserved.