| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.support |
Support classes for the CQL framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MapPreparedStatementCache
PreparedStatementCache backed by a Map cache. |
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatementCache |
PreparedStatementCache.create()
Create a default cache backed by a
ConcurrentHashMap. |
PreparedStatementCache |
CachedPreparedStatementCreator.getCache() |
| Modifier and Type | Method and Description |
|---|---|
static CachedPreparedStatementCreator |
CachedPreparedStatementCreator.of(PreparedStatementCache cache,
com.datastax.driver.core.RegularStatement statement)
Create a new
CachedPreparedStatementCreator given PreparedStatementCache and
RegularStatement to prepare. |
static CachedPreparedStatementCreator |
CachedPreparedStatementCreator.of(PreparedStatementCache cache,
String cql)
|
static CachedPreparedStatementCreator |
CachedPreparedStatementCreator.of(PreparedStatementCache cache,
String cql,
QueryOptions queryOptions)
|
| Constructor and Description |
|---|
CachedPreparedStatementCreator(PreparedStatementCache cache,
com.datastax.driver.core.RegularStatement statement)
Create a new
CachedPreparedStatementCreator. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.