Package org.elasticsearch.nio
Class FlushReadyWrite
java.lang.Object
org.elasticsearch.nio.FlushOperation
org.elasticsearch.nio.FlushReadyWrite
- All Implemented Interfaces:
WriteOperation
-
Constructor Summary
ConstructorsConstructorDescriptionFlushReadyWrite(SocketChannelContext channelContext, ByteBuffer[] buffers, BiConsumer<Void, Exception> listener) -
Method Summary
Methods inherited from class org.elasticsearch.nio.FlushOperation
getBuffersToWrite, getBuffersToWrite, getListener, incrementIndex, isFullyFlushedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.nio.WriteOperation
getListener
-
Constructor Details
-
FlushReadyWrite
public FlushReadyWrite(SocketChannelContext channelContext, ByteBuffer[] buffers, BiConsumer<Void, Exception> listener)
-
-
Method Details
-
getChannel
- Specified by:
getChannelin interfaceWriteOperation
-
getObject
- Specified by:
getObjectin interfaceWriteOperation
-