| Package | Description |
|---|---|
| org.springframework.data.cassandra |
Spring Data's Cassandra abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
CassandraSchemaElementExistsException.ElementType |
CassandraSchemaElementExistsException.getElementType()
Deprecated.
|
static CassandraSchemaElementExistsException.ElementType |
CassandraSchemaElementExistsException.ElementType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CassandraSchemaElementExistsException.ElementType[] |
CassandraSchemaElementExistsException.ElementType.values()
Deprecated.
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)
Deprecated.
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.