public abstract class DumpFileReader extends FileReader
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.Long> |
targetTxnIds |
protected boolean |
verbose |
anticipateChecksumErrors, cksumValidator, currentEntryHeader, currentEntryOffset, currentEntryPrevOffset, envImpl, eof, fileManager, nextEntryOffset, readBufferFileEnd, readBufferFileNum, readBufferFileStart, startLsn| Constructor and Description |
|---|
DumpFileReader(EnvironmentImpl env,
int readBufferSize,
long startLsn,
long finishLsn,
java.lang.String entryTypes,
java.lang.String txnIds,
boolean verbose)
Create this reader to start at a given LSN.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTargetEntry() |
void |
summarize() |
getAndResetNReads, getLastEntrySize, getLastLsn, getNRepeatIteratorReads, getNumRead, initStartingPosition, processEntry, readNextEntry, resyncReader, setAlwaysValidateChecksum, threadSafeBufferPosition, threadSafeBufferPositionprotected java.util.Set<java.lang.Long> targetTxnIds
protected boolean verbose
public DumpFileReader(EnvironmentImpl env, int readBufferSize, long startLsn, long finishLsn, java.lang.String entryTypes, java.lang.String txnIds, boolean verbose) throws java.io.IOException, DatabaseException
java.io.IOExceptionDatabaseExceptionprotected boolean isTargetEntry()
isTargetEntry in class FileReaderpublic void summarize()
Copyright (c) 2004,2008 Oracle. All rights reserved.