Uses of Enum
org.apache.hadoop.hbase.wal.TestWALSplit.Corruptions
Packages that use TestWALSplit.Corruptions
-
Uses of TestWALSplit.Corruptions in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal that return TestWALSplit.CorruptionsModifier and TypeMethodDescriptionstatic TestWALSplit.Corruptions
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.Methods in org.apache.hadoop.hbase.wal with parameters of type TestWALSplit.CorruptionsModifier and TypeMethodDescriptionprivate 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)