private static enum MetaRegionLocationCache.ZNodeOpType extends Enum<MetaRegionLocationCache.ZNodeOpType>
Modifier and Type | Method and Description |
---|---|
static MetaRegionLocationCache.ZNodeOpType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetaRegionLocationCache.ZNodeOpType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaRegionLocationCache.ZNodeOpType INIT
public static final MetaRegionLocationCache.ZNodeOpType CREATED
public static final MetaRegionLocationCache.ZNodeOpType CHANGED
public static final MetaRegionLocationCache.ZNodeOpType DELETED
public static MetaRegionLocationCache.ZNodeOpType[] values()
for (MetaRegionLocationCache.ZNodeOpType c : MetaRegionLocationCache.ZNodeOpType.values()) System.out.println(c);
public static MetaRegionLocationCache.ZNodeOpType 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.