- CachedPreparedStatementCreator - Class in org.springframework.cassandra.core
-
This
PreparedStatementCreator
maintains a static cache of all prepared statements for the duration of the JVM
runtime, more specific the lifecycle of the associated
ClassLoader
.
- CachedPreparedStatementCreator(String) - Constructor for class org.springframework.cassandra.core.CachedPreparedStatementCreator
-
- cancel() - Method in interface org.springframework.cassandra.core.Cancellable
-
Cancels the query operation that this cancellable came from.
- cancel() - Method in class org.springframework.cassandra.core.ResultSetFutureCancellable
-
- Cancellable - Interface in org.springframework.cassandra.core
-
Interface allowing a caller to cancel an asynchronous query.
- CASSANDRA_SIMPLE_TYPES - Static variable in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
-
- CassandraAccessor - Class in org.springframework.cassandra.support
-
- CassandraAccessor() - Constructor for class org.springframework.cassandra.support.CassandraAccessor
-
- CassandraAdminOperations - Interface in org.springframework.data.cassandra.core
-
Operations for managing a Cassandra keyspace.
- CassandraAdminTemplate - Class in org.springframework.data.cassandra.core
-
- CassandraAdminTemplate(Session, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
Constructor used for a basic template configuration
- CassandraAuthenticationException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra authentication failure.
- CassandraAuthenticationException(InetAddress, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraAuthenticationException
-
- CassandraBatchOperations - Interface in org.springframework.data.cassandra.core
-
Batch operations for insert/update/delete actions on a table.
- CassandraClusterFactoryBean - Class in org.springframework.data.cassandra.config
-
Spring Data Cassandra extension of CassandraCqlClusterFactoryBean.
- CassandraClusterFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraClusterFactoryBean
-
- CassandraClusterParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:cluster
element.
- CassandraClusterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraClusterParser
-
- CassandraColumnAnnotationComparator - Enum in org.springframework.data.cassandra.mapping
-
- CassandraConnectionFailureException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for Cassandra when no host is available.
- CassandraConnectionFailureException(Map<InetSocketAddress, Throwable>, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraConnectionFailureException
-
- cassandraConverter() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- CassandraConverter - Interface in org.springframework.data.cassandra.convert
-
Central Cassandra specific converter interface from Object to Row.
- cassandraConverter - Variable in class org.springframework.data.cassandra.core.CassandraTemplate
-
- CassandraConverterRowCallback<T> - Class in org.springframework.data.cassandra.core
-
- CassandraConverterRowCallback(CassandraConverter, Class<T>) - Constructor for class org.springframework.data.cassandra.core.CassandraConverterRowCallback
-
- CassandraCqlClusterFactoryBean - Class in org.springframework.cassandra.config
-
- CassandraCqlClusterFactoryBean() - Constructor for class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- CassandraCqlClusterParser - Class in org.springframework.cassandra.config.xml
-
Parses the <cluster> element of the XML Configuration.
- CassandraCqlClusterParser() - Constructor for class org.springframework.cassandra.config.xml.CassandraCqlClusterParser
-
- CassandraCqlSessionFactoryBean - Class in org.springframework.cassandra.config
-
Factory for creating and configuring a Cassandra Session
, which is a thread-safe singleton.
- CassandraCqlSessionFactoryBean() - Constructor for class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- CassandraCqlSessionParser - Class in org.springframework.cassandra.config.xml
-
Parser for <session> definitions.
- CassandraCqlSessionParser() - Constructor for class org.springframework.cassandra.config.xml.CassandraCqlSessionParser
-
- CassandraCqlTemplateFactoryBean - Class in org.springframework.cassandra.config
-
- CassandraCqlTemplateFactoryBean() - Constructor for class org.springframework.cassandra.config.CassandraCqlTemplateFactoryBean
-
- CassandraCqlTemplateParser - Class in org.springframework.cassandra.config.xml
-
Parser for <template> definitions.
- CassandraCqlTemplateParser() - Constructor for class org.springframework.cassandra.config.xml.CassandraCqlTemplateParser
-
- CassandraEntityClassScanner - Class in org.springframework.data.cassandra.config
-
Scans packages for Cassandra entities.
- CassandraEntityClassScanner() - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- CassandraEntityClassScanner(Class<?>...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- CassandraEntityClassScanner(String...) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- CassandraEntityClassScanner(Collection<String>) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- CassandraEntityClassScanner(Collection<String>, Collection<Class<?>>) - Constructor for class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- CassandraEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.cassandra.repository.query
-
- CassandraEntityMetadata<T> - Interface in org.springframework.data.cassandra.repository.query
-
Extension of
EntityMetadata
to additionally expose the table name an entity shall be persisted to.
- CassandraExceptionTranslator - Class in org.springframework.cassandra.support
-
- CassandraExceptionTranslator() - Constructor for class org.springframework.cassandra.support.CassandraExceptionTranslator
-
- CassandraInsufficientReplicasAvailableException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for Cassandra when insufficient replicas are available for a given consistency level.
- CassandraInsufficientReplicasAvailableException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInsufficientReplicasAvailableException
-
- CassandraInsufficientReplicasAvailableException(int, int, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInsufficientReplicasAvailableException
-
- CassandraInternalException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra internal error.
- CassandraInternalException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInternalException
-
- CassandraInternalException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInternalException
-
- CassandraInvalidConfigurationInQueryException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra query that is syntactically correct but has an invalid configuration
clause.
- CassandraInvalidConfigurationInQueryException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInvalidConfigurationInQueryException
-
- CassandraInvalidConfigurationInQueryException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInvalidConfigurationInQueryException
-
- CassandraInvalidQueryException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra query that's syntactically correct but invalid.
- CassandraInvalidQueryException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInvalidQueryException
-
- CassandraInvalidQueryException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraInvalidQueryException
-
- CassandraJodaTimeConverters - Class in org.springframework.data.cassandra.convert
-
Helper class to register JSR-310 specific
Converter
implementations to convert between Cassandra types in
case the library is present on the classpath.
- CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their DateMidnight
representation.
- CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their LocalDate
representation.
- CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert DateMidnight
s to their LocalDate
representation.
- CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their LocalDate
representation.
- CassandraJsr310Converters - Class in org.springframework.data.cassandra.convert
-
Helper class to register JodaTime specific
Converter
implementations in case the library is present on the
classpath.
- CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their LocalDate
representation.
- CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their LocalDate
representation.
- CassandraKeyspaceExistsException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for Cassandra when a keyspace being created already exists.
- CassandraKeyspaceExistsException(String, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraKeyspaceExistsException
-
- cassandraMapping() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- CassandraMappingBeanFactoryPostProcessor - Class in org.springframework.data.cassandra.config
-
- CassandraMappingBeanFactoryPostProcessor() - Constructor for class org.springframework.data.cassandra.config.CassandraMappingBeanFactoryPostProcessor
-
Deprecated.
- CassandraMappingContext - Interface in org.springframework.data.cassandra.mapping
-
- CassandraMappingContextParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:mapping
element.
- CassandraMappingContextParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
-
- CassandraMappingConverterParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:converter
element.
- CassandraMappingConverterParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
-
- CassandraMappingXmlBeanFactoryPostProcessorRegistrar - Class in org.springframework.data.cassandra.config.xml
-
- CassandraMappingXmlBeanFactoryPostProcessorRegistrar() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraMappingXmlBeanFactoryPostProcessorRegistrar
-
- CassandraNamespaceHandler - Class in org.springframework.cassandra.config.xml
-
Namespace handler for spring-cassandra.
- CassandraNamespaceHandler() - Constructor for class org.springframework.cassandra.config.xml.CassandraNamespaceHandler
-
- CassandraNamespaceHandler - Class in org.springframework.data.cassandra.config.xml
-
Namespace handler for spring-data-cassandra.
- CassandraNamespaceHandler() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraNamespaceHandler
-
- CassandraOperations - Interface in org.springframework.data.cassandra.core
-
Operations for interacting with Cassandra.
- CassandraParameterAccessor - Interface in org.springframework.data.cassandra.repository.query
-
Cassandra-specific
ParameterAccessor
exposing a Cassandra
types
that are supported by the
driver and parameter type.
- CassandraParameters - Class in org.springframework.data.cassandra.repository.query
-
Custom extension of
Parameters
discovering additional properties of query method parameters.
- CassandraParameters(Method) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParameters
-
- CassandraParametersParameterAccessor - Class in org.springframework.data.cassandra.repository.query
-
Cassandra-specific
ParameterAccessor
exposing Cassandra
types
that are supported by the driver and parameter type.
- CassandraParametersParameterAccessor(CassandraQueryMethod, Object...) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- CassandraPersistentEntity<T> - Interface in org.springframework.data.cassandra.mapping
-
- CassandraPersistentEntityMetadataVerifier - Interface in org.springframework.data.cassandra.mapping
-
Interface for Cassandra Persistent Entity Mapping Verification.
- CassandraPersistentEntityParameterValueProvider - Class in org.springframework.data.cassandra.convert
-
- CassandraPersistentEntityParameterValueProvider(PersistentEntity<?, CassandraPersistentProperty>, PropertyValueProvider<CassandraPersistentProperty>, Object) - Constructor for class org.springframework.data.cassandra.convert.CassandraPersistentEntityParameterValueProvider
-
- CassandraPersistentEntitySchemaCreator - Class in org.springframework.data.cassandra.core
-
- CassandraPersistentEntitySchemaCreator(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- CassandraPersistentEntitySchemaDropper - Class in org.springframework.data.cassandra.core
-
- CassandraPersistentEntitySchemaDropper(CassandraMappingContext, CassandraAdminOperations) - Constructor for class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
-
- CassandraPersistentProperty - Interface in org.springframework.data.cassandra.mapping
-
- CassandraPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.cassandra.mapping
-
- CassandraPersistentPropertyComparator - Enum in org.springframework.data.cassandra.mapping
-
- CassandraPrimaryKeyColumnAnnotationComparator - Enum in org.springframework.data.cassandra.mapping
-
Comparator
implementation that uses, in order, the...
- CassandraQueryMethod - Class in org.springframework.data.cassandra.repository.query
-
- CassandraQueryMethod(Method, RepositoryMetadata, ProjectionFactory, CassandraMappingContext) - Constructor for class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- CassandraQuerySyntaxException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra query syntax error.
- CassandraQuerySyntaxException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraQuerySyntaxException
-
- CassandraQuerySyntaxException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraQuerySyntaxException
-
- CassandraReadTimeoutException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra read timeout.
- CassandraReadTimeoutException(boolean, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraReadTimeoutException
-
- CassandraRepositoriesRegistrar - Class in org.springframework.data.cassandra.repository.config
-
- CassandraRepositoriesRegistrar() - Constructor for class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
-
- CassandraRepository<T> - Interface in org.springframework.data.cassandra.repository
-
Basic Cassandra repository interface.
- CassandraRepositoryBean<T> - Class in org.springframework.data.cassandra.repository.cdi
-
A bean which represents a Cassandra repository.
- CassandraRepositoryBean(Bean<CassandraOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
-
- CassandraRepositoryConfigurationExtension - Class in org.springframework.data.cassandra.repository.config
-
- CassandraRepositoryConfigurationExtension() - Constructor for class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
-
- CassandraRepositoryExtension - Class in org.springframework.data.cassandra.repository.cdi
-
A portable CDI extension which registers beans for Spring Data Cassandra repositories.
- CassandraRepositoryExtension() - Constructor for class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryExtension
-
- CassandraRepositoryFactory - Class in org.springframework.data.cassandra.repository.support
-
- CassandraRepositoryFactory(CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- CassandraRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.cassandra.repository.support
-
- CassandraRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
-
- CassandraRowValueProvider - Interface in org.springframework.data.cassandra.convert
-
- CassandraSchemaElementExistsException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for when Cassandra schema element being created already exists.
- CassandraSchemaElementExistsException(String, CassandraSchemaElementExistsException.ElementType, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraSchemaElementExistsException
-
- CassandraSchemaElementExistsException.ElementType - Enum in org.springframework.cassandra.support.exception
-
- CassandraSessionFactoryBean - Class in org.springframework.data.cassandra.config
-
Factory to create and configure a Cassandra Session
with support for executing CQL
and initializing the database schema (a.k.a. keyspace).
- CassandraSessionFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- CassandraSessionParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:session
element.
- CassandraSessionParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraSessionParser
-
- CassandraSimpleTypeHolder - Class in org.springframework.data.cassandra.mapping
-
Simple constant holder for a
SimpleTypeHolder
enriched with Cassandra specific simple types.
- CassandraSimpleTypeHolder() - Constructor for class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
-
- CassandraTableExistsException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for when a Cassandra table being created already exists.
- CassandraTableExistsException(String, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTableExistsException
-
- cassandraTemplate() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- CassandraTemplate - Class in org.springframework.data.cassandra.core
-
The CassandraTemplate is a convenient API for all Cassandra operations using POJOs with their Spring Data Cassandra
mapping information.
- CassandraTemplate() - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
-
Default constructor used to wire in the required components later.
- CassandraTemplate(Session) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
-
- CassandraTemplate(Session, CassandraConverter) - Constructor for class org.springframework.data.cassandra.core.CassandraTemplate
-
- CassandraTemplate.ClauseCallback - Interface in org.springframework.data.cassandra.core
-
- CassandraTemplateFactoryBean - Class in org.springframework.data.cassandra.config
-
- CassandraTemplateFactoryBean() - Constructor for class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- CassandraTemplateParser - Class in org.springframework.data.cassandra.config.xml
-
Spring Data Cassandra XML namespace parser for the cassandra:template
element.
- CassandraTemplateParser() - Constructor for class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
-
- CassandraThreeTenBackPortConverters - Class in org.springframework.data.cassandra.convert
-
Helper class to register
Converter
implementations for the ThreeTen Backport project in case it's present on
the classpath.
- CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their LocalDate
representation.
- CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter - Enum in org.springframework.data.cassandra.convert
-
Simple singleton to convert LocalDate
s to their LocalDate
representation.
- CassandraTraceRetrievalException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra trace retrieval exception.
- CassandraTraceRetrievalException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTraceRetrievalException
-
- CassandraTraceRetrievalException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTraceRetrievalException
-
- CassandraTruncateException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra truncate exception.
- CassandraTruncateException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTruncateException
-
- CassandraTruncateException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTruncateException
-
- CassandraType - Annotation Type in org.springframework.data.cassandra.mapping
-
Specifies the Cassandra type of the annotated property or parameter if used in query methods.
- CassandraTypeMismatchException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra type mismatch exception.
- CassandraTypeMismatchException(String) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTypeMismatchException
-
- CassandraTypeMismatchException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraTypeMismatchException
-
- CassandraUDTValueProvider - Class in org.springframework.data.cassandra.convert
-
- CassandraUDTValueProvider(UDTValue, CodecRegistry, DefaultSpELExpressionEvaluator) - Constructor for class org.springframework.data.cassandra.convert.CassandraUDTValueProvider
-
- CassandraUnauthorizedException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for when access to a Cassandra element is denied.
- CassandraUnauthorizedException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraUnauthorizedException
-
- CassandraUncategorizedDataAccessException - Exception in org.springframework.cassandra.core
-
Wrapper for all non RuntimeExceptions throws by the Cassandra Driver
- CassandraUncategorizedDataAccessException(String, Throwable) - Constructor for exception org.springframework.cassandra.core.CassandraUncategorizedDataAccessException
-
Create the Exception
- CassandraUncategorizedException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for an uncategorized Cassandra exception.
- CassandraUncategorizedException(String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraUncategorizedException
-
- CassandraUserTypePersistentEntity<T> - Class in org.springframework.data.cassandra.mapping
-
- CassandraUserTypePersistentEntity(TypeInformation<T>, CassandraMappingContext, CassandraPersistentEntityMetadataVerifier, UserTypeResolver) - Constructor for class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- CassandraValue - Class in org.springframework.data.cassandra.core
-
Simple Cassandra value of the ByteBuffer with DataType
- CassandraValue(ByteBuffer, DataType) - Constructor for class org.springframework.data.cassandra.core.CassandraValue
-
- CassandraValueProvider - Interface in org.springframework.data.cassandra.convert
-
- CassandraWriteTimeoutException - Exception in org.springframework.cassandra.support.exception
-
Spring data access exception for a Cassandra write timeout.
- CassandraWriteTimeoutException(String, String, Throwable) - Constructor for exception org.springframework.cassandra.support.exception.CassandraWriteTimeoutException
-
- changesCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterTableCqlGenerator
-
- checkValue(Object) - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- checkValue(Object) - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- checkValue(Object) - Method in interface org.springframework.cassandra.core.keyspace.Option
-
Checks that the given value can be coerced into the type given by
Option.getType()
.
- checkValue(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- checkValue(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- checkValue(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- checkValue(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- clear() - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- clear() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- cluster() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
- CLUSTER - Static variable in interface org.springframework.cassandra.config.xml.DefaultCqlBeanNames
-
- ClusterBuilderConfigurer - Interface in org.springframework.cassandra.config
-
Configuration callback class to allow a user to apply additional configuration logic
to the Cluster.Builder
.
- clustered() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
Identifies this column as a clustered key column with default ordering.
- clustered(Ordering) - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
Identifies this column as a clustered key column with the given ordering.
- clustered(Ordering, boolean) - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
Toggles the identification of this column as a clustered key column.
- clusteredKeyColumn(String, DataType) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Adds the given primary key column to the table with ascending ordering.
- clusteredKeyColumn(CqlIdentifier, DataType) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
- clusteredKeyColumn(String, DataType, Ordering) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Adds the given primary key column to the table with the given ordering (null
meaning ascending).
- clusteredKeyColumn(CqlIdentifier, DataType, Ordering) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
- CollectionUtils - Class in org.springframework.cassandra.core.util
-
- CollectionUtils() - Constructor for class org.springframework.cassandra.core.util.CollectionUtils
-
- column(String, DataType) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Adds the given non-key column to the table.
- column(CqlIdentifier, DataType) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
- column(String, DataType, PrimaryKeyType, Ordering) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Adds the given info as a new column to the table.
- column(CqlIdentifier, DataType, PrimaryKeyType, Ordering) - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
- Column - Annotation Type in org.springframework.data.cassandra.mapping
-
Annotation to define custom metadata for document fields.
- ColumnChangeCqlGenerator<T extends ColumnChangeSpecification> - Class in org.springframework.cassandra.core.cql.generator
-
Base class for column change CQL generators.
- ColumnChangeCqlGenerator(ColumnChangeSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.ColumnChangeCqlGenerator
-
- ColumnChangeSpecification - Class in org.springframework.cassandra.core.keyspace
-
Base value object class for column change specifications.
- ColumnChangeSpecification(String) - Constructor for class org.springframework.cassandra.core.keyspace.ColumnChangeSpecification
-
- ColumnChangeSpecification(CqlIdentifier) - Constructor for class org.springframework.cassandra.core.keyspace.ColumnChangeSpecification
-
- columnName(String) - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- columnName(CqlIdentifier) - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- columnNames - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
An unmodifiable list of this property's column names.
- ColumnReader - Class in org.springframework.data.cassandra.convert
-
Helpful class to read a column's value from a row, with possible type conversion.
- ColumnReader(Row) - Constructor for class org.springframework.data.cassandra.convert.ColumnReader
-
- columns - Variable in class org.springframework.data.cassandra.convert.ColumnReader
-
- columnsAndOptionsCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.CreateTableCqlGenerator
-
- ColumnSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class to specify columns.
- ColumnSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- ColumnTypeChangeSpecification - Class in org.springframework.cassandra.core.keyspace
-
Base value object class for column changes that include DataType
information.
- ColumnTypeChangeSpecification(String, DataType) - Constructor for class org.springframework.cassandra.core.keyspace.ColumnTypeChangeSpecification
-
- ColumnTypeChangeSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.cassandra.core.keyspace.ColumnTypeChangeSpecification
-
- compare(Ordering, Ordering) - Method in enum org.springframework.cassandra.core.Ordering
-
- compare(PrimaryKeyType, PrimaryKeyType) - Method in enum org.springframework.cassandra.core.PrimaryKeyType
-
- compare(Column, Column) - Method in enum org.springframework.data.cassandra.mapping.CassandraColumnAnnotationComparator
-
- compare(CassandraPersistentProperty, CassandraPersistentProperty) - Method in enum org.springframework.data.cassandra.mapping.CassandraPersistentPropertyComparator
-
- compare(PrimaryKeyColumn, PrimaryKeyColumn) - Method in enum org.springframework.data.cassandra.mapping.CassandraPrimaryKeyColumnAnnotationComparator
-
- compareTo(CqlIdentifier) - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
Unquoted identifiers sort before quoted ones.
- compareTo(KeyspaceIdentifier) - Method in class org.springframework.cassandra.core.cql.KeyspaceIdentifier
-
- CompositeCassandraPersistentEntityMetadataVerifier - Class in org.springframework.data.cassandra.mapping
-
- CompositeCassandraPersistentEntityMetadataVerifier() - Constructor for class org.springframework.data.cassandra.mapping.CompositeCassandraPersistentEntityMetadataVerifier
-
- CompressionType - Enum in org.springframework.cassandra.config
-
Simple enumeration for the various compression types.
- configure(Cluster.Builder) - Method in interface org.springframework.cassandra.config.ClusterBuilderConfigurer
-
Apply addition configuration to the Cluster.Builder
.
- configureLocalHostDistancePoolingOptions(PoolingOptions) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Configures the HostDistance.LOCAL
connection settings on the given PoolingOptions
.
- configureRemoteHostDistancePoolingOptions(PoolingOptions) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Configures the HostDistance.REMOTE
connection settings on the given PoolingOptions
.
- ConsistencyLevel - Enum in org.springframework.cassandra.core
-
- consistencyLevel(ConsistencyLevel) - Method in class org.springframework.cassandra.core.QueryOptions.QueryOptionsBuilder
-
Sets the ConsistencyLevel
to use.
- consistencyLevel(ConsistencyLevel) - Method in class org.springframework.cassandra.core.WriteOptions.WriteOptionsBuilder
-
- ConsistencyLevelResolver - Class in org.springframework.cassandra.core
-
- Constants - Interface in org.springframework.data.cassandra
-
- contains(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- contains(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- containsKey(Object) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- containsKey(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- containsValue(Object) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- containsValue(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- CONTEXT - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
-
- context - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- context - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- context - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- conversions - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- conversionService - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- convert(ResultSet) - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- convert(ResultSet) - Method in class org.springframework.cassandra.core.converter.ResultSetToArrayConverter
-
- convert(ResultSet) - Method in class org.springframework.cassandra.core.converter.ResultSetToListConverter
-
- convert(Row) - Method in class org.springframework.cassandra.core.converter.RowToArrayConverter
-
- convert(Row) - Method in class org.springframework.cassandra.core.converter.RowToListConverter
-
- convert(Row) - Method in class org.springframework.cassandra.core.converter.RowToMapConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
-
- convert(DateMidnight) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
-
- convert(LocalDate) - Method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
-
- convert(CassandraPersistentProperty) - Method in enum org.springframework.data.cassandra.mapping.CassandraPersistentProperty.PropertyToFieldNameConverter
-
- converter - Variable in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- CONVERTER - Static variable in class org.springframework.cassandra.core.converter.AbstractResultSetToBasicFixedTypeConverter
-
- converter - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- CONVERTER - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
-
- convertToCassandraColumn(Object, TypeInformation<?>) - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
-
Converts the given object into one Cassandra will be able to store natively in a column.
- convertToCassandraColumn(Object, TypeInformation<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- count(CqlIdentifier) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Counts all rows for given table
- count(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Counts all rows for given table
- count(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- count(CqlIdentifier) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- count(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Returns the number of rows for the given entityClass
by querying the table of the given entity class.
- count(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- count() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- cql() - Method in enum org.springframework.cassandra.core.Ordering
-
Returns the CQL keyword of this
Ordering
.
- CqlConstantType - Enum in org.springframework.cassandra.core.cql
-
- CqlConstantType.Regex - Class in org.springframework.cassandra.core.cql
-
- cqlId(CharSequence) - Static method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- cqlId(CharSequence, boolean) - Static method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- CqlIdentifier - Class in org.springframework.cassandra.core.cql
-
This encapsulates the logic for CQL quoted and unquoted identifiers.
- CqlIdentifier(CharSequence) - Constructor for class org.springframework.cassandra.core.cql.CqlIdentifier
-
- CqlIdentifier(CharSequence, boolean) - Constructor for class org.springframework.cassandra.core.cql.CqlIdentifier
-
Creates a new CQL identifier, optionally force-quoting it.
- CqlOperations - Interface in org.springframework.cassandra.core
-
Operations for interacting with Cassandra at the lowest level.
- CqlStringUtils - Class in org.springframework.cassandra.core.cql
-
- CqlStringUtils() - Constructor for class org.springframework.cassandra.core.cql.CqlStringUtils
-
- cqlTemplate() - Method in class org.springframework.cassandra.config.java.AbstractCqlTemplateConfiguration
-
- CqlTemplate - Class in org.springframework.cassandra.core
-
This is the central class in the Cassandra core package.
- CqlTemplate() - Constructor for class org.springframework.cassandra.core.CqlTemplate
-
- CqlTemplate(Session) - Constructor for class org.springframework.cassandra.core.CqlTemplate
-
Constructs an instance of
CqlTemplate
initialized with the given
Session
.
- CqlUtils - Class in org.springframework.data.cassandra.util
-
- CqlUtils() - Constructor for class org.springframework.data.cassandra.util.CqlUtils
-
Deprecated.
- create(CreationalContext<T>, Class<T>, Object) - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
-
- createAssociation() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- createBeanDefinitionBuilderIfNoBeanDefinitionOfTypeExists(ListableBeanFactory, Class<?>, Class<?>, BeanDefinitionBuilderArgument...) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
-
Deprecated.
- createColumnName(String, String, boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- createDeleteBatchQuery(String, List<T>, QueryOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Create a Batch Query object for multiple deletes.
- createDeleteQuery(String, Object, QueryOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Create a Delete Query Object from an annotated POJO.
- createFrom(List<CassandraParameters.CassandraParameter>) - Method in class org.springframework.data.cassandra.repository.query.CassandraParameters
-
- createIndex() - Static method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- createIndex(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- createIndex(String) - Static method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- CreateIndexCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a CREATE INDEX
statement.
- CreateIndexCqlGenerator(CreateIndexSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.CreateIndexCqlGenerator
-
- CreateIndexSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class to construct a CREATE INDEX
specification.
- CreateIndexSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- createInsertBatchQuery(String, List<T>, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Generates a Batch Object for multiple inserts.
- createInsertQuery(String, Object, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Generates a Query Object for an insert.
- createKeyspace() - Static method in class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- createKeyspace(String) - Static method in class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- createKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- CreateKeyspaceCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a CREATE TABLE
statement.
- CreateKeyspaceCqlGenerator(CreateKeyspaceSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
-
- CreateKeyspaceSpecification - Class in org.springframework.cassandra.core.keyspace
-
- CreateKeyspaceSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- CreateKeyspaceSpecification(String) - Constructor for class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- CreateKeyspaceSpecification(KeyspaceIdentifier) - Constructor for class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- createParameter(MethodParameter) - Method in class org.springframework.data.cassandra.repository.query.CassandraParameters
-
- createParameters(Method) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- createPersistentProperty(Field, PropertyDescriptor, CassandraPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- createPersistentProperty(Field, PropertyDescriptor, CassandraPersistentEntity<?>, CassandraSimpleTypeHolder) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- createPreparedStatement(Session) - Method in class org.springframework.cassandra.core.CachedPreparedStatementCreator
-
- createPreparedStatement(Session) - Method in interface org.springframework.cassandra.core.PreparedStatementCreator
-
Create a statement in this session.
- createPreparedStatement(Session) - Method in class org.springframework.cassandra.core.SimplePreparedStatementCreator
-
- createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
-
- createQuery(CassandraParameterAccessor) - Method in class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
-
- createRepositoryFactory() - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
-
- createTable() - Static method in class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
- createTable(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
- createTable(String) - Static method in class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
- createTable(boolean, CqlIdentifier, Class<?>, Map<String, Object>) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Create a table with the name given and fields corresponding to the given class.
- createTable(boolean, CqlIdentifier, Class<?>, Map<String, Object>) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- CreateTableCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a CREATE TABLE
statement.
- CreateTableCqlGenerator(CreateTableSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.CreateTableCqlGenerator
-
- createTables(boolean, boolean, boolean) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
Perform schema actions.
- createTables(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- CreateTableSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class to construct a CREATE TABLE
specification.
- CreateTableSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
- createTableSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- createType() - Static method in class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
- createType(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
- createType(String) - Static method in class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
- createUpdateBatchQuery(String, List<T>, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Generates a Batch Object for multiple Updates.
- createUpdateQuery(String, Object, WriteOptions, EntityWriter<Object, Object>) - Static method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Generates a Query Object for an Update.
- CreateUserTypeCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a CREATE TYPE
statement.
- CreateUserTypeCqlGenerator(CreateUserTypeSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
-
- createUserTypes(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- CreateUserTypeSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class to construct a CREATE TYPE
specification.
- CreateUserTypeSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
- createUserTypeSpecifications(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaCreator
-
- customConversions() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- CustomConversions - Class in org.springframework.data.cassandra.convert
-
Value object to capture custom conversion.
- CustomConversions(List<?>) - Constructor for class org.springframework.data.cassandra.convert.CustomConversions
-
- DATA_TEMPLATE - Static variable in interface org.springframework.data.cassandra.config.DefaultBeanNames
-
- dataCenter - Variable in class org.springframework.cassandra.config.DataCenterReplication
-
- DataCenterReplication - Class in org.springframework.cassandra.config
-
Simple data structure to be used when setting the replication factor for a given data center.
- DataCenterReplication(String, long) - Constructor for class org.springframework.cassandra.config.DataCenterReplication
-
- DC - Variable in class org.springframework.cassandra.core.RingMember
-
- dcr(String, long) - Static method in class org.springframework.cassandra.config.DataCenterReplication
-
- dcrs(DataCenterReplication...) - Static method in class org.springframework.cassandra.config.DataCenterReplication
-
- DEFAULT_CONTACT_POINTS - Static variable in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- DEFAULT_CREATE_IF_NOT_EXISTS - Static variable in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- DEFAULT_DROP_TABLES - Static variable in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- DEFAULT_DROP_UNUSED_TABLES - Static variable in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- DEFAULT_DURABLE_WRITES - Static variable in class org.springframework.cassandra.config.KeyspaceAttributes
-
- DEFAULT_JMX_REPORTING_ENABLED - Static variable in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- DEFAULT_MAX_SCHEMA_AGREEMENT_WAIT_SECONDS - Static variable in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- DEFAULT_METRICS_ENABLED - Static variable in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- DEFAULT_ORDERING - Static variable in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- DEFAULT_PARSER - Static variable in class org.springframework.data.cassandra.util.SpelUtils
-
- DEFAULT_PORT - Static variable in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- DEFAULT_REPLICATION_FACTOR - Static variable in class org.springframework.cassandra.config.KeyspaceAttributes
-
- DEFAULT_REPLICATION_STRATEGY - Static variable in class org.springframework.cassandra.config.KeyspaceAttributes
-
- DEFAULT_SSL_ENABLED - Static variable in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- DEFAULT_VERIFIER - Static variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- DefaultBeanNames - Interface in org.springframework.data.cassandra.config
-
- DefaultCqlBeanNames - Interface in org.springframework.cassandra.config.xml
-
- DefaultOption - Class in org.springframework.cassandra.core.keyspace
-
A default implementation of
Option
.
- DefaultOption(String, Class<?>, boolean, boolean, boolean) - Constructor for class org.springframework.cassandra.core.keyspace.DefaultOption
-
- DefaultTableDescriptor - Class in org.springframework.cassandra.core.keyspace
-
- DefaultTableDescriptor() - Constructor for class org.springframework.cassandra.core.keyspace.DefaultTableDescriptor
-
- delegate - Variable in class org.springframework.cassandra.core.converter.RowToArrayConverter
-
- delete(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Add an array of deletes to the batch.
- delete(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Add a collection of deletes to the batch.
- delete(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- delete(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- delete(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- delete(List<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- delete(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- delete(List<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- delete(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- delete(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- delete(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- delete(T) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- delete(Iterable<? extends T>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- deleteAll(Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Deletes all entities of a given class.
- deleteAll(Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAll() - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- deleteAsynchronously(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- deleteAsynchronously(T, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- deleteAsynchronously(T, DeletionListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- deleteAsynchronously(T, DeletionListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- deleteAsynchronously(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- deleteAsynchronously(List<T>, DeletionListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- deleteAsynchronously(List<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- deleteAsynchronously(List<T>, DeletionListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- deleteAsynchronously(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(List<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(List<T>, DeletionListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(List<T>, DeletionListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(T, DeletionListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteAsynchronously(T, DeletionListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- deleteById(Class<?>, Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Remove the given object from the table by id.
- deleteById(Class<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- DeletionListener<T> - Interface in org.springframework.data.cassandra.core
-
- describeRing() - Method in interface org.springframework.cassandra.core.CqlOperations
-
Describe the current Ring.
- describeRing(HostMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Describe the current Ring.
- describeRing() - Method in class org.springframework.cassandra.core.CqlTemplate
-
- describeRing(HostMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- destroy() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- destroy() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- destroy() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- destroy() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- determineColumnNames() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- determineDefaultName() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- determineName(String, boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- determineTableName() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- determineTableName() - Method in class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- doAlterTable(Class<?>, String, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
Create a list of query operations to alter the table for the given entity
- doBatchDelete(List<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doBatchDeleteAsync(List<T>, DeletionListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doBatchInsert(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doBatchInsertAsync(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Asynchronously performs a batch insert or update.
- doBatchUpdate(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doBatchUpdateAsync(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Asynchronously performs a batch insert or update.
- doBatchWrite(List<T>, WriteOptions, boolean) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doBatchWriteAsync(List<T>, WriteListener<T>, WriteOptions, boolean) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
Asynchronously performs a batch insert or update.
- doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.cassandra.core.converter.ResultSetToListOfStringConverter
-
- doConvertResultSet(List<Map<String, Object>>) - Method in class org.springframework.cassandra.core.converter.ResultSetToStringConverter
-
- doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.cassandra.core.converter.ResultSetToListOfStringConverter
-
- doConvertSingleRow(Map<String, Object>) - Method in class org.springframework.cassandra.core.converter.ResultSetToStringConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToBigDecimalConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToBigIntegerConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToBooleanConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToByteBufferConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToDateConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToDoubleConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToFloatConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToInetAddressConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToIntegerConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToListOfStringConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToLongConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToStringConverter
-
- doConvertSingleValue(Object) - Method in class org.springframework.cassandra.core.converter.ResultSetToUuidConverter
-
- doDelete(T, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doDeleteAsync(T, DeletionListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doExecute(SessionCallback<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
Executes the given command in a Cassandra Session
.
- doExecute(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doExecute(String, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doExecute(Statement) - Method in class org.springframework.cassandra.core.CqlTemplate
-
Execute a command at the Session Level with optional options
- doExecuteAsync(Statement) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doExecuteAsync(Statement, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doExecuteAsync(Statement, AsynchronousQueryListener, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doExecuteQueryReturnResultSet(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doExecuteQueryReturnResultSet(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- doInPreparedStatement(PreparedStatement) - Method in interface org.springframework.cassandra.core.PreparedStatementCallback
-
- doInsert(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doInsertAsync(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doInsertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doInSession(Session) - Method in interface org.springframework.cassandra.core.SessionCallback
-
Perform the operation in the given Session
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cassandra.config.xml.CassandraCqlClusterParser
-
Parses cluster meta-data.
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cassandra.config.xml.CassandraCqlSessionParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.cassandra.config.xml.CassandraCqlTemplateParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
-
- doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
-
- doSelectOneAsync(Object, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doThrow(String) - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- DOUBLE_DOUBLE_QUOTE - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- DOUBLE_QUOTE - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- DOUBLE_SINGLE_QUOTE - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- doubleQuote(Object) - Static method in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- doUpdate(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doUpdateAsync(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doUpdateAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- doWith(Row) - Method in interface org.springframework.cassandra.core.RowCallback
-
- doWith(Row) - Method in class org.springframework.data.cassandra.core.CassandraConverterRowCallback
-
- doWithAssociations(AssociationHandler<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- doWithClause(Clause) - Method in interface org.springframework.data.cassandra.core.CassandraTemplate.ClauseCallback
-
- drop(String) - Method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
- dropColumn(String) - Static method in class org.springframework.cassandra.core.keyspace.DropColumnSpecification
-
- dropColumn(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.DropColumnSpecification
-
- DropColumnCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a DROP
column clause of an ALTER TABLE
statement.
- DropColumnCqlGenerator(DropColumnSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.DropColumnCqlGenerator
-
- DropColumnSpecification - Class in org.springframework.cassandra.core.keyspace
-
A specification to drop a column.
- DropColumnSpecification(String) - Constructor for class org.springframework.cassandra.core.keyspace.DropColumnSpecification
-
- DropColumnSpecification(CqlIdentifier) - Constructor for class org.springframework.cassandra.core.keyspace.DropColumnSpecification
-
- dropIndex() - Static method in class org.springframework.cassandra.core.keyspace.DropIndexSpecification
-
- DropIndexCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a DROP INDEX
statement.
- DropIndexCqlGenerator(DropIndexSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.DropIndexCqlGenerator
-
- DropIndexSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class that supports the construction of DROP INDEX
specifications.
- DropIndexSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.DropIndexSpecification
-
- dropKeyspace() - Static method in class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- dropKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- dropKeyspace(String) - Static method in class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- DropKeyspaceCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a DROP TABLE
statement.
- DropKeyspaceCqlGenerator(DropKeyspaceSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.DropKeyspaceCqlGenerator
-
- DropKeyspaceSpecification - Class in org.springframework.cassandra.core.keyspace
-
- DropKeyspaceSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- DropKeyspaceSpecification(String) - Constructor for class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- DropKeyspaceSpecification(KeyspaceIdentifier) - Constructor for class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- dropTable() - Static method in class org.springframework.cassandra.core.keyspace.DropTableSpecification
-
- dropTable(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.DropTableSpecification
-
- dropTable(String) - Static method in class org.springframework.cassandra.core.keyspace.DropTableSpecification
-
- dropTable(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Drops the named table.
- dropTable(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- dropTable(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- DropTableCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a DROP TABLE
statement.
- DropTableCqlGenerator(DropTableSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.DropTableCqlGenerator
-
- dropTables(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
-
Drop tables that exist in the keyspace.
- DropTableSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class that supports the construction of DROP TABLE
specifications.
- DropTableSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.DropTableSpecification
-
- dropType() - Static method in class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
- dropType(String) - Static method in class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
- dropType(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
- dropUserType(CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Drops a user type.
- dropUserType(CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- DropUserTypeCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating a DROP TYPE
statement.
- DropUserTypeCqlGenerator(DropUserTypeSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.DropUserTypeCqlGenerator
-
- dropUserTypes(boolean) - Method in class org.springframework.data.cassandra.core.CassandraPersistentEntitySchemaDropper
-
Drop user types that exist in the keyspace.
- DropUserTypeSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class that supports the construction of DROP TYPE
specifications.
- DropUserTypeSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
- EMPTY_STRING - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- EmptyResultSet - Class in org.springframework.cassandra.core.support
-
An empty ResultSet
implementation
- EmptyResultSet() - Constructor for class org.springframework.cassandra.core.support.EmptyResultSet
-
- EnableCassandraRepositories - Annotation Type in org.springframework.data.cassandra.repository.config
-
Annotation to enable Cassandra repositories.
- ensureRegistration(Element, ParserContext) - Static method in class org.springframework.data.cassandra.config.xml.CassandraMappingXmlBeanFactoryPostProcessorRegistrar
-
- ensureTypeArguments(int, int) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- entitiesByType - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- entityBasePackageClasses - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- entityBasePackages - Variable in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- entityInformation - Variable in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- EntityMapping - Class in org.springframework.data.cassandra.mapping
-
Mapping information for an individual entity class.
- EntityMapping(String, String) - Constructor for class org.springframework.data.cassandra.mapping.EntityMapping
-
- EntityMapping(String, String, String) - Constructor for class org.springframework.data.cassandra.mapping.EntityMapping
-
- entitySetsByTableName - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- entry(K, V) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
Adds an entry to this map, then returns this
.
- entrySet() - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- entrySet() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- equals(Object) - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- equals(Object) - Method in class org.springframework.cassandra.core.cql.KeyspaceIdentifier
-
- equals(Object) - Method in class org.springframework.cassandra.core.keyspace.KeyspaceActionSpecification
-
Determine the KeyspaceActionSpecifications are the same if they have the same "name" and same class.
- equals(Object) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- equals(Object) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- equals(Object) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- equals(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- escapeDouble(Object) - Static method in class org.springframework.cassandra.core.cql.CqlStringUtils
-
Doubles double quote characters (" -> "").
- escapeSingle(Object) - Static method in class org.springframework.cassandra.core.cql.CqlStringUtils
-
Doubles single quote characters (' -> '').
- escapesValue() - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- escapesValue() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- escapesValue() - Method in interface org.springframework.cassandra.core.keyspace.Option
-
Whether this option should escape single quotes in its value.
- escapesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- escapesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- escapesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- escapesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- evaluate(CharSequence, EvaluationContext) - Static method in class org.springframework.data.cassandra.util.SpelUtils
-
Evaluates the given value against the given context as a string.
- evaluate(CharSequence, EvaluationContext, ExpressionParser) - Static method in class org.springframework.data.cassandra.util.SpelUtils
-
Evaluates the given value against the given context as a string using the given parser.
- evaluate(CharSequence, EvaluationContext, Class<T>) - Static method in class org.springframework.data.cassandra.util.SpelUtils
-
Evaluates the given value against the given context as an object of the given class.
- evaluate(CharSequence, EvaluationContext, Class<T>, ExpressionParser) - Static method in class org.springframework.data.cassandra.util.SpelUtils
-
Evaluates the given value against the given context as an object of the given class using the given parser.
- exceptionTranslator - Variable in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- execute(SessionCallback<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- execute(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query and returns nothing.
- execute(String, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query and returns nothing.
- execute(Statement) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query and returns nothing.
- execute(Delete) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Delete Query and returns nothing.
- execute(Insert) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Insert Query and returns nothing.
- execute(Update) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Update Query and returns nothing.
- execute(Batch) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Batch Query and returns nothing.
- execute(Truncate) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Truncate Query and returns nothing.
- execute(String, PreparedStatementCallback<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- execute(DropTableSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(CreateTableSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(AlterTableSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(DropKeyspaceSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(CreateKeyspaceSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(AlterKeyspaceSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(DropIndexSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(CreateIndexSpecification) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenience method to convert the given specification to CQL and execute it.
- execute(SessionCallback<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(String, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(Statement) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(PreparedStatementCreator, PreparedStatementCallback<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(String, PreparedStatementCallback<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(AlterKeyspaceSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(CreateKeyspaceSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(DropKeyspaceSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(AlterTableSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(CreateTableSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(DropTableSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(CreateIndexSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(DropIndexSpecification) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(Batch) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(Delete) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(Insert) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(Truncate) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute(Update) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- execute() - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Execute the batch.
- execute(Object[]) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- executeAsynchronously(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query Asynchronously and returns nothing.
- executeAsynchronously(String, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query Asynchronously and returns nothing.
- executeAsynchronously(String, Runnable) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query Asynchronously and returns nothing.
- executeAsynchronously(String, Runnable, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query Asynchronously and returns nothing.
- executeAsynchronously(String, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query Asynchronously and returns nothing.
- executeAsynchronously(String, AsynchronousQueryListener, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied Query Asynchronously and returns nothing.
- executeAsynchronously(Truncate) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Truncate Asynchronously and returns nothing.
- executeAsynchronously(Delete) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Delete Asynchronously and returns nothing.
- executeAsynchronously(Insert) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Insert Asynchronously and returns nothing.
- executeAsynchronously(Update) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Update Asynchronously and returns nothing.
- executeAsynchronously(Batch) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Batch Asynchronously and returns nothing.
- executeAsynchronously(Truncate, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- executeAsynchronously(Delete, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- executeAsynchronously(Insert, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- executeAsynchronously(Update, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- executeAsynchronously(Batch, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- executeAsynchronously(Statement) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query Asynchronously and returns nothing.
- executeAsynchronously(Statement, Runnable) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query Asynchronously and returns nothing.
- executeAsynchronously(Statement, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query Asynchronously and returns nothing.
- executeAsynchronously(Statement, Runnable, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query Asynchronously and returns nothing.
- executeAsynchronously(Statement, AsynchronousQueryListener, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the supplied CQL Query Asynchronously and returns nothing.
- executeAsynchronously(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(String, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(String, Runnable) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(String, Runnable, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(String, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(String, AsynchronousQueryListener, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Statement) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Statement, Runnable) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Statement, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Statement, Runnable, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Statement, AsynchronousQueryListener, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Batch) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Delete) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Insert) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Truncate) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Update) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Batch, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Delete, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Insert, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Truncate, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeAsynchronously(Update, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- executeScripts(List<String>) - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Executes the given Cassandra CQL scripts.
- executeSpecsAndScripts(List<? extends KeyspaceActionSpecification<?>>, List<String>) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- exists(Class<?>, Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Determine whether the row entityClass
with the given id
exists.
- exists(Class<?>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- exists(ID) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- explicitColumnNames - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
An unmodifiable list of this property's explicitly set column names.
- extractData(ResultSet) - Method in interface org.springframework.cassandra.core.ResultSetExtractor
-
- extractData(ResultSetFuture) - Method in interface org.springframework.cassandra.core.ResultSetFutureExtractor
-
- get(Object) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- get(CqlIdentifier) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
Returns the row's column value.
- get(String) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
Returns the row's column value.
- get(int) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
Read data from a Column using the index
.
- get(CqlIdentifier, Class<T>) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
Returns the row's column value as an instance of the given type.
- get(String, Class<T>) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
Returns the row's column value as an instance of the given type.
- get(int, Class<T>) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
Returns the row's column value as an instance of the given type.
- get(Object) - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- getAction() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getAddressTranslator() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the AddressTranslator
.
- getAllExecutionInfo() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- getAllExecutionInfo() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- getAnnotatedQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
Returns the query string declared in a
Query
annotation or null if neither the annotation found
nor the attribute was specified.
- getAnnotation() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
-
- getApplicationContext() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getApplicationContext() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- getAssociation() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getAuthProvider() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the AuthProvider
.
- getAvailableWithoutFetching() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- getAvailableWithoutFetching() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- getBeanClass(Element) - Method in class org.springframework.cassandra.config.xml.CassandraCqlSessionParser
-
- getBeanClass(Element) - Method in class org.springframework.cassandra.config.xml.CassandraCqlTemplateParser
-
- getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingContextParser
-
- getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraMappingConverterParser
-
- getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
-
- getBeanClass(Element) - Method in class org.springframework.data.cassandra.config.xml.CassandraTemplateParser
-
- getBeanDefinitionsOfType(BeanDefinitionRegistry, ListableBeanFactory, Class<?>, boolean, boolean) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
-
Deprecated.
- getCassandraAdminOperations() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- getCassandraMappingContext() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getChanges() - Method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
Returns an unmodifiable list of column changes.
- getChanges() - Method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
- getCluster() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Returns a reference to the configured Cassandra Cluster
used by this application.
- getClusterBuilderConfigurer() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
- getClusteredKeyColumns() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
Returns an unmodifiable list of all primary key columns that are not also partition key columns.
- getClusteredKeyColumns() - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Returns an unmodifiable list of all primary key columns that are not also partition key columns.
- getClusterName() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the cluster name.
- getCollection(int, DataType) - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
- getCollectionOfEntity(ResultSet, Class<?>, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- getColumnDefinitions() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- getColumnName() - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- getColumnName() - Method in interface org.springframework.cassandra.core.keyspace.IndexDescriptor
-
- getColumnName() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getColumnName() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
The name of the single column to which the property is persisted.
- getColumnName() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- getColumnNames() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getColumnNames() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
The names of the columns to which the property is persisted if this is a composite primary key property.
- getColumns() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
- getColumns() - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Returns an unmodifiable list of all columns.
- getCompositePrimaryKeyEntity() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getCompositePrimaryKeyEntity() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Returns a
CassandraPersistentEntity
representing the composite primary key class of this entity, or null if
this class does not use a composite primary key.
- getCompositePrimaryKeyProperties() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getCompositePrimaryKeyProperties() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getCompositePrimaryKeyProperties() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- getCompositePrimaryKeyProperties() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Gets the list of composite primary key properties that this composite primary key field is a placeholder for.
- getCompositePrimaryKeyType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getCompositePrimaryKeyTypeInformation() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getCompositePrimaryKeyTypeInformation() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Returns a
TypeInformation
representing the type of the composite primary key class of this entity, or null
if this class does not use a composite primary key.
- getCompressionType() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
- getConnectTimeoutMillis() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getConsistencyLevel() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getContactPoints() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the Cassandra contact points.
- getConversionService() - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- getConversionService() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- getConverter() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- getConverter() - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- getConverter() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getConvertersToRegister() - Static method in class org.springframework.data.cassandra.convert.CassandraJodaTimeConverters
-
Returns the converters to be registered.
- getConvertersToRegister() - Static method in class org.springframework.data.cassandra.convert.CassandraJsr310Converters
-
Returns the converters to be registered.
- getConvertersToRegister() - Static method in class org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters
-
Returns the converters to be registered.
- getCoreConnectionsPerHost() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
-
Returns the core number of connections per host.
- getCount() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
Returns the number of errors that have been added to this Exception Class.
- getCount() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
-
Returns the number of exceptions aggregated in this exception.
- getCql() - Method in class org.springframework.cassandra.core.CachedPreparedStatementCreator
-
Returns the CQL statement on which the PreparedStatement
will be based.
- getCql() - Method in class org.springframework.cassandra.core.SimplePreparedStatementCreator
-
- getCqlGeneratorFor(ColumnChangeSpecification) - Method in class org.springframework.cassandra.core.cql.generator.AlterTableCqlGenerator
-
- getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getCreateTableSpecificationFor(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getCreateUserTypeSpecificationFor(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- getCustomConversions() - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- getCustomConversions() - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
-
- getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
Returns the target type to convert to in case we have a custom conversion registered to convert the given source
type into a Cassandra native one.
- getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
Returns the target type we can inject of the given source type to.
- getDataType(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getDataType(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getDataType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getDataType(CassandraPersistentProperty) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Retrieve the data type of the property.
- getDataType(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Retrieve the data type based on the given type
.
- getDataType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
The column's data type.
- getDataType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
Returns the Cassandra
DataType
for the declared parameter if the type is a
simple type
.
- getDataType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getDataTypeFor(DataType.Name) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getDataTypeFor(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getDataTypeFor(DataType.Name) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
-
Returns the DataType
for a DataType.Name
.
- getDataTypeFor(Class<?>) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
-
Returns the default
DataType
for a
Class
.
- getDataTypeNamesFrom(List<TypeInformation<?>>) - Static method in class org.springframework.data.cassandra.mapping.CassandraSimpleTypeHolder
-
- getDriverConsistencyLevel() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getDriverRetryPolicy() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getDurableWrites() - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- getElementName() - Method in exception org.springframework.cassandra.support.exception.CassandraSchemaElementExistsException
-
- getElementType() - Method in exception org.springframework.cassandra.support.exception.CassandraSchemaElementExistsException
-
- getEntityAnnotations() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- getEntityBasePackageClasses() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- getEntityBasePackages() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- getEntityBasePackages() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
Base packages to scan for entities annotated with
Table
annotations.
- getEntityClassName() - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- getEntityInformation() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- getEntityInformation(Class<T>) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- getEntityMappings() - Method in class org.springframework.data.cassandra.mapping.Mapping
-
- getExceptions() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
-
- getExceptionTranslator() - Method in class org.springframework.cassandra.support.CassandraAccessor
-
Return the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's
Exception Hierarchy.
- getExecutionInfo() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- getExecutionInfo() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- getExhaustedResultSetValue() - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- getExistingPersistentEntity(Class<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getExistingPersistentEntity(Class<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- getExtension() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoriesRegistrar
-
- getFetchSize() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getFields() - Method in class org.springframework.cassandra.core.keyspace.UserTypeSpecification
-
- getForceQuote() - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- getForceQuote() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- getHeartbeatIntervalSeconds() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the heart beat interval, after which a message is sent on an idle connection to make sure it's still alive.
- getHost() - Method in exception org.springframework.cassandra.support.exception.CassandraAuthenticationException
-
- getHostDistance() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
-
Returns the HostDistance
used to configure the specific PoolingOptions
connection settings.
- getHosts() - Method in class org.springframework.cassandra.core.CqlTemplate
-
Requests the set of hosts in the Cassandra cluster from the current Session
.
- getId(Object, CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
-
Returns the Id for an entity.
- getId(Object, CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- getId(T) - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
-
- getIdentifyingTypes() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
-
- getIdInterfaceName() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceException
-
- getIdInterfaceName() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
-
- getIdleTimeoutSeconds() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Get the timeout before an idle connection is removed.
- getIdType() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
-
- getIfExists() - Method in class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- getIfExists() - Method in class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
- getIfNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- getIfNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
- getIfNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
- getIfNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
- getInitializationExecutor() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the
Executor
to use for connection initialization.
- getKeepAlive() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getKeyspaceCreations() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getKeyspaceCreations() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the list of keyspace creations to be run right after Cluster
initialization.
- getKeyspaceDrops() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getKeyspaceDrops() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the list of keyspace drops to be run before Cluster
shutdown.
- getKeyspaceMetadata() - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Returns KeyspaceMetadata
for the current keyspace.
- getKeyspaceMetadata() - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- getKeyspaceName() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Gets the name of the Cassandra Keyspace to connect to.
- getKeyspaceName() - Method in class org.springframework.cassandra.config.java.AbstractSessionConfiguration
-
Return the name of the keyspace to connect to.
- getKeyspaceName() - Method in exception org.springframework.cassandra.support.exception.CassandraKeyspaceExistsException
-
- getKeyspaceName() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
Return the name of the keyspace to connect to.
- getKeyspaceSpecifications() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getKeyType() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- getLoadBalancingPolicy() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the LoadBalancingPolicy
.
- getLocalCoreConnections() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the core number of connections per host for the HostDistance.LOCAL
scope.
- getLocalMaxConnections() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the maximum number of connections per host for the HostDistance.LOCAL
scope.
- getLocalMaxSimultaneousRequests() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the maximum number of requests per connection for the HostDistance.LOCAL
scope.
- getLocalMinSimultaneousRequests() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the threshold that triggers the creation of a new connection to a host
for the HostDistance.LOCAL
scope.
- getMapId() - Method in interface org.springframework.data.cassandra.repository.MapIdentifiable
-
Gets the identity of this instance.
- getMappingContext() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- getMappingContext() - Method in interface org.springframework.data.cassandra.convert.CassandraConverter
-
- getMappingContext() - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- getMappingContext() - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getMappingContext() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getMappingContext() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- getMappingExceptions() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
Returns a list of the MappingExceptions aggregated within.
- getMaxConnectionsPerHost() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
-
Returns the maximum number of connections per host.
- getMaxQueueSize() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the maximum number of requests that get enqueued if no connection is available.
- getMaxRequestsPerConnection() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
-
Returns the maximum number of requests per connection.
- getMaxSchemaAgreementWaitSeconds() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the maximum schema agreement wait in seconds.
- getMessage() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
- getMessage() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
-
- getMessages() - Method in exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
Returns a list of the MappingException messages aggregated within.
- getMessages() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
-
- getMessagesByHost() - Method in exception org.springframework.cassandra.support.exception.CassandraConnectionFailureException
-
- getMethod() - Method in exception org.springframework.data.cassandra.repository.support.IdInterfaceException
-
- getMetricsEnabled() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the whether to enable metrics.
- getModulePrefix() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
-
- getMultiLevelList() - Method in class org.springframework.cassandra.config.MultiLevelListFlattenerFactoryBean
-
- getMultiLevelSet() - Method in class org.springframework.cassandra.config.MultiLevelSetFlattenerFactoryBean
-
- getName() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getName() - Method in class org.springframework.cassandra.core.keyspace.ColumnChangeSpecification
-
- getName() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- getName() - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- getName() - Method in interface org.springframework.cassandra.core.keyspace.IndexDescriptor
-
Returns the name of the index.
- getName() - Method in class org.springframework.cassandra.core.keyspace.IndexNameSpecification
-
- getName() - Method in class org.springframework.cassandra.core.keyspace.KeyspaceActionSpecification
-
- getName() - Method in interface org.springframework.cassandra.core.keyspace.KeyspaceDescriptor
-
Returns the name of the table.
- getName() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- getName() - Method in interface org.springframework.cassandra.core.keyspace.Option
-
The (usually lower-cased, underscore-separated) name of this table option.
- getName() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
Returns the name of the table.
- getName() - Method in class org.springframework.cassandra.core.keyspace.TableNameSpecification
-
- getName() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- getName() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- getName() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- getName() - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- getName() - Method in class org.springframework.cassandra.core.keyspace.UserTypeNameSpecification
-
- getNettyOptions() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the NettyOptions
.
- getNetworkTopologyDataCenters() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getNetworkTopologyReplicationFactors() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getNewConnectionThreshold() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
-
Returns the threshold that triggers the creation of a new connection to a host.
- getNonKeyColumns() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
Returns an unmodifiable list of all non-key columns.
- getNonKeyColumns() - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Returns an unmodifiable list of all non-key columns.
- getNonPrimaryKeyEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getNonPrimaryKeyEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- getNullResultSetValue() - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- getNumberAlive() - Method in exception org.springframework.cassandra.support.exception.CassandraInsufficientReplicasAvailableException
-
- getNumberRequired() - Method in exception org.springframework.cassandra.support.exception.CassandraInsufficientReplicasAvailableException
-
- getObject() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.CassandraCqlTemplateFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.MultiLevelListFlattenerFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.MultiLevelSetFlattenerFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
- getObject() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getObject() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.CassandraCqlTemplateFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.MultiLevelListFlattenerFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.MultiLevelSetFlattenerFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
- getObjectType() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getObjectType() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- getOptions() - Method in interface org.springframework.cassandra.core.keyspace.KeyspaceDescriptor
-
Returns an unmodifiable
Map
of keyspace options.
- getOptions() - Method in class org.springframework.cassandra.core.keyspace.KeyspaceOptionsSpecification
-
- getOptions() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
Returns an unmodifiable
Map
of table options.
- getOptions() - Method in class org.springframework.cassandra.core.keyspace.TableOptionsSpecification
-
- getOrdering() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- getOwner() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getOwner() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
- getParameters() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getParameters() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- getParameterType(int) - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
The actual parameter type (after unwrapping).
- getParameterType(int) - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getPartitionKeyColumns() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
Returns an unmodifiable list of all partition key columns.
- getPartitionKeyColumns() - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Returns an unmodifiable list of all partition key columns.
- getPersistentEntities(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getPersistentEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Returns only those entities that don't represent primary key types.
- getPersistentEntities(boolean) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Returns all persistent entities or only non-primary-key entities.
- getPoolingOptions() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the PoolingOptions
.
- getPoolTimeoutMilliseconds() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the timeout when trying to acquire a connection from a host's pool.
- getPort() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the Cassandra port.
- getPrimaryKeyColumns() - Method in interface org.springframework.cassandra.core.keyspace.TableDescriptor
-
Returns an unmodifiable list of all partition and primary key columns.
- getPrimaryKeyColumns() - Method in class org.springframework.cassandra.core.keyspace.TableSpecification
-
Returns an unmodifiable list of all primary key columns that are not also partition key columns.
- getPrimaryKeyEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getPrimaryKeyEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- getPrimaryKeyOrdering() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- getPrimaryKeyOrdering() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
The ordering (ascending or descending) for the column.
- getPropertyMappings() - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- getPropertyName() - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.convert.BasicCassandraRowValueProvider
-
- getPropertyValue(CassandraPersistentProperty) - Method in class org.springframework.data.cassandra.convert.CassandraUDTValueProvider
-
- getProtocolVersion() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the ProtocolVersion
.
- getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, EvaluationContextProvider) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- getQueryOptions() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the QueryOptions
.
- getReadTimeout() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getReadTimeoutMillis() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getReceiveBufferSize() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getReconnectionPolicy() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the ReconnectionPolicy
.
- getRemoteCoreConnections() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the core number of connections per host for the HostDistance.REMOTE
scope.
- getRemoteMaxConnections() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the maximum number of connections per host for the HostDistance.REMOTE
scope.
- getRemoteMaxSimultaneousRequests() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the maximum number of requests per connection for the HostDistance.REMOTE
scope.
- getRemoteMinSimultaneousRequests() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Gets the threshold that triggers the creation of a new connection to a host
for the HostDistance.REMOTE
scope.
- getReplicationFactor() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getReplicationFactor() - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- getReplicationStrategy() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- getReplicationStrategy() - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- getRepositoryFactoryClassName() - Method in class org.springframework.data.cassandra.repository.config.CassandraRepositoryConfigurationExtension
-
- getResultSetUninterruptibly(ResultSetFuture) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenient method that delegates to ResultSetFuture.getUninterruptibly()
but translates exceptions if any
are thrown.
- getResultSetUninterruptibly(ResultSetFuture, long) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenient method that delegates to ResultSetFuture.getUninterruptibly()
but translates exceptions if any
are thrown.
- getResultSetUninterruptibly(ResultSetFuture, long, TimeUnit) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Convenient method that delegates to ResultSetFuture.getUninterruptibly()
but translates exceptions if any
are thrown.
- getResultSetUninterruptibly(ResultSetFuture) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- getResultSetUninterruptibly(ResultSetFuture, long) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- getResultSetUninterruptibly(ResultSetFuture, long, TimeUnit) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- getRetryPolicy() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the RetryPolicy
.
- getRetryPolicy() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getReturnType() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- getReuseAddress() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getRow() - Method in class org.springframework.data.cassandra.convert.BasicCassandraRowValueProvider
-
- getRow() - Method in interface org.springframework.data.cassandra.convert.CassandraRowValueProvider
-
- getRow() - Method in class org.springframework.data.cassandra.convert.ColumnReader
-
- getRowConverter() - Method in class org.springframework.cassandra.core.converter.ResultSetToArrayConverter
-
- getRowConverter() - Method in class org.springframework.cassandra.core.converter.ResultSetToListConverter
-
- getSchemaAction() - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- getSchemaAction() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- getScope() - Method in class org.springframework.data.cassandra.repository.cdi.CassandraRepositoryBean
-
- getSendBufferSize() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getSession() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Returns a reference to the connected Cassandra Session
.
- getSession() - Method in interface org.springframework.cassandra.core.CqlOperations
-
Get the current Session used for operations in the implementing class.
- getSession() - Method in class org.springframework.cassandra.support.CassandraAccessor
-
Returns the Cassandra Session
used by this template to perform Cassandra data access operations.
- getShutdownScripts() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getShutdownScripts() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Returns an unmodifiable list of shutdown scripts.
- getShutdownScripts() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the list of shutdown scripts to be run after
keyspace drops
and right before
Cluster
shutdown.
- getSimpleTypeHolder() - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
- getSingleBeanDefinitionOfType(BeanDefinitionRegistry, ListableBeanFactory, Class<?>, boolean, boolean, boolean) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionUtils
-
Deprecated.
- getSingleEntity(ResultSet, Class<?>) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- getSocketOptions() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the SocketOptions
.
- getSoLinger() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getSourceBeanDefinition(BeanDefinitionBuilder, ParserContext, Element) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- getSourceBeanDefinition(BeanDefinitionBuilder, Object) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- getSpecification() - Method in class org.springframework.cassandra.core.cql.generator.ColumnChangeCqlGenerator
-
- getSpecification() - Method in class org.springframework.cassandra.core.cql.generator.IndexNameCqlGenerator
-
- getSpecification() - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
-
- getSpecification() - Method in class org.springframework.cassandra.core.cql.generator.TableNameCqlGenerator
-
- getSpecification() - Method in class org.springframework.cassandra.core.cql.generator.UserTypeNameCqlGenerator
-
- getSpeculativeExecutionPolicy() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the SpeculativeExecutionPolicy
.
- getStartupScripts() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- getStartupScripts() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Returns an unmodifiable list of startup scripts.
- getStartupScripts() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the list of startup scripts to be run after
keyspace creations
and after
Cluster
initialization.
- getTableEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getTableEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Returns only
Table
entities.
- getTableMetadata(String, CqlIdentifier) - Method in interface org.springframework.data.cassandra.core.CassandraAdminOperations
-
Lookup TableMetadata
.
- getTableMetadata(String, CqlIdentifier) - Method in class org.springframework.data.cassandra.core.CassandraAdminTemplate
-
- getTableName() - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- getTableName() - Method in interface org.springframework.cassandra.core.keyspace.IndexDescriptor
-
Returns the table name for the index
- getTableName() - Method in exception org.springframework.cassandra.support.exception.CassandraTableExistsException
-
- getTableName(Class<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
The table name used for the specified class by this template.
- getTableName(Class<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- getTableName() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getTableName() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
Returns the table name to which the entity shall be persisted.
- getTableName() - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- getTableName() - Method in interface org.springframework.data.cassandra.repository.query.CassandraEntityMetadata
-
Returns the name of the table the entity shall be persisted to.
- getTableName() - Method in class org.springframework.data.cassandra.repository.support.MappingCassandraEntityInformation
-
- getTargetName() - Method in class org.springframework.cassandra.core.keyspace.RenameColumnSpecification
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactory
-
- getTcpNoDelay() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getTimestampGenerator() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the TimestampGenerator
.
- getTracing() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getTree() - Method in class org.springframework.data.cassandra.repository.query.PartTreeCassandraQuery
-
- getTtl() - Method in class org.springframework.cassandra.core.WriteOptions
-
- getType() - Method in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToBigDecimalConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToBigIntegerConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToBooleanConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToByteBufferConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToDateConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToDoubleConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToFloatConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToInetAddressConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToIntegerConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToListOfStringConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToLongConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToStringConverter
-
- getType() - Method in class org.springframework.cassandra.core.converter.ResultSetToUuidConverter
-
- getType() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- getType() - Method in class org.springframework.cassandra.core.keyspace.ColumnTypeChangeSpecification
-
- getType() - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- getType() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- getType() - Method in interface org.springframework.cassandra.core.keyspace.Option
-
The type that values must be able to be coerced into for this option.
- getType() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- getType() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- getType() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- getType() - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- getType() - Method in class org.springframework.data.cassandra.core.CassandraValue
-
- getUnquoted() - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- getUserDefinedTypeEntities() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getUserDefinedTypeEntities() - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
Returns only those entities representing a user defined type.
- getUserType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getUserType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- getUserType() - Method in class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- getUsing() - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- getUsing() - Method in interface org.springframework.cassandra.core.keyspace.IndexDescriptor
-
- getValue() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption.ReplicationStrategy
-
- getValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.KeyCachingOption
-
- getValue() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
-
- getValue() - Method in class org.springframework.data.cassandra.core.CassandraValue
-
- getValues() - Method in interface org.springframework.data.cassandra.repository.query.CassandraParameterAccessor
-
Returns the raw parameter values of the underlying query method.
- getValues() - Method in class org.springframework.data.cassandra.repository.query.CassandraParametersParameterAccessor
-
- getVerifier() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- getVerifier() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- getWasDataReceived() - Method in exception org.springframework.cassandra.support.exception.CassandraReadTimeoutException
-
- getWriteType() - Method in exception org.springframework.cassandra.support.exception.CassandraWriteTimeoutException
-
- id() - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
Factory method.
- id(String, Serializable) - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
Factory method.
- id(MapId) - Static method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
Factory method.
- id(Class<T>) - Static method in class org.springframework.data.cassandra.repository.support.MapIdFactory
-
Produces an implementation of the given id interface type using the type's class loader.
- id(Class<T>, ClassLoader) - Static method in class org.springframework.data.cassandra.repository.support.MapIdFactory
-
Produces an implementation of the given class loader.
- IdInterfaceException - Exception in org.springframework.data.cassandra.repository.support
-
- IdInterfaceException(Class<?>, Method, String) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceException
-
- IdInterfaceException(String, String, String) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceException
-
- IdInterfaceExceptions - Exception in org.springframework.data.cassandra.repository.support
-
Aggregator of multiple violations for convenience when verifying id interfaces.
- IdInterfaceExceptions(Class<?>) - Constructor for exception org.springframework.data.cassandra.repository.support.IdInterfaceExceptions
-
- IdInterfaceValidator - Class in org.springframework.data.cassandra.repository.support
-
- IdInterfaceValidator() - Constructor for class org.springframework.data.cassandra.repository.support.IdInterfaceValidator
-
- ifExists() - Method in class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- ifExists(boolean) - Method in class org.springframework.cassandra.core.keyspace.DropKeyspaceSpecification
-
- ifExists() - Method in class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
Enables the inclusion of anIF EXISTS
clause.
- ifExists(boolean) - Method in class org.springframework.cassandra.core.keyspace.DropUserTypeSpecification
-
Sets the inclusion of an IF EXISTS
clause.
- ifNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
Causes the inclusion of an IF NOT EXISTS
clause.
- ifNotExists(boolean) - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
Toggles the inclusion of an IF NOT EXISTS
clause.
- ifNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
Causes the inclusion of an IF NOT EXISTS
clause.
- ifNotExists(boolean) - Method in class org.springframework.cassandra.core.keyspace.CreateKeyspaceSpecification
-
Toggles the inclusion of an IF NOT EXISTS
clause.
- ifNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
Causes the inclusion of an IF NOT EXISTS
clause.
- ifNotExists(boolean) - Method in class org.springframework.cassandra.core.keyspace.CreateTableSpecification
-
Toggles the inclusion of an IF NOT EXISTS
clause.
- ifNotExists() - Method in class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
Enables the inclusion of anIF NOT EXISTS
clause.
- ifNotExists(boolean) - Method in class org.springframework.cassandra.core.keyspace.CreateUserTypeSpecification
-
Sets the inclusion of an IF NOT EXISTS
clause.
- IndexDescriptor - Interface in org.springframework.cassandra.core.keyspace
-
Describes an index.
- Indexed - Annotation Type in org.springframework.data.cassandra.mapping
-
Identifies a secondary index in the table on a single, non-key column.
- IndexNameCqlGenerator<T extends IndexNameSpecification<T>> - Class in org.springframework.cassandra.core.cql.generator
-
Base class for Index CQL generators.
- IndexNameCqlGenerator(IndexNameSpecification<T>) - Constructor for class org.springframework.cassandra.core.cql.generator.IndexNameCqlGenerator
-
- IndexNameSpecification<T extends IndexNameSpecification<T>> - Class in org.springframework.cassandra.core.keyspace
-
Abstract builder class to support the construction of an index.
- IndexNameSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.IndexNameSpecification
-
- ingest(String, RowIterator, WriteOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
This is an operation designed for high performance writes.
- ingest(String, RowIterator) - Method in interface org.springframework.cassandra.core.CqlOperations
-
This is an operation designed for high performance writes.
- ingest(String, List<List<?>>, WriteOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
This is an operation designed for high performance writes.
- ingest(String, List<List<?>>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
This is an operation designed for high performance writes.
- ingest(String, Object[][]) - Method in interface org.springframework.cassandra.core.CqlOperations
-
This is an operation designed for high performance writes.
- ingest(String, Object[][], WriteOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
This is an operation designed for high performance writes.
- ingest(String, RowIterator, WriteOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- ingest(String, RowIterator) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- ingest(String, List<List<?>>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- ingest(String, List<List<?>>, WriteOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- ingest(String, Object[][]) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- ingest(String, Object[][], WriteOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- init() - Method in class org.springframework.cassandra.config.xml.CassandraNamespaceHandler
-
- init() - Method in class org.springframework.data.cassandra.config.xml.CassandraNamespaceHandler
-
- initialize() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- insert(Object...) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Add an array of inserts to the batch.
- insert(Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraBatchOperations
-
Add a collection of inserts to the batch.
- insert(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Insert the given entity.
- insert(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Insert the given entity.
- insert(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insert(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insert(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insert(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insert(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insert(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(T) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(T, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(T, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Inserts the given entity asynchronously.
- insertAsynchronously(T, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Inserts the given entity asynchronously.
- insertAsynchronously(List<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(List<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(List<T>, WriteListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- insertAsynchronously(List<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(List<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(List<T>, WriteListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(List<T>, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(T) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(T, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(T, WriteListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- insertAsynchronously(T, WriteListener<T>, WriteOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- INSTANCE - Static variable in class org.springframework.cassandra.core.converter.RowToListConverter
-
- INSTANCE - Static variable in class org.springframework.cassandra.core.converter.RowToMapConverter
-
- INSTANCE - Static variable in class org.springframework.cassandra.core.support.EmptyResultSet
-
- instantiatePrimaryKey(CassandraPersistentEntity<?>, CassandraPersistentProperty, PropertyValueProvider<CassandraPersistentProperty>) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- instantiators - Variable in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- INTEGER_PATTERN - Static variable in class org.springframework.cassandra.core.cql.CqlConstantType.Regex
-
- INTEGER_REGEX - Static variable in class org.springframework.cassandra.core.cql.CqlConstantType.Regex
-
- isClusterKeyColumn() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isClusterKeyColumn() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Whether the property is a cluster key column.
- isCoerceable(Object) - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- isCoerceable(Object) - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- isCoerceable(Object) - Method in interface org.springframework.cassandra.core.keyspace.Option
-
Tests whether the given value can be coerced into the type given by
Option.getType()
.
- isCoerceable(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- isCoerceable(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- isCoerceable(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- isCoerceable(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- isCompositePrimaryKey() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
Returns whether this entity represents a composite primary key.
- isCompositePrimaryKey() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Whether the property is a composite primary key.
- isConnected() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Null-safe operation to determine whether the Cassandra Session
is connected or not.
- isCustom() - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- isCustom() - Method in interface org.springframework.cassandra.core.keyspace.IndexDescriptor
-
- isDurableWrites() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- isEmpty() - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- isEmpty() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- isExhausted() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- isExhausted() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- isFullyFetched() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- isFullyFetched() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- isIdentifier(CharSequence) - Static method in class org.springframework.cassandra.core.cql.KeyspaceIdentifier
-
Returns
true
if the given
CharSequence
is a legal keyspace identifier.
- isIfNotExists() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- isIndexed() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isIndexed() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Whether the property has a secondary index on this column.
- isMapLike() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isMapLike() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Returns whether the property is a
Map
.
- isPartitionKeyColumn() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isPartitionKeyColumn() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Whether the property is a partition key column.
- isPrimaryKeyColumn() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- isPrimaryKeyColumn() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Whether the property is a partition key column or a cluster key column
- isQuoted() - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
Whether or not this identifier is quoted.
- isQuotedIdentifier(CharSequence) - Static method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
Returns
true
if the given
CharSequence
is a legal unquoted identifier.
- isReference() - Method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
-
- isReserved(CharSequence) - Static method in enum org.springframework.cassandra.core.ReservedKeyword
-
- isReserved(String) - Static method in enum org.springframework.cassandra.core.ReservedKeyword
-
Returns whether the given string is a CQL reserved keyword.
- isResultSetQuery() - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
- isSimpleType(Class<?>) - Method in class org.springframework.data.cassandra.convert.CustomConversions
-
Returns whether the given type is considered to be simple.
- isSingleton() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.CassandraCqlTemplateFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.MultiLevelListFlattenerFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.MultiLevelSetFlattenerFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
- isSingleton() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- isSingleton() - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- isStrict() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
-
- isUnquotedIdentifier(CharSequence) - Static method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
Returns
true
if the given
CharSequence
is a legal unquoted identifier.
- isUserDefinedType() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- isUserDefinedType() - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- isUserDefinedType() - Method in class org.springframework.data.cassandra.mapping.CassandraUserTypePersistentEntity
-
- iterator() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- iterator() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- onDeletionComplete(Collection<T>) - Method in interface org.springframework.data.cassandra.core.DeletionListener
-
- one() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- one() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- onException(Exception) - Method in interface org.springframework.cassandra.core.QueryForListListener
-
Called if an exception is raised while getting or converting the ResultSet
.
- onException(Exception) - Method in interface org.springframework.cassandra.core.QueryForMapListener
-
Called if an exception is raised while getting or converting the ResultSet
.
- onException(Exception) - Method in interface org.springframework.cassandra.core.QueryForObjectListener
-
Called if an exception is raised while getting or converting the ResultSet
.
- onException(Exception) - Method in interface org.springframework.data.cassandra.core.DeletionListener
-
Called if an exception is raised while getting or converting the ResultSet
.
- onException(Exception) - Method in interface org.springframework.data.cassandra.core.WriteListener
-
Called if an exception is raised while getting or converting the ResultSet
.
- onQueryComplete(ResultSetFuture) - Method in interface org.springframework.cassandra.core.AsynchronousQueryListener
-
Called upon query completion.
- onQueryComplete(List<T>) - Method in interface org.springframework.cassandra.core.QueryForListListener
-
Called upon query completion.
- onQueryComplete(Map<String, Object>) - Method in interface org.springframework.cassandra.core.QueryForMapListener
-
Called upon query completion.
- onQueryComplete(T) - Method in interface org.springframework.cassandra.core.QueryForObjectListener
-
Called upon query completion.
- onWriteComplete(Collection<T>) - Method in interface org.springframework.data.cassandra.core.WriteListener
-
Called upon completion of the asynchronous insert or update.
- operations - Variable in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- Option - Interface in org.springframework.cassandra.core.keyspace
-
Interface to represent option types.
- options - Variable in class org.springframework.cassandra.core.keyspace.KeyspaceOptionsSpecification
-
- options - Variable in class org.springframework.cassandra.core.keyspace.TableOptionsSpecification
-
- optionsCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
-
- optionsCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterTableCqlGenerator
-
- optionsCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
-
- optionValueMap(Map<Option, Object>, StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator
-
- optionValueMap(Map<Option, Object>, StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.TableOptionsCqlGenerator
-
- Ordering - Enum in org.springframework.cassandra.core
-
Enum for Cassandra primary key column ordering.
- org.springframework.cassandra.config - package org.springframework.cassandra.config
-
- org.springframework.cassandra.config.java - package org.springframework.cassandra.config.java
-
Spring Java configuration for Spring CQL.
- org.springframework.cassandra.config.xml - package org.springframework.cassandra.config.xml
-
Spring XML namespace configuration for Spring CQL.
- org.springframework.cassandra.core - package org.springframework.cassandra.core
-
CQL core support.
- org.springframework.cassandra.core.converter - package org.springframework.cassandra.core.converter
-
CQL specific converters.
- org.springframework.cassandra.core.cql - package org.springframework.cassandra.core.cql
-
CQL support.
- org.springframework.cassandra.core.cql.generator - package org.springframework.cassandra.core.cql.generator
-
CQL generators for Keyspace object actions.
- org.springframework.cassandra.core.keyspace - package org.springframework.cassandra.core.keyspace
-
Keyspace object action specifications such as CREATE TABLE
, DROP INDEX
.
- org.springframework.cassandra.core.support - package org.springframework.cassandra.core.support
-
CQL support classes.
- org.springframework.cassandra.core.util - package org.springframework.cassandra.core.util
-
- org.springframework.cassandra.support - package org.springframework.cassandra.support
-
CQL support classes and Exception translation.
- org.springframework.cassandra.support.exception - package org.springframework.cassandra.support.exception
-
Spring Data's Cassandra specific Data Access Exceptions.
- org.springframework.data.cassandra - package org.springframework.data.cassandra
-
Spring Data's CQL abstraction.
- org.springframework.data.cassandra.config - package org.springframework.data.cassandra.config
-
- org.springframework.data.cassandra.config.java - package org.springframework.data.cassandra.config.java
-
Spring Java configuration for Spring Data Cassandra.
- org.springframework.data.cassandra.config.xml - package org.springframework.data.cassandra.config.xml
-
Spring XML namespace configuration for Spring Data Cassandra.
- org.springframework.data.cassandra.convert - package org.springframework.data.cassandra.convert
-
Spring Data Cassandra specific converter infrastructure.
- org.springframework.data.cassandra.core - package org.springframework.data.cassandra.core
-
Apache Cassandra core support.
- org.springframework.data.cassandra.mapping - package org.springframework.data.cassandra.mapping
-
Infrastructure for the Apache Cassandra row-to-object mapping subsystem.
- org.springframework.data.cassandra.repository - package org.springframework.data.cassandra.repository
-
Apache Cassandra specific repository implementation.
- org.springframework.data.cassandra.repository.cdi - package org.springframework.data.cassandra.repository.cdi
-
CDI support for Apache Cassandra specific repository implementation.
- org.springframework.data.cassandra.repository.config - package org.springframework.data.cassandra.repository.config
-
Support infrastructure for the configuration of Apache Cassandra specific repositories.
- org.springframework.data.cassandra.repository.query - package org.springframework.data.cassandra.repository.query
-
Query derivation mechanism for Apache Cassandra specific repositories.
- org.springframework.data.cassandra.repository.support - package org.springframework.data.cassandra.repository.support
-
Support infrastructure for query derivation of Apache Cassandra specific repositories.
- org.springframework.data.cassandra.util - package org.springframework.data.cassandra.util
-
- query(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL query and returns the ResultSet
.
- query(Select) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select query and returns the ResultSet
.
- query(String, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL query with the given
QueryOptions
and returns the
ResultSet
.
- query(String, ResultSetExtractor<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and extracts the results with the ResultSetExtractor.
- query(Select, ResultSetExtractor<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query, and extracts the results with the ResultSetExtractor.
- query(String, ResultSetExtractor<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and extracts the results with the ResultSetExtractor.
- query(String, RowCallbackHandler) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and then processes the results with the RowCallbackHandler
.
- query(Select, RowCallbackHandler) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query, and then processes the results with the RowCallbackHandler
.
- query(String, RowCallbackHandler, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and then processes the results with the RowCallbackHandler
.
- query(String, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and maps all Rows returned with the supplied RowMapper.
- query(Select, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query, and maps all Rows returned with the supplied RowMapper.
- query(String, RowMapper<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and maps all Rows returned with the supplied RowMapper.
- query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- query(String, PreparedStatementBinder, ResultSetExtractor<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- query(String, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- query(String, PreparedStatementBinder, RowCallbackHandler, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- query(String, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- query(String, PreparedStatementBinder, RowMapper<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
- query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, ResultSetExtractor<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, RowCallbackHandler) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, RowCallbackHandler, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, RowMapper<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Uses the provided PreparedStatementCreator to prepare a new Session call.
- query(String, ResultSetExtractor<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, ResultSetExtractor<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, RowCallbackHandler) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, RowCallbackHandler, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, RowMapper<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, ResultSetExtractor<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, ResultSetExtractor<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, RowCallbackHandler) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, RowCallbackHandler, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, RowMapper<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, PreparedStatementBinder, ResultSetExtractor<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, PreparedStatementBinder, RowCallbackHandler, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(String, PreparedStatementBinder, RowMapper<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, PreparedStatementBinder, ResultSetExtractor<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, PreparedStatementBinder, RowCallbackHandler) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(PreparedStatementCreator, PreparedStatementBinder, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(Select, ResultSetExtractor<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(Select, RowCallbackHandler) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- query(Select, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- Query - Annotation Type in org.springframework.data.cassandra.repository
-
Annotation to declare finder queries directly on repository methods.
- queryAsynchronously(String, ResultSetExtractor<T>, Long, TimeUnit) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and extracts the results with the ResultSetExtractor.
- queryAsynchronously(String, ResultSetExtractor<T>, Long, TimeUnit, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and extracts the results with the ResultSetExtractor.
- queryAsynchronously(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query and returns the ResultSetFuture for user processing.
- queryAsynchronously(Select) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Select and returns the ResultSetFuture for user processing.
- queryAsynchronously(String, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query and returns the ResultSetFuture for user processing.
- queryAsynchronously(String, Runnable) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided
Runnable
, which is started after the query has completed.
- queryAsynchronously(Select, Runnable) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Select with the provided
Runnable
, which is started after the query has
completed.
- queryAsynchronously(String, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided listener.
- queryAsynchronously(Select, AsynchronousQueryListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Select with the provided listener.
- queryAsynchronously(String, Runnable, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the Runnable implementations using the Query Options.
- queryAsynchronously(String, AsynchronousQueryListener, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided Listener and Query Options.
- queryAsynchronously(String, Runnable, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided Executor and Runnable implementations.
- queryAsynchronously(Select, Runnable, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Select with the provided Executor and Runnable implementations.
- queryAsynchronously(String, AsynchronousQueryListener, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided listener and executor.
- queryAsynchronously(Select, AsynchronousQueryListener, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query with the provided listener and executor.
- queryAsynchronously(String, Runnable, QueryOptions, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided Executor and Runnable implementations.
- queryAsynchronously(String, AsynchronousQueryListener, QueryOptions, Executor) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query with the provided Listener, Executor and Query Options.
- queryAsynchronously(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, ResultSetExtractor<T>, Long, TimeUnit) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, ResultSetExtractor<T>, Long, TimeUnit, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, Runnable) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, Runnable, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, AsynchronousQueryListener, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, Runnable, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, AsynchronousQueryListener, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, Runnable, QueryOptions, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, AsynchronousQueryListener, QueryOptions, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, ResultSetFutureExtractor<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(String, ResultSetFutureExtractor<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(Select, AsynchronousQueryListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(Select, AsynchronousQueryListener, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(Select, Runnable) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryAsynchronously(Select, Runnable, Executor) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForList(String, Class<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL and returns all values in the first column of the Results as a List of the Type in the
second argument.
- queryForList(Select, Class<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query and returns all values in the first column of the Results as a List of the Type
in the second argument.
- queryForList(String, Class<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForList(Select, Class<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForListAsynchronously(Select, Class<T>, QueryForListListener<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided
Select
query asynchronously and returns all values in the first column of the results
as a
List
of the type in the second argument.
- queryForListAsynchronously(String, Class<T>, QueryForListListener<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided
Select
query asynchronously and returns all values in the first column of the results
as a
List
of the type in the second argument.
- queryForListAsynchronously(Select, Class<T>, QueryForListListener<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForListAsynchronously(String, Class<T>, QueryForListListener<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- QueryForListListener<T> - Interface in org.springframework.cassandra.core
-
Listener used to receive asynchronous results expected as a List<T>
.
- queryForListOfMap(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL and converts the results to a basic List of Maps.
- queryForListOfMap(Select) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query and converts the results to a basic List of Maps.
- queryForListOfMap(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForListOfMap(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForListOfMapAsynchronously(Select, QueryForListListener<Map<String, Object>>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided
Select
query and converts the results to a
List
of
Map
s.
- queryForListOfMapAsynchronously(String, QueryForListListener<Map<String, Object>>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided select CQL query and converts the results to a
List
of
Map
s.
- queryForListOfMapAsynchronously(String, QueryForListListener<Map<String, Object>>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided select CQL query and converts the results to a
List
of
Map
s.
- queryForListOfMapAsynchronously(Select, QueryForListListener<Map<String, Object>>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForListOfMapAsynchronously(String, QueryForListListener<Map<String, Object>>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForListOfMapAsynchronously(String, QueryForListListener<Map<String, Object>>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- QueryForListOfMapListener - Interface in org.springframework.cassandra.core
-
Listener used to receive asynchronous results expected as a List<T>
.
- queryForMap(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query and maps ONE Row to a basic Map of Strings and Objects.
- queryForMap(Select) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query and maps ONE Row to a basic Map of Strings and Objects.
- queryForMap(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForMap(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForMapAsynchronously(String, QueryForMapListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL query asynchronously and maps the first row to a
Map
<String,Object>.
- queryForMapAsynchronously(String, QueryForMapListener, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL query asynchronously and maps the first row to a
Map
<String,Object>.
- queryForMapAsynchronously(Select, QueryForMapListener) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided
Select
query asynchronously and maps the first row to a
Map
<String,Object>.
- queryForMapAsynchronously(String, QueryForMapListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForMapAsynchronously(String, QueryForMapListener, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForMapAsynchronously(Select, QueryForMapListener) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- QueryForMapListener - Interface in org.springframework.cassandra.core
-
Listener used to receive asynchronous results expected as a List<Map<String,Object>>
.
- queryForObject(String, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided CQL Query, and maps ONE Row returned with the supplied RowMapper.
- queryForObject(Select, RowMapper<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select Query, and maps ONE Row returned with the supplied RowMapper.
- queryForObject(String, Class<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided query and tries to return the first column of the first Row as a Class.
- queryForObject(Select, Class<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select query and tries to return the first column of the first Row as a Class.
- queryForObject(String, Class<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObject(String, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObject(Select, RowMapper<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObject(Select, Class<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObjectAsynchronously(String, RowMapper<T>, QueryForObjectListener<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided string CQL query, and maps the first row returned with the supplied
RowMapper
.
- queryForObjectAsynchronously(String, RowMapper<T>, QueryForObjectListener<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided string CQL query, and maps the first row returned with the supplied
RowMapper
.
- queryForObjectAsynchronously(Select, RowMapper<T>, QueryForObjectListener<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided
Select
query, and maps the first row returned with the supplied
RowMapper
.
- queryForObjectAsynchronously(Select, Class<T>, QueryForObjectListener<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided Select
query and returns the first column of the first Row as an object of type
T
.
- queryForObjectAsynchronously(String, Class<T>, QueryForObjectListener<T>) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided select CQL query and returns the first column of the first Row as an object of type
T
.
- queryForObjectAsynchronously(String, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Executes the provided select CQL query and returns the first column of the first Row as an object of type
T
.
- queryForObjectAsynchronously(Select, Class<T>, QueryForObjectListener<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObjectAsynchronously(String, Class<T>, QueryForObjectListener<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObjectAsynchronously(String, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObjectAsynchronously(String, RowMapper<T>, QueryForObjectListener<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObjectAsynchronously(String, RowMapper<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- queryForObjectAsynchronously(Select, RowMapper<T>, QueryForObjectListener<T>) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- QueryForObjectListener<T> - Interface in org.springframework.cassandra.core
-
Listener used to receive asynchronous results expected as an object of type
T
or an
Exception
.
- QueryOptions - Class in org.springframework.cassandra.core
-
Cassandra Query Options for queries.
- QueryOptions() - Constructor for class org.springframework.cassandra.core.QueryOptions
-
- QueryOptions(ConsistencyLevel, RetryPolicy) - Constructor for class org.springframework.cassandra.core.QueryOptions
-
- QueryOptions.QueryOptionsBuilder - Class in org.springframework.cassandra.core
-
- QUOTED - Static variable in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- QUOTED_REGEX - Static variable in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- quotedCqlId(CharSequence) - Static method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- quotesValue() - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- quotesValue() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- quotesValue() - Method in interface org.springframework.cassandra.core.keyspace.Option
-
Whether this option's value should be single-quoted.
- quotesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- quotesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- quotesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- quotesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- save(S) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- save(Iterable<S>) - Method in class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- scan(String...) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- scan(Class<?>...) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- scan(Collection<String>) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- scan(Collection<String>, Collection<Class<?>>) - Static method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- scanBasePackageForEntities(String) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- scanForEntityClasses() - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
Scans the mapping base package for entity classes annotated with
Table
or
Persistent
.
- SchemaAction - Enum in org.springframework.data.cassandra.config
-
Enum identifying any schema actions to take at startup.
- select(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Execute query and convert ResultSet to the list of entities.
- select(Select, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Execute the Select Query and convert to the list of entities.
- select(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- select(Select, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- select(String, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- select(Select, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectAll(Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
- selectAll(Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectBySimpleIds(Class<T>, Iterable<?>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Select objects for the given entityClass
and ids
.
- selectBySimpleIds(Class<T>, Iterable<?>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectCount(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- selectOne(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Execute CQL and convert ResultSet to the entity
- selectOne(Select, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Execute Select query and convert ResultSet to the entity
- selectOne(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOne(Select, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOne(String, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOne(Select, CassandraConverterRowCallback<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Executes the Select
query asynchronously.
- selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Executes the string CQL query asynchronously.
- selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Executes the Select
query asynchronously.
- selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Executes the string CQL query asynchronously.
- selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOneAsynchronously(Select, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOneAsynchronously(String, Class<T>, QueryForObjectListener<T>, QueryOptions) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- selectOneById(Class<T>, Object) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Execute the Select by id
for the given entityClass
.
- selectOneById(Class<T>, Object) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- session() - Method in class org.springframework.cassandra.config.java.AbstractSessionConfiguration
-
- SESSION - Static variable in interface org.springframework.cassandra.config.xml.DefaultCqlBeanNames
-
- session - Variable in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- session() - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- SessionCallback<T> - Interface in org.springframework.cassandra.core
-
Interface for operations on a Cassandra Session.
- setAction(KeyspaceAction) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setAddressTranslator(AddressTranslator) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Configures the address translator used by the new cluster to translate IP addresses received
from Cassandra nodes into locally query-able addresses.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- setAuthProvider(AuthProvider) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the AuthProvider
.
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.config.java.AbstractCassandraConfiguration
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- setBeanClassLoader(ClassLoader) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- setBeanName(String) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setCassandraTemplate(CassandraTemplate) - Method in class org.springframework.data.cassandra.repository.support.CassandraRepositoryFactoryBean
-
- setCluster(Cluster) - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Sets a reference to the Cassandra Cluster
to use.
- setClusterBuilderConfigurer(ClusterBuilderConfigurer) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setClusterName(String) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
An optional name for the cluster instance.
- setColumnName(CqlIdentifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- setColumnName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
If this property is mapped with a single column, set the column name to the given
CqlIdentifier
.
- setColumnName(String) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- setColumnNames(List<CqlIdentifier>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- setColumnNames(List<CqlIdentifier>) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Sets this property's column names to the collection given.
- setCompressionType(CompressionType) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setConnectTimeoutMillis(Integer) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.cassandra.core.QueryOptions
-
- setConsistencyLevel(ConsistencyLevel) - Method in class org.springframework.cassandra.core.QueryOptions
-
Sets the driver ConsistencyLevel
.
- setContactPoints(String) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set a comma-delimited string of the contact points (hosts) to connect to.
- setConversionService(ConversionService) - Method in class org.springframework.data.cassandra.repository.query.AbstractCassandraQuery
-
- setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
- setConverter(CassandraConverter) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
Registers the given custom conversions with the converter.
- setCustomConversions(CustomConversions) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- setDefaultProperties(BeanDefinitionBuilder) - Method in class org.springframework.cassandra.config.xml.CassandraCqlSessionParser
-
- setDefaultProperties(BeanDefinitionBuilder) - Method in class org.springframework.data.cassandra.config.xml.CassandraSessionParser
-
- setDurableWrites(boolean) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setDurableWrites(boolean) - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- setEntityBasePackageClasses(Collection<Class<?>>) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- setEntityBasePackages(Collection<String>) - Method in class org.springframework.data.cassandra.config.CassandraEntityClassScanner
-
- setEntityClassName(String) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- setEntityMappings(Set<EntityMapping>) - Method in class org.springframework.data.cassandra.mapping.Mapping
-
- setExceptionTranslator(CassandraExceptionTranslator) - Method in class org.springframework.cassandra.support.CassandraAccessor
-
Sets the exception translator used by this template to translate Cassandra specific Exceptions into Spring DAO's
Exception Hierarchy.
- setFetchSize(int) - Method in class org.springframework.cassandra.core.QueryOptions
-
Sets the query fetch size for ResultSet
chunks.
- setForceQuote(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- setForceQuote(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- setForceQuote(boolean) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentProperty
-
Whether to force-quote the column names of this property.
- setForceQuote(String) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- setForceQuote(String) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- setHeartbeatIntervalSeconds(int) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the heart beat interval, after which a message is sent on an idle connection to make sure it's still alive.
- setHostStateListener(Host.StateListener) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setIdleTimeoutSeconds(int) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the timeout before an idle connection is removed.
- setIfNotExists(boolean) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setInitializationExecutor(Executor) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the
Executor
to use for connection initialization.
- setInstantiators(EntityInstantiators) - Method in class org.springframework.data.cassandra.convert.AbstractCassandraConverter
-
- setJmxReportingEnabled(boolean) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set whether to use JMX reporting.
- setKeepAlive(Boolean) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setKeyspaceCreations(List<CreateKeyspaceSpecification>) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setKeyspaceDrops(List<DropKeyspaceSpecification>) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setKeyspaceName(String) - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Sets the name of the Cassandra Keyspace to connect to.
- setKeyspaceSpecifications(Set<KeyspaceActionSpecification<?>>) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setLatencyTracker(LatencyTracker) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setLoadBalancingPolicy(LoadBalancingPolicy) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the LoadBalancingPolicy
that decides which Cassandra hosts to contact for each new query.
- setLocalCoreConnections(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the core number of connections per host for the HostDistance.LOCAL
scope.
- setLocalMaxConnections(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the maximum number of connections per host for the HostDistance.LOCAL
scope.
- setLocalMaxSimultaneousRequests(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the maximum number of requests per connection for the HostDistance.LOCAL
scope.
- setLocalMinSimultaneousRequests(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the threshold that triggers the creation of a new connection to a host
for the HostDistance.LOCAL
scope.
- setMapping(Mapping) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- setMaxQueueSize(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the maximum number of requests that get enqueued if no connection is available.
- setMaxSchemaAgreementWaitSeconds(int) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Sets the maximum time to wait for schema agreement before returning from a DDL query.
- setMetricsEnabled(boolean) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set whether metrics are enabled.
- setMultiLevelList(List<List<T>>) - Method in class org.springframework.cassandra.config.MultiLevelListFlattenerFactoryBean
-
- setMultiLevelSet(Set<Set<T>>) - Method in class org.springframework.cassandra.config.MultiLevelSetFlattenerFactoryBean
-
- setName(String) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setName(CqlIdentifier) - Method in class org.springframework.cassandra.core.keyspace.ColumnChangeSpecification
-
Sets the column name.
- setName(String) - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- setNettyOptions(NettyOptions) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the NettyOptions
used by a client to customize the driver's underlying Netty layer.
- setNetworkTopologyDataCenters(List<String>) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setNetworkTopologyReplicationFactors(List<String>) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setPassword(String) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the username to use with PlainTextAuthProvider
.
- setPoolingOptions(PoolingOptions) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the PoolingOptions
to configure the connection pooling behavior.
- setPoolTimeoutMilliseconds(int) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the timeout when trying to acquire a connection from a host's pool.
- setPort(int) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the port for the contact points.
- setPropertyMappings(Map<String, PropertyMapping>) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- setPropertyName(String) - Method in class org.springframework.data.cassandra.mapping.PropertyMapping
-
- setProtocolVersion(ProtocolVersion) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the ProtocolVersion
.
- setQueryOptions(QueryOptions) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the QueryOptions
to tune to defaults for individual queries.
- setReadTimeout(long) - Method in class org.springframework.cassandra.core.QueryOptions
-
Sets the read timeout in milliseconds.
- setReadTimeoutMillis(Integer) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setReceiveBufferSize(Integer) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setReconnectionPolicy(ReconnectionPolicy) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the ReconnectionPolicy
that decides how often the reconnection to a dead node is attempted.
- setRemoteCoreConnections(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the core number of connections per host for the HostDistance.REMOTE
scope.
- setRemoteMaxConnections(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the maximum number of connections per host for the HostDistance.REMOTE
scope.
- setRemoteMaxSimultaneousRequests(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the maximum number of requests per connection for the HostDistance.REMOTE
scope.
- setRemoteMinSimultaneousRequests(Integer) - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Sets the threshold that triggers the creation of a new connection to a host
for the HostDistance.REMOTE
scope.
- setReplicationFactor(long) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setReplicationFactor(long) - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- setReplicationStrategy(KeyspaceOption.ReplicationStrategy) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setReplicationStrategy(KeyspaceOption.ReplicationStrategy) - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- setRetryPolicy(RetryPolicy) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the RetryPolicy
that defines a default behavior to adopt when a request fails.
- setRetryPolicy(RetryPolicy) - Method in class org.springframework.cassandra.core.QueryOptions
-
- setRetryPolicy(RetryPolicy) - Method in class org.springframework.cassandra.core.QueryOptions
-
Sets the RetryPolicy
.
- setReuseAddress(Boolean) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setRowConverter(Converter<Row, Object[]>) - Method in class org.springframework.cassandra.core.converter.ResultSetToArrayConverter
-
- setRowConverter(Converter<Row, Map<String, Object>>) - Method in class org.springframework.cassandra.core.converter.ResultSetToListConverter
-
- setSchemaAction(SchemaAction) - Method in class org.springframework.data.cassandra.config.CassandraSessionFactoryBean
-
- setSendBufferSize(Integer) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setSession(Session) - Method in class org.springframework.cassandra.config.CassandraCqlTemplateFactoryBean
-
Sets the Cassandra Session
to use.
- setSession(Session) - Method in class org.springframework.cassandra.support.CassandraAccessor
-
Sets the Cassandra Session
used by this template to perform Cassandra data access operations.
- setSession(Session) - Method in class org.springframework.data.cassandra.config.CassandraTemplateFactoryBean
-
Sets the Cassandra Session
to use.
- setShutdownScripts(List<String>) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setShutdownScripts(List<String>) - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Sets CQL scripts to be executed immediately before the session is shutdown.
- setSocketOptions(SocketOptions) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the SocketOptions
containing low-level socket options.
- setSoLinger(Integer) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setSpecification(ColumnChangeSpecification) - Method in class org.springframework.cassandra.core.cql.generator.ColumnChangeCqlGenerator
-
- setSpecification(IndexNameSpecification<T>) - Method in class org.springframework.cassandra.core.cql.generator.IndexNameCqlGenerator
-
- setSpecification(KeyspaceActionSpecification<T>) - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
-
- setSpecification(TableNameSpecification<T>) - Method in class org.springframework.cassandra.core.cql.generator.TableNameCqlGenerator
-
- setSpecification(UserTypeNameSpecification<T>) - Method in class org.springframework.cassandra.core.cql.generator.UserTypeNameCqlGenerator
-
- setSpeculativeExecutionPolicy(SpeculativeExecutionPolicy) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Configures the speculative execution policy to use for the new cluster.
- setSslEnabled(boolean) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set whether to use SSL.
- setSslOptions(SSLOptions) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setStartupScripts(List<String>) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- setStartupScripts(List<String>) - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
Sets CQL scripts to be executed immediately after the session is connected.
- setStrict(boolean) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
-
- setTableName(CqlIdentifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- setTableName(CqlIdentifier) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntity
-
- setTableName(String) - Method in class org.springframework.data.cassandra.mapping.EntityMapping
-
- setTcpNoDelay(Boolean) - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- setTimestampGenerator(TimestampGenerator) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Configures the generator that will produce the client-side timestamp sent with each query.
- setTracing(boolean) - Method in class org.springframework.cassandra.core.QueryOptions
-
Enables statement tracing.
- setTtl(Integer) - Method in class org.springframework.cassandra.core.WriteOptions
-
Sets the time to live for write operations.
- setType(Class<?>) - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- setUsername(String) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the username to use with PlainTextAuthProvider
.
- setUserTypeResolver(UserTypeResolver) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- setVerifier(CassandraPersistentEntityMetadataVerifier) - Method in interface org.springframework.data.cassandra.mapping.CassandraMappingContext
-
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- SimpleCassandraRepository<T,ID extends Serializable> - Class in org.springframework.data.cassandra.repository.support
-
Repository base implementation for Cassandra.
- SimpleCassandraRepository(CassandraEntityInformation<T, ID>, CassandraOperations) - Constructor for class org.springframework.data.cassandra.repository.support.SimpleCassandraRepository
-
- SimplePreparedStatementCreator - Class in org.springframework.cassandra.core
-
This Prepared Statement Creator simply prepares a statement from the CQL string.
- SimplePreparedStatementCreator(String) - Constructor for class org.springframework.cassandra.core.SimplePreparedStatementCreator
-
Create a PreparedStatementCreator from the provided CQL.
- SimpleUserTypeResolver - Class in org.springframework.data.cassandra.mapping
-
Default implementation of
UserTypeResolver
that resolves
UserType
by their name from
Cluster.getMetadata()
.
- SimpleUserTypeResolver(Cluster, String) - Constructor for class org.springframework.data.cassandra.mapping.SimpleUserTypeResolver
-
- SINGLE_QUOTE - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- singleQuote(Object) - Static method in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- size() - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- size() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- SocketOptionsFactoryBean - Class in org.springframework.cassandra.config
-
Socket Options Factory Bean.
- SocketOptionsFactoryBean() - Constructor for class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.ColumnChangeCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.IndexNameCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceOptionsCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.TableCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.TableNameCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.TableOptionsCqlGenerator
-
- spec() - Method in class org.springframework.cassandra.core.cql.generator.UserTypeNameCqlGenerator
-
- spELContext - Variable in class org.springframework.data.cassandra.convert.MappingCassandraConverter
-
- spelContext - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- spelContext - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentProperty
-
- SpelUtils - Class in org.springframework.data.cassandra.util
-
- SpelUtils() - Constructor for class org.springframework.data.cassandra.util.SpelUtils
-
- stream(String, Class<T>) - Method in interface org.springframework.data.cassandra.core.CassandraOperations
-
Executes the given select query
on the entity table of the specified type
backed by a Cassandra
ResultSet
.
- stream(String, Class<T>) - Method in class org.springframework.data.cassandra.core.CassandraTemplate
-
- strict - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
-
Deprecated.
- STRING_PATTERN - Static variable in class org.springframework.cassandra.core.cql.CqlConstantType.Regex
-
- STRING_REGEX - Static variable in class org.springframework.cassandra.core.cql.CqlConstantType.Regex
-
- StringBasedCassandraQuery - Class in org.springframework.data.cassandra.repository.query
-
- StringBasedCassandraQuery(CassandraQueryMethod, CassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
-
- StringBasedCassandraQuery(String, CassandraQueryMethod, CassandraOperations, SpelExpressionParser, EvaluationContextProvider) - Constructor for class org.springframework.data.cassandra.repository.query.StringBasedCassandraQuery
-
- val(Object) - Static method in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
-
- validate(Class<?>) - Static method in class org.springframework.data.cassandra.repository.support.IdInterfaceValidator
-
Validates the form of the given id interface candidate type.
- value - Variable in class org.springframework.data.cassandra.config.BeanDefinitionBuilderArgument
-
- valueOf(String) - Static method in enum org.springframework.cassandra.config.CompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.config.KeyspaceAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.ConsistencyLevel
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.cql.CqlConstantType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption.ReplicationStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.KeyCachingOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.keyspace.TableOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.Ordering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.PrimaryKeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.ReservedKeyword
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.core.RetryPolicy
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.cassandra.support.exception.CassandraSchemaElementExistsException.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.config.SchemaAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraColumnAnnotationComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraPersistentProperty.PropertyToFieldNameConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraPersistentPropertyComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.cassandra.mapping.CassandraPrimaryKeyColumnAnnotationComparator
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.cassandra.config.CompressionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.config.KeyspaceAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.ConsistencyLevel
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.cql.CqlConstantType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption.ReplicationStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.TableOption.KeyCachingOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.keyspace.TableOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.Ordering
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.PrimaryKeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.ReservedKeyword
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.cassandra.core.RetryPolicy
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- values() - Static method in enum org.springframework.cassandra.support.exception.CassandraSchemaElementExistsException.ElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.config.SchemaAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToDateMidnightConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.CassandraLocalDateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.DateMidnightToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJodaTimeConverters.LocalDateToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.CassandraLocalDateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraJsr310Converters.LocalDateToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.CassandraLocalDateToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.convert.CassandraThreeTenBackPortConverters.LocalDateToCassandraLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.mapping.CassandraColumnAnnotationComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.mapping.CassandraPersistentProperty.PropertyToFieldNameConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.mapping.CassandraPersistentPropertyComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.cassandra.mapping.CassandraPrimaryKeyColumnAnnotationComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.springframework.data.cassandra.repository.support.BasicMapId
-
- valuize(String) - Static method in class org.springframework.cassandra.core.cql.CqlStringUtils
-
Renders the given string as a legal Cassandra string column or table option value, by escaping single quotes and
encasing the result in single quotes.
- verifier - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraMappingContext
-
- verifier - Variable in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- VerifierMappingExceptions - Exception in org.springframework.data.cassandra.mapping
-
Aggregator of multiple
MappingException
for convenience when verifying persistent entities.
- VerifierMappingExceptions(CassandraPersistentEntity<?>, Collection<MappingException>) - Constructor for exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
- VerifierMappingExceptions(CassandraPersistentEntity<?>, String) - Constructor for exception org.springframework.data.cassandra.mapping.VerifierMappingExceptions
-
- verify() - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntity
-
- verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.BasicCassandraPersistentEntityMetadataVerifier
-
- verify(CassandraPersistentEntity<?>) - Method in interface org.springframework.data.cassandra.mapping.CassandraPersistentEntityMetadataVerifier
-
Performs verification on the Persistent Entity to ensure all markers and marker combinations are valid.
- verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.CompositeCassandraPersistentEntityMetadataVerifier
-
- verify(CassandraPersistentEntity<?>) - Method in class org.springframework.data.cassandra.mapping.PrimaryKeyClassEntityMetadataVerifier
-
- verify(Method, RepositoryMetadata) - Method in class org.springframework.data.cassandra.repository.query.CassandraQueryMethod
-
Validates that this query is not a page or slice query.