- AbstractClusterConfiguration - Class in org.springframework.cassandra.config.java
-
Base class for Spring Cassandra configuration that can handle creating namespaces, execute arbitrary CQL on startup &
shutdown, and optionally drop keyspaces.
- AbstractClusterConfiguration() - Constructor for class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
- AbstractCqlTemplateConfiguration - Class in org.springframework.cassandra.config.java
-
Abstract configuration class to create a
CqlTemplate and inheriting
Session
and
Cluster creation.
- AbstractCqlTemplateConfiguration() - Constructor for class org.springframework.cassandra.config.java.AbstractCqlTemplateConfiguration
-
- AbstractResultSetConverter<T> - Class in org.springframework.cassandra.core.converter
-
Convenient converter that can be used to convert a single-row-single-column, single-row-multi-column, or multi-row
ResultSet into the a value of a given type.
- AbstractResultSetConverter() - Constructor for class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- AbstractResultSetToBasicFixedTypeConverter<T> - Class in org.springframework.cassandra.core.converter
-
- AbstractResultSetToBasicFixedTypeConverter() - Constructor for class org.springframework.cassandra.core.converter.AbstractResultSetToBasicFixedTypeConverter
-
- AbstractSessionConfiguration - Class in org.springframework.cassandra.config.java
-
Spring @Configuration class used to configure a Cassandra client application
Session connected to a Cassandra Cluster.
- AbstractSessionConfiguration() - Constructor for class org.springframework.cassandra.config.java.AbstractSessionConfiguration
-
- add(String, DataType) - Method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
Adds an ADD to the list of column changes.
- add(String, DataType) - Method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
Adds an ADD to the list of field changes.
- add(CqlIdentifier, DataType) - Method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
Adds an ADD to the list of field changes.
- AddColumnCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating an ADD clause of an ALTER TABLE statement.
- AddColumnCqlGenerator(AddColumnSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.AddColumnCqlGenerator
-
- AddColumnSpecification - Class in org.springframework.cassandra.core.keyspace
-
Specification to add a column.
- AddColumnSpecification(String, DataType) - Constructor for class org.springframework.cassandra.core.keyspace.AddColumnSpecification
-
- AddColumnSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.cassandra.core.keyspace.AddColumnSpecification
-
- addOptionalPropertyReference(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyReference(BeanDefinitionBuilder, String, Attr, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyReference(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyReference(BeanDefinitionBuilder, String, Element, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyReference(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyReference(BeanDefinitionBuilder, String, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyValue(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyValue(BeanDefinitionBuilder, String, Attr, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyValue(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyValue(BeanDefinitionBuilder, String, Element, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyValue(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addOptionalPropertyValue(BeanDefinitionBuilder, String, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addPreparedStatementOptions(PreparedStatement, QueryOptions) - Static method in class org.springframework.cassandra.core.CqlTemplate
-
- addProperty(BeanDefinitionBuilder, String, String, String, boolean, boolean) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
Adds the named property and value, or reference to the given
BeanDefinitionBuilder with an optional
default value if the value has not been specified.
- addQueryOptions(T, QueryOptions) - Static method in class org.springframework.cassandra.core.CqlTemplate
-
- addReplicasPerNode(String, long) - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- addRequiredPropertyReference(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addRequiredPropertyReference(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addRequiredPropertyReference(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addRequiredPropertyValue(BeanDefinitionBuilder, String, Attr) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addRequiredPropertyValue(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- addRequiredPropertyValue(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.cassandra.config.xml.ParsingUtils
-
- address - Variable in class org.springframework.cassandra.core.RingMember
-
- addWriteOptions(Insert, WriteOptions) - Static method in class org.springframework.cassandra.core.CqlTemplate
-
- addWriteOptions(Update, WriteOptions) - Static method in class org.springframework.cassandra.core.CqlTemplate
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.config.CassandraCqlTemplateFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- afterPropertiesSet() - Method in class org.springframework.cassandra.support.CassandraAccessor
-
Ensures the Cassandra Session and exception translator has been propertly set.
- all() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- all() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- alter(String, DataType) - Method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
Adds an ALTER to the list of column changes.
- alter(String, DataType) - Method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
Adds an ALTER to the list of field changes.
- alter(CqlIdentifier, DataType) - Method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
Adds an ALTER to the list of field changes.
- AlterColumnCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating an ALTER column clause of an ALTER TABLE statement.
- AlterColumnCqlGenerator(AlterColumnSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.AlterColumnCqlGenerator
-
- AlterColumnSpecification - Class in org.springframework.cassandra.core.keyspace
-
Value object for altering a column.
- AlterColumnSpecification(String, DataType) - Constructor for class org.springframework.cassandra.core.keyspace.AlterColumnSpecification
-
- AlterColumnSpecification(CqlIdentifier, DataType) - Constructor for class org.springframework.cassandra.core.keyspace.AlterColumnSpecification
-
- alterKeyspace() - Static method in class org.springframework.cassandra.core.keyspace.AlterKeyspaceSpecification
-
- alterKeyspace(KeyspaceIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.AlterKeyspaceSpecification
-
- AlterKeyspaceCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating ALTER TABLE statements.
- AlterKeyspaceCqlGenerator(AlterKeyspaceSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
-
- AlterKeyspaceSpecification - Class in org.springframework.cassandra.core.keyspace
-
- AlterKeyspaceSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.AlterKeyspaceSpecification
-
- AlterKeyspaceSpecification(String) - Constructor for class org.springframework.cassandra.core.keyspace.AlterKeyspaceSpecification
-
- AlterKeyspaceSpecification(KeyspaceIdentifier) - Constructor for class org.springframework.cassandra.core.keyspace.AlterKeyspaceSpecification
-
- alterTable() - Static method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
- alterTable(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
- alterTable(String) - Static method in class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
- AlterTableCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating ALTER TABLE statements.
- AlterTableCqlGenerator(AlterTableSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.AlterTableCqlGenerator
-
Creates a new {@link AlterTableCqlGenerator}.
- AlterTableSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class to construct an ALTER TABLE specification.
- AlterTableSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.AlterTableSpecification
-
- alterType() - Static method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
- alterType(String) - Static method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
- alterType(CqlIdentifier) - Static method in class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
- AlterUserTypeCqlGenerator - Class in org.springframework.cassandra.core.cql.generator
-
CQL generator for generating ALTER TYPE statements.
- AlterUserTypeCqlGenerator(AlterUserTypeSpecification) - Constructor for class org.springframework.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
-
- AlterUserTypeSpecification - Class in org.springframework.cassandra.core.keyspace
-
Builder class to construct an ALTER TYPE specification.
- AlterUserTypeSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.AlterUserTypeSpecification
-
- AsynchronousQueryListener - Interface in org.springframework.cassandra.core
-
Interface used to give an implementation access to a ResultSetFuture after the query has completed.
- 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.
- CassandraAccessor - Class in org.springframework.cassandra.support
-
- CassandraAccessor() - Constructor for class org.springframework.cassandra.support.CassandraAccessor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- CassandraNamespaceHandler - Class in org.springframework.cassandra.config.xml
-
Namespace handler for spring-cassandra.
- CassandraNamespaceHandler() - Constructor for class org.springframework.cassandra.config.xml.CassandraNamespaceHandler
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- containsKey(Object) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- containsValue(Object) - Method in class org.springframework.cassandra.core.util.MapBuilder
-
- 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
-
- converter - Variable in class org.springframework.cassandra.core.converter.AbstractResultSetConverter
-
- CONVERTER - Static variable in class org.springframework.cassandra.core.converter.AbstractResultSetToBasicFixedTypeConverter
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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.
- 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.
- getCoreConnectionsPerHost() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean.HostDistancePoolingOptions
-
Returns the core number of connections per host.
- 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
-
- 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
-
- 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
-
- getFetchSize() - Method in class org.springframework.cassandra.core.QueryOptions
-
- getFields() - Method in class org.springframework.cassandra.core.keyspace.UserTypeSpecification
-
- 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.
- getIdleTimeoutSeconds() - Method in class org.springframework.cassandra.config.PoolingOptionsFactoryBean
-
Get the timeout before an idle connection is removed.
- 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.
- 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
-
- 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.
- 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.
- getMessagesByHost() - Method in exception org.springframework.cassandra.support.exception.CassandraConnectionFailureException
-
- getMetricsEnabled() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the whether to enable metrics.
- 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.
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- getProtocolVersion() - Method in class org.springframework.cassandra.config.java.AbstractClusterConfiguration
-
Returns the ProtocolVersion.
- 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
-
- 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
-
- getReuseAddress() - Method in class org.springframework.cassandra.config.SocketOptionsFactoryBean
-
- getRowConverter() - Method in class org.springframework.cassandra.core.converter.ResultSetToArrayConverter
-
- getRowConverter() - Method in class org.springframework.cassandra.core.converter.ResultSetToListConverter
-
- 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.
- 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.
- 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
-
- getTargetName() - Method in class org.springframework.cassandra.core.keyspace.RenameColumnSpecification
-
- 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
-
- 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
-
- getUnquoted() - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- 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
-
- getWasDataReceived() - Method in exception org.springframework.cassandra.support.exception.CassandraReadTimeoutException
-
- getWriteType() - Method in exception org.springframework.cassandra.support.exception.CassandraWriteTimeoutException
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- isUnquotedIdentifier(CharSequence) - Static method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
Returns
true if the given
CharSequence is a legal unquoted identifier.
- iterator() - Method in class org.springframework.cassandra.core.support.EmptyResultSet
-
- iterator() - Method in class org.springframework.cassandra.core.support.ResultSetAdapter
-
- 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
-
- 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
Maps.
- 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
Maps.
- 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
Maps.
- 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
-
- selectCount(Select) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- session() - Method in class org.springframework.cassandra.config.java.AbstractSessionConfiguration
-
- SESSION - Static variable in interface org.springframework.cassandra.config.xml.DefaultCqlBeanNames
-
- 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.
- setAuthProvider(AuthProvider) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
Set the AuthProvider.
- setBeanName(String) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- 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.
- 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.
- setDefaultProperties(BeanDefinitionBuilder) - Method in class org.springframework.cassandra.config.xml.CassandraCqlSessionParser
-
- setDurableWrites(boolean) - Method in class org.springframework.cassandra.config.KeyspaceActionSpecificationFactoryBean
-
- setDurableWrites(boolean) - Method in class org.springframework.cassandra.config.KeyspaceAttributes
-
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- table() - Static method in class org.springframework.cassandra.core.keyspace.DefaultTableDescriptor
-
- TableCqlGenerator<T extends TableSpecification<T>> - Class in org.springframework.cassandra.core.cql.generator
-
Base class that contains behavior common to CQL generation for table operations.
- TableCqlGenerator(TableSpecification<T>) - Constructor for class org.springframework.cassandra.core.cql.generator.TableCqlGenerator
-
- TableDescriptor - Interface in org.springframework.cassandra.core.keyspace
-
Describes a table.
- tableName(String) - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
Sets the table name.
- tableName(CqlIdentifier) - Method in class org.springframework.cassandra.core.keyspace.CreateIndexSpecification
-
- TableNameCqlGenerator<T extends TableNameSpecification<T>> - Class in org.springframework.cassandra.core.cql.generator
-
Base class for Table CQL generators.
- TableNameCqlGenerator(TableNameSpecification<T>) - Constructor for class org.springframework.cassandra.core.cql.generator.TableNameCqlGenerator
-
- TableNameSpecification<T extends TableNameSpecification<T>> - Class in org.springframework.cassandra.core.keyspace
-
Abstract builder class to support the construction of table specifications.
- TableNameSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.TableNameSpecification
-
- TableOption - Enum in org.springframework.cassandra.core.keyspace
-
Enumeration that represents all known table options.
- TableOption.CachingOption - Enum in org.springframework.cassandra.core.keyspace
-
Known caching options.
- TableOption.CompactionOption - Enum in org.springframework.cassandra.core.keyspace
-
Known compaction options.
- TableOption.CompressionOption - Enum in org.springframework.cassandra.core.keyspace
-
Known compression options.
- TableOption.KeyCachingOption - Enum in org.springframework.cassandra.core.keyspace
-
Known KeyCaching Options
- TableOptionsCqlGenerator<T extends TableOptionsSpecification<T>> - Class in org.springframework.cassandra.core.cql.generator
-
Base class that contains behavior common to CQL generation for table operations.
- TableOptionsCqlGenerator(TableOptionsSpecification<T>) - Constructor for class org.springframework.cassandra.core.cql.generator.TableOptionsCqlGenerator
-
- TableOptionsSpecification<T extends TableOptionsSpecification<T>> - Class in org.springframework.cassandra.core.keyspace
-
Abstract builder class to support the construction of table specifications that have table options, that is, those
options normally specified by WITH ...
- TableOptionsSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.TableOptionsSpecification
-
- TableSpecification<T> - Class in org.springframework.cassandra.core.keyspace
-
Builder class to support the construction of table specifications that have columns.
- TableSpecification() - Constructor for class org.springframework.cassandra.core.keyspace.TableSpecification
-
- takesValue() - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- takesValue() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- takesValue() - Method in interface org.springframework.cassandra.core.keyspace.Option
-
Whether this option takes a value.
- takesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- takesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- takesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- takesValue() - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- TEMPLATE - Static variable in interface org.springframework.cassandra.config.xml.DefaultCqlBeanNames
-
- toArray(Iterable<?>) - Static method in class org.springframework.cassandra.core.util.CollectionUtils
-
- toCql() - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
Renders this identifier appropriately.
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- toCql(DataType) - Static method in class org.springframework.cassandra.core.cql.CqlStringUtils
-
Renders the given DataType as a CQL string.
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AddColumnCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterColumnCqlGenerator
-
- toCql(AlterKeyspaceSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterKeyspaceCqlGenerator
-
- toCql(AlterTableSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.AlterTableCqlGenerator
-
Generates a CQL statement from the given specification.
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterTableCqlGenerator
-
- toCql(AlterUserTypeSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.AlterUserTypeCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.ColumnChangeCqlGenerator
-
- toCql(CreateIndexSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.CreateIndexCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.CreateIndexCqlGenerator
-
- toCql(CreateKeyspaceSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.CreateKeyspaceCqlGenerator
-
- toCql(CreateTableSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.CreateTableCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.CreateTableCqlGenerator
-
- toCql(CreateUserTypeSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.CreateUserTypeCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.DropColumnCqlGenerator
-
- toCql(DropIndexSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.DropIndexCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.DropIndexCqlGenerator
-
- toCql(DropKeyspaceSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.DropKeyspaceCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.DropKeyspaceCqlGenerator
-
- toCql(DropTableSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.DropTableCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.DropTableCqlGenerator
-
- toCql(DropUserTypeSpecification) - Static method in class org.springframework.cassandra.core.cql.generator.DropUserTypeCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.DropUserTypeCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.IndexNameCqlGenerator
-
- toCql() - Method in class org.springframework.cassandra.core.cql.generator.IndexNameCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
-
- toCql() - Method in class org.springframework.cassandra.core.cql.generator.KeyspaceNameCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.RenameColumnCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.TableNameCqlGenerator
-
- toCql() - Method in class org.springframework.cassandra.core.cql.generator.TableNameCqlGenerator
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.generator.UserTypeNameCqlGenerator
-
- toCql() - Method in class org.springframework.cassandra.core.cql.generator.UserTypeNameCqlGenerator
-
- toCql() - Method in class org.springframework.cassandra.core.cql.KeyspaceIdentifier
-
Renders this identifier appropriately.
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.cql.KeyspaceIdentifier
-
- toCql() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- toCql() - Method in class org.springframework.cassandra.core.keyspace.FieldSpecification
-
- toCql(StringBuilder) - Method in class org.springframework.cassandra.core.keyspace.FieldSpecification
-
- toList(T...) - Static method in class org.springframework.cassandra.core.util.CollectionUtils
-
- toList(Iterable<T>) - Static method in class org.springframework.cassandra.core.util.CollectionUtils
-
- toMap(Row) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- toString() - Method in class org.springframework.cassandra.core.cql.CqlIdentifier
-
- toString() - Method in class org.springframework.cassandra.core.cql.KeyspaceIdentifier
-
- toString() - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
- toString(Object) - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- toString() - Method in class org.springframework.cassandra.core.keyspace.DefaultOption
-
- toString() - Method in class org.springframework.cassandra.core.keyspace.FieldSpecification
-
- toString() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption.ReplicationStrategy
-
- toString() - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- toString(Object) - Method in enum org.springframework.cassandra.core.keyspace.KeyspaceOption
-
- toString(Object) - Method in interface org.springframework.cassandra.core.keyspace.Option
-
First ensures that the given value is coerceable into the type expected by this option, then returns the result of
Object.toString() called on the given value.
- toString() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- toString(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CachingOption
-
- toString() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- toString(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompactionOption
-
- toString() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- toString(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption.CompressionOption
-
- toString() - Method in enum org.springframework.cassandra.core.keyspace.TableOption.KeyCachingOption
-
- toString() - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- toString(Object) - Method in enum org.springframework.cassandra.core.keyspace.TableOption
-
- tracing(boolean) - Method in class org.springframework.cassandra.core.QueryOptions.QueryOptionsBuilder
-
Enables statement tracing.
- tracing(boolean) - Method in class org.springframework.cassandra.core.WriteOptions.WriteOptionsBuilder
-
- translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.cassandra.config.CassandraCqlClusterFactoryBean
-
- translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.cassandra.config.CassandraCqlSessionFactoryBean
-
- translateExceptionIfPossible(Throwable) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- translateExceptionIfPossible(Throwable, PersistenceExceptionTranslator) - Static method in class org.springframework.cassandra.core.CqlTemplate
-
- translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.cassandra.support.CassandraExceptionTranslator
-
- truncate(CqlIdentifier) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Delete all rows in the table
- truncate(String) - Method in interface org.springframework.cassandra.core.CqlOperations
-
Delete all rows in the table
- truncate(String) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- truncate(CqlIdentifier) - Method in class org.springframework.cassandra.core.CqlTemplate
-
- ttl(int) - Method in class org.springframework.cassandra.core.WriteOptions.WriteOptionsBuilder
-
Sets the time to live for write operations.
- type(DataType) - Method in class org.springframework.cassandra.core.keyspace.ColumnSpecification
-
Sets the column's type.
- type(DataType) - Method in class org.springframework.cassandra.core.keyspace.FieldSpecification
-
Sets the column's type.
- TYPE_PARAMETER_PREFIX - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- TYPE_PARAMETER_SUFFIX - Static variable in class org.springframework.cassandra.core.cql.CqlStringUtils
-
- 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.
- 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.
- 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.