public class Verifier
extends java.lang.Object
implements java.io.Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
Verifier.Options |
static class |
Verifier.RangeOwnHelper
Use the fact that check(..) is called with sorted tokens - we keep a pointer in to the normalized ranges
and only bump the pointer if the key given is out of range.
|
| Constructor and Description |
|---|
Verifier(ColumnFamilyStore cfs,
SSTableReader sstable,
boolean isOffline,
Verifier.Options options) |
Verifier(ColumnFamilyStore cfs,
SSTableReader sstable,
OutputHandler outputHandler,
boolean isOffline,
Verifier.Options options) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CompactionInfo.Holder |
getVerifyInfo() |
static Verifier.Options.Builder |
options() |
void |
verify() |
public Verifier(ColumnFamilyStore cfs, SSTableReader sstable, boolean isOffline, Verifier.Options options)
public Verifier(ColumnFamilyStore cfs, SSTableReader sstable, OutputHandler outputHandler, boolean isOffline, Verifier.Options options)
public void verify()
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic CompactionInfo.Holder getVerifyInfo()
public static Verifier.Options.Builder options()
Copyright © 2009-2020 The Apache Software Foundation