public static enum CacheKey.Operation extends Enum<CacheKey.Operation>
| Enum Constant and Description |
|---|
DELETE |
DELETE_BY_PARTITION |
DELETE_IF_EXISTS |
FIND |
INSERT |
INSERT_IF_NOT_EXISTS |
INSERT_IF_NOT_EXISTS_JSON |
INSERT_JSON |
INSERT_STATIC |
INSERT_STATIC_IF_NOT_EXISTS |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
abstract PreparedStatement |
getPreparedStatement(RuntimeEngine rte,
AbstractEntityProperty<?> meta,
CassandraOptions cassandraOptions) |
static CacheKey.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheKey.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheKey.Operation FIND
public static final CacheKey.Operation INSERT
public static final CacheKey.Operation INSERT_JSON
public static final CacheKey.Operation INSERT_STATIC
public static final CacheKey.Operation INSERT_IF_NOT_EXISTS
public static final CacheKey.Operation INSERT_IF_NOT_EXISTS_JSON
public static final CacheKey.Operation INSERT_STATIC_IF_NOT_EXISTS
public static final CacheKey.Operation DELETE
public static final CacheKey.Operation DELETE_IF_EXISTS
public static final CacheKey.Operation DELETE_BY_PARTITION
public static final CacheKey.Operation UPDATE
public static CacheKey.Operation[] values()
for (CacheKey.Operation c : CacheKey.Operation.values()) System.out.println(c);
public static CacheKey.Operation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract PreparedStatement getPreparedStatement(RuntimeEngine rte, AbstractEntityProperty<?> meta, CassandraOptions cassandraOptions)
Copyright © 2012-2021. All Rights Reserved.