Class AIOSequentialFileFactory.AIOSequentialCallback

java.lang.Object
org.apache.activemq.artemis.core.io.aio.AIOSequentialFileFactory.AIOSequentialCallback
All Implemented Interfaces:
Comparable<AIOSequentialFileFactory.AIOSequentialCallback>, Runnable, org.apache.activemq.artemis.nativo.jlibaio.SubmitInfo
Enclosing class:
AIOSequentialFileFactory

public class AIOSequentialFileFactory.AIOSequentialCallback extends Object implements org.apache.activemq.artemis.nativo.jlibaio.SubmitInfo, Runnable, Comparable<AIOSequentialFileFactory.AIOSequentialCallback>
The same callback is used for Runnable executor. This way we can save some memory over the pool.