public abstract class DumpFileReader extends FileReader
FileReader.EOFException, FileReader.ReadWindow| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.Long> |
targetTxnIds |
protected boolean |
verbose |
cksumValidator, currentEntryHeader, currentEntryOffset, currentEntryPrevOffset, envImpl, eof, fileManager, forward, logger, nextEntryOffset, startLsn, window| Constructor and Description |
|---|
DumpFileReader(EnvironmentImpl env,
int readBufferSize,
long startLsn,
long finishLsn,
long endOfFileLsn,
java.lang.String entryTypes,
java.lang.String txnIds,
boolean verbose,
boolean repEntriesOnly,
boolean forwards)
Create this reader to start at a given LSN.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isTargetEntry() |
void |
summarize(boolean ignore) |
entryIsReplicated, getAndResetNReads, getLastEntrySize, getLastLsn, getNRepeatIteratorReads, getNumRead, initStartingPosition, makeWindow, processEntry, readNextEntry, readNextEntryAllowExceptions, resyncReader, setAlwaysValidateChecksum, setBackwardPosition, setForwardPosition, skipData, skipEntry, threadSafeBufferFlip, threadSafeBufferPosition, threadSafeBufferPositionprotected final java.util.Set<java.lang.Long> targetTxnIds
protected final boolean verbose
public DumpFileReader(EnvironmentImpl env, int readBufferSize, long startLsn, long finishLsn, long endOfFileLsn, java.lang.String entryTypes, java.lang.String txnIds, boolean verbose, boolean repEntriesOnly, boolean forwards) throws DatabaseException
DatabaseExceptionprotected boolean isTargetEntry()
isTargetEntry in class FileReaderpublic void summarize(boolean ignore)
Copyright (c) 2004-2012 Oracle. All rights reserved.