| Package | Description |
|---|---|
| org.springframework.data.cassandra |
Spring Data's Cassandra abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraSchemaElementExistsException.ElementType |
CassandraSchemaElementExistsException.getElementType() |
static CassandraSchemaElementExistsException.ElementType |
CassandraSchemaElementExistsException.ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CassandraSchemaElementExistsException.ElementType[] |
CassandraSchemaElementExistsException.ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CassandraSchemaElementExistsException(String elementName,
CassandraSchemaElementExistsException.ElementType elementType,
String msg,
Throwable cause) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.