public static enum DatanodeDescriptor.CachedBlocksList.Type extends Enum<DatanodeDescriptor.CachedBlocksList.Type>
| Enum Constant and Description | 
|---|
| CACHED | 
| PENDING_CACHED | 
| PENDING_UNCACHED | 
| Modifier and Type | Method and Description | 
|---|---|
| static DatanodeDescriptor.CachedBlocksList.Type | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DatanodeDescriptor.CachedBlocksList.Type[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DatanodeDescriptor.CachedBlocksList.Type PENDING_CACHED
public static final DatanodeDescriptor.CachedBlocksList.Type CACHED
public static final DatanodeDescriptor.CachedBlocksList.Type PENDING_UNCACHED
public static DatanodeDescriptor.CachedBlocksList.Type[] values()
for (DatanodeDescriptor.CachedBlocksList.Type c : DatanodeDescriptor.CachedBlocksList.Type.values()) System.out.println(c);
public static DatanodeDescriptor.CachedBlocksList.Type 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 © 2008–2023 Apache Software Foundation. All rights reserved.