Modifier and Type | Class and Description |
---|---|
class |
AbstractSequentialFile |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
SequentialFile.cloneFile() |
SequentialFile |
SequentialFileFactory.createSequentialFile(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
SequentialFileFactory.activateBuffer(SequentialFile file) |
void |
AbstractSequentialFileFactory.activateBuffer(SequentialFile file) |
void |
AbstractSequentialFile.copyTo(SequentialFile newFileName) |
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 |
AbstractSequentialFileFactory.onIOError(Exception exception,
String message,
SequentialFile file) |
void |
IOCriticalErrorListener.onIOException(Throwable code,
String message,
SequentialFile file) |
Modifier and Type | Class and Description |
---|---|
class |
AIOSequentialFile |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
AIOSequentialFile.cloneFile() |
SequentialFile |
AIOSequentialFileFactory.createSequentialFile(String fileName) |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
MappedSequentialFileFactory.createSequentialFile(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
MappedSequentialFileFactory.activateBuffer(SequentialFile file) |
void |
MappedSequentialFileFactory.onIOError(Exception exception,
String message,
SequentialFile file) |
Modifier and Type | Class and Description |
---|---|
class |
NIOSequentialFile |
Modifier and Type | Method and Description |
---|---|
SequentialFile |
NIOSequentialFile.cloneFile() |
SequentialFile |
NIOSequentialFileFactory.createSequentialFile(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
NIOSequentialFile.copyTo(SequentialFile dstFile) |
Modifier and Type | Method and Description |
---|---|
static void |
FileIOUtil.copyData(SequentialFile from,
SequentialFile to,
ByteBuffer buffer) |
Modifier and Type | Field and Description |
---|---|
protected SequentialFile |
AbstractJournalUpdateTask.sequentialFile |
Modifier and Type | Method and Description |
---|---|
protected SequentialFile |
JournalImpl.createControlFile(List<JournalFile> files,
List<JournalFile> newFiles,
Pair<String,String> cleanupRename) |
SequentialFile |
JournalFile.getFile() |
SequentialFile |
JournalFileImpl.getFile() |
static SequentialFile |
AbstractJournalUpdateTask.readControlFile(SequentialFileFactory fileFactory,
List<String> dataFiles,
List<String> newFiles,
List<Pair<String,String>> renameFile) |
static SequentialFile |
AbstractJournalUpdateTask.writeControlFile(SequentialFileFactory fileFactory,
List<JournalFile> files,
List<JournalFile> newFiles,
List<Pair<String,String>> renames) |
protected SequentialFile |
JournalImpl.writeControlFile(SequentialFileFactory fileFactory,
List<JournalFile> files,
List<JournalFile> newFiles,
List<Pair<String,String>> renames) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.