Uses of Interface
org.springframework.data.cassandra.core.cql.support.PreparedStatementCache
Packages that use PreparedStatementCache
Package
Description
Support classes for the CQL framework.
-
Uses of PreparedStatementCache in org.springframework.data.cassandra.core.cql.support
Classes in org.springframework.data.cassandra.core.cql.support that implement PreparedStatementCacheModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 3.2, the Cassandra driver has a built-in prepared statement cache with makes external caching of prepared statements superfluous.Methods in org.springframework.data.cassandra.core.cql.support that return PreparedStatementCacheModifier and TypeMethodDescriptionstatic PreparedStatementCachePreparedStatementCache.create()Deprecated, for removal: This API element is subject to removal in a future version.Create a default cache backed by aConcurrentHashMap.CachedPreparedStatementCreator.getCache()Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.springframework.data.cassandra.core.cql.support with parameters of type PreparedStatementCacheModifier and TypeMethodDescriptionCachedPreparedStatementCreator.of(PreparedStatementCache cache, com.datastax.oss.driver.api.core.cql.SimpleStatement statement) Deprecated, for removal: This API element is subject to removal in a future version.Create a newCachedPreparedStatementCreatorgivenPreparedStatementCacheandSimpleStatementto prepare.CachedPreparedStatementCreator.of(PreparedStatementCache cache, String cql) Deprecated, for removal: This API element is subject to removal in a future version.CachedPreparedStatementCreator.of(PreparedStatementCache cache, String cql, QueryOptions queryOptions) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.data.cassandra.core.cql.support with parameters of type PreparedStatementCacheModifierConstructorDescriptionprotectedCachedPreparedStatementCreator(PreparedStatementCache cache, com.datastax.oss.driver.api.core.cql.SimpleStatement statement) Deprecated, for removal: This API element is subject to removal in a future version.Create a newCachedPreparedStatementCreator.