|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<LateralCommand>
org.apache.jcs.auxiliary.lateral.LateralCommand
public enum LateralCommand
Enumeration of the available lateral commands
| Enum Constant Summary | |
|---|---|
DISPOSE
The command for disposing the cache. |
|
GET
Command to return an object. |
|
GET_GROUP_KEYS
Command to get all group keys |
|
GET_GROUP_NAMES
Command to get all group keys |
|
GET_MATCHING
Command to return an object. |
|
REMOVE
The command for removes |
|
REMOVEALL
The command instructing us to remove all |
|
UPDATE
The command for updates |
|
| Method Summary | |
|---|---|
static LateralCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LateralCommand[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final LateralCommand UPDATE
public static final LateralCommand REMOVE
public static final LateralCommand REMOVEALL
public static final LateralCommand DISPOSE
public static final LateralCommand GET
public static final LateralCommand GET_MATCHING
public static final LateralCommand GET_GROUP_KEYS
public static final LateralCommand GET_GROUP_NAMES
| Method Detail |
|---|
public static LateralCommand[] values()
for (LateralCommand c : LateralCommand.values()) System.out.println(c);
public static LateralCommand valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||