java.io.Serializable, java.lang.Comparable<BlockOperations.Kind>public static enum BlockOperations.Kind extends java.lang.Enum<BlockOperations.Kind>
| Enum Constant | Description |
|---|---|
CACHE_PUT |
|
CANCEL_PREFETCHES |
|
CLOSE |
|
GET_CACHED |
|
GET_PREFETCHED |
|
GET_READ |
|
PREFETCH |
|
RELEASE |
|
REQUEST_CACHING |
|
REQUEST_PREFETCH |
|
UNKNOWN |
| Modifier and Type | Method | Description |
|---|---|---|
static BlockOperations.Kind |
fromShortName(java.lang.String shortName) |
|
static BlockOperations.Kind |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BlockOperations.Kind[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlockOperations.Kind UNKNOWN
public static final BlockOperations.Kind CANCEL_PREFETCHES
public static final BlockOperations.Kind CLOSE
public static final BlockOperations.Kind CACHE_PUT
public static final BlockOperations.Kind GET_CACHED
public static final BlockOperations.Kind GET_PREFETCHED
public static final BlockOperations.Kind GET_READ
public static final BlockOperations.Kind PREFETCH
public static final BlockOperations.Kind RELEASE
public static final BlockOperations.Kind REQUEST_CACHING
public static final BlockOperations.Kind REQUEST_PREFETCH
public static BlockOperations.Kind[] values()
for (BlockOperations.Kind c : BlockOperations.Kind.values()) System.out.println(c);
public static BlockOperations.Kind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static BlockOperations.Kind fromShortName(java.lang.String shortName)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.