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.CorruptionsReturns 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 voidTestWALSplit.corruptWAL(org.apache.hadoop.fs.Path path, TestWALSplit.Corruptions corruption, boolean close) private voidTestWALSplit.ignoreCorruption(TestWALSplit.Corruptions corruption, int entryCount, int expectedCount)