Package | Description |
---|---|
org.hornetq.core.journal | |
org.hornetq.core.journal.impl | |
org.hornetq.core.journal.util |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
SequentialFile.cloneFile() |
SequentialFile |
SequentialFileFactory.createSequentialFile(String fileName,
int maxIO) |
Modifier and Type | Method and Description |
---|---|
void |
SequentialFileFactory.activateBuffer(SequentialFile file) |
void |
SequentialFile.copyTo(SequentialFile newFileName) |
void |
SequentialFileFactory.onIOError(Exception exception,
String message,
SequentialFile file)
The SequentialFile will call this method when a disk IO Error happens during the live phase.
|
void |
IOCriticalErrorListener.onIOException(Throwable code,
String message,
SequentialFile file) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSequentialFile
A AbstractSequentialFile
|
class |
AIOSequentialFile
A AIOSequentialFile
|
class |
NIOSequentialFile
A NIOSequentialFile
|
Modifier and Type | Field and Description |
---|---|
protected SequentialFile |
AbstractJournalUpdateTask.sequentialFile |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSequentialFile.copyTo(SequentialFile newFileName) |
protected void |
JournalImpl.deleteControlFile(SequentialFile controlFile) |
static int |
JournalImpl.initFileHeader(SequentialFileFactory fileFactory,
SequentialFile sequentialFile,
int userVersion,
long fileID) |
Constructor and Description |
---|
JournalFileImpl(SequentialFile file,
long fileID,
int version) |
Modifier and Type | Method and Description |
---|---|
static void |
FileIOUtil.copyData(SequentialFile from,
SequentialFile to,
ByteBuffer buffer) |
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.