Uses of Enum
org.apache.hadoop.hbase.backup.TestBackupDeleteWithFailures.Failure
Packages that use TestBackupDeleteWithFailures.Failure
-
Uses of TestBackupDeleteWithFailures.Failure in org.apache.hadoop.hbase.backup
Fields in org.apache.hadoop.hbase.backup with type parameters of type TestBackupDeleteWithFailures.FailureModifier and TypeFieldDescription(package private) List<TestBackupDeleteWithFailures.Failure>
TestBackupDeleteWithFailures.MasterSnapshotObserver.failures
Methods in org.apache.hadoop.hbase.backup that return TestBackupDeleteWithFailures.FailureModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TestBackupDeleteWithFailures.Failure[]
TestBackupDeleteWithFailures.Failure.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase.backup with parameters of type TestBackupDeleteWithFailures.FailureModifier and TypeMethodDescriptionvoid
TestBackupDeleteWithFailures.MasterSnapshotObserver.setFailures
(TestBackupDeleteWithFailures.Failure... f) private void
TestBackupDeleteWithFailures.testBackupDeleteWithFailuresAfter
(int expected, TestBackupDeleteWithFailures.Failure... failures)