Package | Description |
---|---|
org.apache.activemq.artemis.core.io.aio | |
org.apache.activemq.artemis.jlibaio |
This packages handles Linux libaio at a low level.
|
org.apache.activemq.artemis.jlibaio.util |
Modifier and Type | Class and Description |
---|---|
class |
AIOSequentialFileFactory.AIOSequentialCallback
The same callback is used for Runnable executor.
|
Modifier and Type | Class and Description |
---|---|
class |
LibaioContext<Callback extends SubmitInfo>
This class is used as an aggregator for the
LibaioFile . |
class |
LibaioFile<Callback extends SubmitInfo>
This is an extension to use libaio.
|
Modifier and Type | Method and Description |
---|---|
int |
LibaioContext.poll(Callback[] callbacks,
int min,
int max)
It will poll the libaio queue for results.
|
Modifier and Type | Class and Description |
---|---|
class |
CallbackCache<Callback extends SubmitInfo>
this is an utility class where you can reuse Callbackk objects for your LibaioContext usage.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.