- CASSANDRA_COMPRESSION - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_CONNECTION_PER_MANAGER - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_LOAD_BALANCING_POLICY - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_LOAD_BALANCING_POLICY_TOKEN_AWARE_LOCAL_DC - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_METRICS - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_SOCKET_CONNECT_TIMEOUT_MILLIS - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_SOCKET_READ_TIMEOUT_MILLIS - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CASSANDRA_SSL - Static variable in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- CassandraBooleanExpression - Class in org.datanucleus.store.cassandra.query.expression
-
Representation of a boolean expression in Cassandra queries, and contains the CQL that it maps to.
- CassandraBooleanExpression(CassandraExpression, CassandraExpression, Expression.Operator) - Constructor for class org.datanucleus.store.cassandra.query.expression.CassandraBooleanExpression
-
Constructor when the expression represents a comparison, between the field expression and a literal.
- CassandraExpression - Class in org.datanucleus.store.cassandra.query.expression
-
Base for a Cassandra expression.
- CassandraExpression() - Constructor for class org.datanucleus.store.cassandra.query.expression.CassandraExpression
-
- CassandraFieldExpression - Class in org.datanucleus.store.cassandra.query.expression
-
Expression for a field in a Cassandra table.
- CassandraFieldExpression(String, AbstractMemberMetaData) - Constructor for class org.datanucleus.store.cassandra.query.expression.CassandraFieldExpression
-
- CassandraLiteral - Class in org.datanucleus.store.cassandra.query.expression
-
Representation of a literal in a Cassandra query.
- CassandraLiteral(Object) - Constructor for class org.datanucleus.store.cassandra.query.expression.CassandraLiteral
-
- CassandraPersistenceHandler - Class in org.datanucleus.store.cassandra
-
Handler for basic persistence operations with Cassandra datastores.
- CassandraPersistenceHandler(StoreManager) - Constructor for class org.datanucleus.store.cassandra.CassandraPersistenceHandler
-
- CassandraPropertyValidator - Class in org.datanucleus.store.cassandra
-
Validator for persistence properties used by Cassandra.
- CassandraPropertyValidator() - Constructor for class org.datanucleus.store.cassandra.CassandraPropertyValidator
-
- CassandraQueryCompilation - Class in org.datanucleus.store.cassandra.query
-
Datastore-specific (Cassandra) compilation information for a java query.
- CassandraQueryCompilation() - Constructor for class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
-
- CassandraQueryResult - Class in org.datanucleus.store.cassandra.query
-
- CassandraQueryResult(Query, ResultSet) - Constructor for class org.datanucleus.store.cassandra.query.CassandraQueryResult
-
- CassandraSchemaHandler - Class in org.datanucleus.store.cassandra
-
Handler for schema management with Cassandra.
- CassandraSchemaHandler(CassandraStoreManager) - Constructor for class org.datanucleus.store.cassandra.CassandraSchemaHandler
-
- CassandraStoreManager - Class in org.datanucleus.store.cassandra
-
StoreManager for persisting to Cassandra datastores.
- CassandraStoreManager(ClassLoaderResolver, PersistenceNucleusContext, Map<String, Object>) - Constructor for class org.datanucleus.store.cassandra.CassandraStoreManager
-
Constructor.
- CassandraUtils - Class in org.datanucleus.store.cassandra
-
Utility methods for handling Cassandra datastores.
- close() - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
-
- close() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
- close() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
-
- close() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryResult
-
Method to close the results, meaning that they are inaccessible after this point.
- close() - Method in class org.datanucleus.store.cassandra.SessionStatementProvider
-
- closeAfterTransactionEnd() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
-
- closeResults() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryResult
-
Internal method to close the ResultSet.
- closingConnection() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryResult
-
- columnValueByName - Variable in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
-
- compile() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
- compileFilter() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
Method to compile the FILTER clause of the query
- compileGeneric(Map) - Method in class org.datanucleus.store.cassandra.query.CQLQuery
-
- compileGrouping() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
Method to compile the GROUPING clause of the query
- compileHaving() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
Method to compile the HAVING clause of the query
- compileInternal(Map) - Method in class org.datanucleus.store.cassandra.query.CQLQuery
-
- compileInternal(Map) - Method in class org.datanucleus.store.cassandra.query.JDOQLQuery
-
Method to compile the JDOQL query.
- compileInternal(Map) - Method in class org.datanucleus.store.cassandra.query.JPQLQuery
-
Method to compile the JDOQL query.
- compileOrdering() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
Method to compile the ORDERING clause of the query
- compileResult() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
Method to compile the RESULT clause of the query
- compileUpdate() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
-
Method to compile the UPDATE clause of the query.
- ConnectionFactoryImpl - Class in org.datanucleus.store.cassandra
-
Connection factory for Cassandra datastores.
- ConnectionFactoryImpl(StoreManager, String) - Constructor for class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
Constructor for a factory.
- ConnectionFactoryImpl.ManagedConnectionImpl - Class in org.datanucleus.store.cassandra
-
- CQLQuery - Class in org.datanucleus.store.cassandra.query
-
CQL query for Cassandra.
- CQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.cassandra.query.CQLQuery
-
Constructs a new query instance that uses the given execution context.
- CQLQuery(StoreManager, ExecutionContext, CQLQuery) - Constructor for class org.datanucleus.store.cassandra.query.CQLQuery
-
Constructs a new query instance having the same criteria as the given query.
- CQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.cassandra.query.CQLQuery
-
Constructor for a JDOQL query where the query is specified using the "Single-String" format.
- createDatabase(String, String, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
-
Method to create a database (keyspace) in Cassandra.
- createDatabase(String, String, Properties) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
-
- createIndexCQL(String, String, String, String, IndexMetaData) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
-
- createManagedConnection(ExecutionContext, Map) - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl
-
Obtain a connection from the Factory.
- createRepository() - Method in class org.datanucleus.store.cassandra.valuegenerator.IncrementGenerator
-
- createSchemaForClass(AbstractClassMetaData, Session, ClassLoaderResolver, List<String>, List<String>) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
-
Method to generate the necessary CQL to create the schema (table/indexes) for the specified class.
- createSchemaForClasses(Set<String>, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
-
- createSchemaForClasses(Set<String>, Properties) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
-