| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.support |
Support classes for the CQL framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapPreparedStatementCache
Deprecated.
since 3.2, the Cassandra driver has a built-in prepared statement cache with makes external caching of prepared statements superfluous.
|
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatementCache |
PreparedStatementCache.create()
Deprecated.
Create a default cache backed by a
ConcurrentHashMap. |
PreparedStatementCache |
CachedPreparedStatementCreator.getCache()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CachedPreparedStatementCreator |
CachedPreparedStatementCreator.of(PreparedStatementCache cache,
com.datastax.oss.driver.api.core.cql.SimpleStatement statement)
Deprecated.
Create a new
CachedPreparedStatementCreator given PreparedStatementCache and
SimpleStatement to prepare. |
static CachedPreparedStatementCreator |
CachedPreparedStatementCreator.of(PreparedStatementCache cache,
String cql)
Deprecated.
|
static CachedPreparedStatementCreator |
CachedPreparedStatementCreator.of(PreparedStatementCache cache,
String cql,
QueryOptions queryOptions)
Deprecated.
|
| Constructor and Description |
|---|
CachedPreparedStatementCreator(PreparedStatementCache cache,
com.datastax.oss.driver.api.core.cql.SimpleStatement statement)
Deprecated.
Create a new
CachedPreparedStatementCreator. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.