| 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) |
| Modifier and Type | Method and Description |
|---|---|
static MappedSequentialFileFactory |
MappedSequentialFileFactory.buffered(File directory,
int capacity,
int bufferSize,
int bufferTimeout,
IOCriticalErrorListener criticalErrorListener) |
static MappedSequentialFileFactory |
MappedSequentialFileFactory.unbuffered(File directory,
int capacity,
IOCriticalErrorListener criticalErrorListener) |
| 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 © 2017 The Apache Software Foundation. All Rights Reserved.