| Package | Description |
|---|---|
| com.stratio.deep.entity |
| Modifier and Type | Method and Description |
|---|---|
static <T> CellValidator.Kind |
CellValidator.Kind.objectToKind(T object)
Returns the Kind associated to the provided object instance.
|
static CellValidator.Kind |
CellValidator.Kind.validatorClassToKind(Class<? extends org.apache.cassandra.db.marshal.AbstractType> type)
Returns the Kind associated to the provided Cassandra validator class.
|
CellValidator.Kind |
CellValidator.validatorKind()
Getter for validatorKind.
|
static CellValidator.Kind |
CellValidator.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CellValidator.Kind[] |
CellValidator.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.