public static enum MemcachedConnector.Request.Type extends java.lang.Enum<MemcachedConnector.Request.Type>
Enum Constant and Description |
---|
ADD |
APPEND |
CAS |
DECR |
DELETE |
GET |
GETS |
INCR |
PREPEND |
REPLACE |
SET |
STAT |
STATS |
Modifier and Type | Method and Description |
---|---|
static MemcachedConnector.Request.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MemcachedConnector.Request.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MemcachedConnector.Request.Type SET
public static final MemcachedConnector.Request.Type ADD
public static final MemcachedConnector.Request.Type REPLACE
public static final MemcachedConnector.Request.Type PREPEND
public static final MemcachedConnector.Request.Type APPEND
public static final MemcachedConnector.Request.Type CAS
public static final MemcachedConnector.Request.Type INCR
public static final MemcachedConnector.Request.Type DECR
public static final MemcachedConnector.Request.Type GET
public static final MemcachedConnector.Request.Type GETS
public static final MemcachedConnector.Request.Type DELETE
public static final MemcachedConnector.Request.Type STAT
public static final MemcachedConnector.Request.Type STATS
public static MemcachedConnector.Request.Type[] values()
for (MemcachedConnector.Request.Type c : MemcachedConnector.Request.Type.values()) System.out.println(c);
public static MemcachedConnector.Request.Type 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.