public static enum CassandraChunkedStorageProvider.Columns extends java.lang.Enum<CassandraChunkedStorageProvider.Columns>
| Enum Constant and Description |
|---|
ATTRIBUTES |
CHUNKCOUNT |
CHUNKSIZE |
DATA |
EXPIRES |
OBJECTSIZE |
| Modifier and Type | Method and Description |
|---|---|
static CassandraChunkedStorageProvider.Columns |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CassandraChunkedStorageProvider.Columns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CassandraChunkedStorageProvider.Columns DATA
public static final CassandraChunkedStorageProvider.Columns OBJECTSIZE
public static final CassandraChunkedStorageProvider.Columns CHUNKSIZE
public static final CassandraChunkedStorageProvider.Columns CHUNKCOUNT
public static final CassandraChunkedStorageProvider.Columns EXPIRES
public static final CassandraChunkedStorageProvider.Columns ATTRIBUTES
public static CassandraChunkedStorageProvider.Columns[] values()
for (CassandraChunkedStorageProvider.Columns c : CassandraChunkedStorageProvider.Columns.values()) System.out.println(c);
public static CassandraChunkedStorageProvider.Columns 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 null