Package alluxio.cli
Class JournalCrashTest
- java.lang.Object
-
- alluxio.cli.JournalCrashTest
-
public final class JournalCrashTest extends java.lang.ObjectClass to perform Journal crash test. The clients issue commands to the master, and the master generates journal events. Check if the master can generate and reproduce the journal correctly.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Runs the crash test.
-