| Modifier and Type | Field and Description |
|---|---|
protected IOCriticalErrorListener |
AbstractSequentialFileFactory.critialErrorListener |
| Constructor and Description |
|---|
AbstractSequentialFileFactory(File journalDir,
boolean buffered,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener criticalErrorListener,
CriticalAnalyzer criticalAnalyzer) |
| Constructor and Description |
|---|
AIOSequentialFileFactory(File journalDir,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener listener,
CriticalAnalyzer analyzer) |
AIOSequentialFileFactory(File journalDir,
IOCriticalErrorListener listener,
int maxIO) |
| Constructor and Description |
|---|
MappedSequentialFileFactory(File directory,
int capacity,
boolean buffered,
int bufferSize,
int bufferTimeout,
IOCriticalErrorListener criticalErrorListener) |
| Constructor and Description |
|---|
NIOSequentialFileFactory(File journalDir,
boolean buffered,
int bufferSize,
int bufferTimeout,
int maxIO,
boolean logRates,
IOCriticalErrorListener listener,
CriticalAnalyzer analyzer) |
NIOSequentialFileFactory(File journalDir,
boolean buffered,
IOCriticalErrorListener listener,
int maxIO) |
NIOSequentialFileFactory(File journalDir,
IOCriticalErrorListener listener,
int maxIO) |
| Constructor and Description |
|---|
JournalImpl(ExecutorFactory ioExecutors,
int fileSize,
int minFiles,
int poolSize,
int compactMinFiles,
int compactPercentage,
int journalFileOpenTimeout,
SequentialFileFactory fileFactory,
String filePrefix,
String fileExtension,
int maxAIO,
int userVersion,
IOCriticalErrorListener criticalErrorListener) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.