protected static enum COUNTER.RequestType extends java.lang.Enum<COUNTER.RequestType>
Enum Constant and Description |
---|
ADD_AND_GET |
COMPARE_AND_SET |
DELETE |
GET_OR_CREATE |
RECONCILE |
RESEND_PENDING_REQUESTS |
SET |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static COUNTER.RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static COUNTER.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COUNTER.RequestType GET_OR_CREATE
public static final COUNTER.RequestType DELETE
public static final COUNTER.RequestType SET
public static final COUNTER.RequestType COMPARE_AND_SET
public static final COUNTER.RequestType ADD_AND_GET
public static final COUNTER.RequestType UPDATE
public static final COUNTER.RequestType RECONCILE
public static final COUNTER.RequestType RESEND_PENDING_REQUESTS
public static COUNTER.RequestType[] values()
for (COUNTER.RequestType c : COUNTER.RequestType.values()) System.out.println(c);
public static COUNTER.RequestType 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 nullCopyright © 1998-2020 Red Hat. All Rights Reserved.