public static enum DeleteTracker.DeleteResult extends Enum<DeleteTracker.DeleteResult>
Enum Constant and Description |
---|
COLUMN_DELETED |
FAMILY_DELETED |
FAMILY_VERSION_DELETED |
NOT_DELETED |
VERSION_DELETED |
VERSION_MASKED |
Modifier and Type | Method and Description |
---|---|
static DeleteTracker.DeleteResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeleteTracker.DeleteResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeleteTracker.DeleteResult FAMILY_DELETED
public static final DeleteTracker.DeleteResult FAMILY_VERSION_DELETED
public static final DeleteTracker.DeleteResult COLUMN_DELETED
public static final DeleteTracker.DeleteResult VERSION_DELETED
public static final DeleteTracker.DeleteResult NOT_DELETED
public static final DeleteTracker.DeleteResult VERSION_MASKED
public static DeleteTracker.DeleteResult[] values()
for (DeleteTracker.DeleteResult c : DeleteTracker.DeleteResult.values()) System.out.println(c);
public static DeleteTracker.DeleteResult valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.