Package | Description |
---|---|
org.apache.hadoop.hbase.wal |
Modifier and Type | Method and Description |
---|---|
static TestWALSplit.Corruptions |
TestWALSplit.Corruptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestWALSplit.Corruptions[] |
TestWALSplit.Corruptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
TestWALSplit.corruptWAL(org.apache.hadoop.fs.Path path,
TestWALSplit.Corruptions corruption,
boolean close) |
private void |
TestWALSplit.ignoreCorruption(TestWALSplit.Corruptions corruption,
int entryCount,
int expectedCount) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.