static final class WALSplitter.SplitWALResult extends Object
isFinished()
to see if we are done with the WAL and isCorrupt()
for if the
WAL is corrupt.Modifier and Type | Field and Description |
---|---|
private boolean |
corrupt |
private boolean |
finished |
Modifier | Constructor and Description |
---|---|
private |
SplitWALResult(boolean finished,
boolean corrupt) |
private SplitWALResult(boolean finished, boolean corrupt)
public boolean isFinished()
public boolean isCorrupt()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.