| Package | Description |
|---|---|
| org.apache.activemq.artemis.core.io | |
| org.apache.activemq.artemis.core.io.aio | |
| org.apache.activemq.artemis.core.io.nio |
| Constructor and Description |
|---|
AbstractSequentialFileFactory(File journalDir,
boolean buffered,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener criticalErrorListener) |
| Constructor and Description |
|---|
AIOSequentialFileFactory(File journalDir,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener listener) |
AIOSequentialFileFactory(File journalDir,
IOCriticalErrorListener listener,
int maxIO) |
| Constructor and Description |
|---|
NIOSequentialFileFactory(File journalDir,
boolean buffered,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener listener) |
NIOSequentialFileFactory(File journalDir,
boolean buffered,
IOCriticalErrorListener listener,
int maxIO) |
NIOSequentialFileFactory(File journalDir,
IOCriticalErrorListener listener,
int maxIO) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.