A C D E F G H I J L M N O P Q R S T U V 
All Classes All Packages

A

attributeEmbeddedMember(MemberColumnMapping, List<AbstractMemberMetaData>) - Method in class org.datanucleus.store.cassandra.SchemaVerifierImpl
 
attributeMember(MemberColumnMapping) - Method in class org.datanucleus.store.cassandra.SchemaVerifierImpl
 
attributeMember(MemberColumnMapping, AbstractMemberMetaData) - Method in class org.datanucleus.store.cassandra.SchemaVerifierImpl
 

C

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
 
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.CQLQueryResult
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.CQLQueryResult
Internal method to close the ResultSet.
closingConnection() - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 
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, 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.
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.
CQLQueryResult - Class in org.datanucleus.store.cassandra.query
QueryResult for Cassandra CQL queries.
CQLQueryResult(Query, ResultSet) - Constructor for class org.datanucleus.store.cassandra.query.CQLQueryResult
 
createDatabase(String, String, Properties) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
createDatabase(String, String, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
Method to create a database (keyspace) in Cassandra.
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, CqlSession, 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) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
createSchemaForClasses(Set<String>, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 

D

datastoreCompilation - Variable in class org.datanucleus.store.cassandra.query.CQLQuery
The compilation of the query for this datastore.
datastoreCompilation - Variable in class org.datanucleus.store.cassandra.query.JDOQLQuery
The compilation of the query for this datastore.
datastoreCompilation - Variable in class org.datanucleus.store.cassandra.query.JPQLQuery
The compilation of the query for this datastore.
deleteDatabase(String, String, Properties) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
deleteDatabase(String, String, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
Method to drop a database (keyspace) in Cassandra.
deleteObject(ObjectProvider) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
deleteObjects(ObjectProvider...) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
deleteSchemaForClasses(Set<String>, Properties) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
deleteSchemaForClasses(Set<String>, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
deleteStatementByClassName - Variable in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
disconnect() - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 

E

equals(Object) - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 
evaluateInMemory() - Method in class org.datanucleus.store.cassandra.query.JDOQLQuery
Convenience method to return whether the query should be evaluated in-memory.
evaluateInMemory() - Method in class org.datanucleus.store.cassandra.query.JPQLQuery
Convenience method to return whether the query should be evaluated in-memory.
EXTENSION_CASSANDRA_DELETE_USING - Static variable in class org.datanucleus.store.cassandra.CassandraStoreManager
Comma separated USING clause for DELETES.
EXTENSION_CASSANDRA_INSERT_USING - Static variable in class org.datanucleus.store.cassandra.CassandraStoreManager
Comma separated USING clause for INSERTS.
EXTENSION_CASSANDRA_UPDATE_USING - Static variable in class org.datanucleus.store.cassandra.CassandraStoreManager
Comma separated USING clause for UPDATES.

F

fetchBooleanField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchByteField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchCharField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchDoubleField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
FetchEmbeddedFieldManager - Class in org.datanucleus.store.cassandra.fieldmanager
FieldManager for the retrieval of field values of an embedded PC object.
FetchEmbeddedFieldManager(ExecutionContext, Row, AbstractClassMetaData, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.FetchEmbeddedFieldManager
 
FetchEmbeddedFieldManager(ObjectProvider, Row, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.FetchEmbeddedFieldManager
 
FetchFieldManager - Class in org.datanucleus.store.cassandra.fieldmanager
FieldManager to use for retrieving values from Cassandra to put into a persistable object.
FetchFieldManager(ExecutionContext, Row, AbstractClassMetaData, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
FetchFieldManager(ObjectProvider, Row, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchFloatField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchIntField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchLongField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchNonEmbeddedObjectField(AbstractMemberMetaData, RelationType, ClassLoaderResolver) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchObject(ObjectProvider, int[]) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
fetchObjectField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchEmbeddedFieldManager
 
fetchObjectField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchShortField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
fetchStringField(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
findObject(ExecutionContext, Object) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 

G

get(int) - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 
getCandidatesForQuery(CqlSession) - Method in class org.datanucleus.store.cassandra.query.JDOQLQuery
Convenience method that returns all candidate objects for this query.
getCandidatesForQuery(CqlSession) - Method in class org.datanucleus.store.cassandra.query.JPQLQuery
Convenience method that returns all candidate objects for this query.
getCassandraTypeForDatastoreType(String) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
 
getCassandraTypeForNonPersistableType(Class, boolean, TypeManager, String, AbstractMemberMetaData, FieldRole, ClassLoaderResolver) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
Convenience method to return the Cassandra type that we would store the provided type as.
getClassNameForObjectID(Object, ClassLoaderResolver, ExecutionContext) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
getClassNames() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
getColumnMapping(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchEmbeddedFieldManager
 
getColumnMapping(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
getColumnMapping(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreEmbeddedFieldManager
 
getColumnMapping(int) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
getColumnMetadataForColumn(TableMetadata, Column) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
getColumnMetadataForColumnName(TableMetadata, String) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
getColumnName() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraFieldExpression
 
getColumnNamesForEmbeddedMember(Table, List<AbstractMemberMetaData>, List<String>, ExecutionContext) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
Convenience method to populate the "colNames" argument list with column names for the specified embedded field.
getColumnValueByName() - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
getConnection() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
 
getCQL() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraBooleanExpression
 
getCQL() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
getCQLForClass(String) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
getDatastoreValueForNonPersistableValue(Object, String, boolean, TypeManager, AbstractMemberMetaData, FieldRole) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
Convenience method to convert from a non-persistable value to the value to be stored in Cassandra.
getExpressionForPrimary(PrimaryExpression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
getFieldNames() - Method in class org.datanucleus.store.cassandra.query.ResultClassInfo
 
getFields() - Method in class org.datanucleus.store.cassandra.query.ResultClassInfo
 
getFieldsMatchingColumnIndexes() - Method in class org.datanucleus.store.cassandra.query.ResultClassInfo
 
getIndexMetadataForColumn(TableMetadata, String) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
getInsertStatementForClass(AbstractClassMetaData, Table, Map<String, Object>, ExecutionContext) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
Method to create the INSERT statement for an object of the specified class.
getJavaTypeForCassandraType(String) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
 
getJavaValueForDatastoreValue(Object, String, Class, ExecutionContext) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
 
getKeyspaceMetadata(CqlSession, String) - Static method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
getMemberMetaData() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraFieldExpression
 
getMemberValueForColumnWithConverter(Row, Column, TypeConverter) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
 
getNativeQueryLanguage() - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
getObjectArrayFromRow(TypeManager, Row, ColumnDefinitions, List<Integer>, int) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
Convenience method to get Object[] from Cassandra Row.
getPkValuesForStatement(ObjectProvider, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
Convenience method to extract the pk values to input into an LOCATE/UPDATE/DELETE/FETCH statement
getPojoForRowForCandidate(Row, AbstractClassMetaData, ExecutionContext, int[], boolean) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
Method to take a ResultSet Row and convert it into a persistable object.
getPrimaryKeyColumns(AbstractClassMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
getResultClassInfoFromColumnDefinitions(Class, ColumnDefinitions) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
Convenience method to generate a ResultClassInfo which holds members that would be used by QueryUtils.createResultObjectUsingDefaultConstructorAndSetters method
getSchemaName() - Method in class org.datanucleus.store.cassandra.valuegenerator.IncrementGenerator
 
getSingleStringQuery() - Method in class org.datanucleus.store.cassandra.query.CQLQuery
 
getStatementProvider() - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
getSupportedOptions() - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
getSupportedQueryLanguages() - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
getTableMetadata(CqlSession, String, String) - Static method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
getTypeNameForColumn(ColumnMetadata) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
getValue() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraLiteral
 
getValueForContainerRelationField(AbstractMemberMetaData, Object, ClassLoaderResolver) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
getValueForSingleRelationField(AbstractMemberMetaData, Object, ClassLoaderResolver) - Method in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
getVersionStatement(AbstractClassMetaData, Table, ClassLoaderResolver) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
getVersionStatementByClassName - Variable in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
getXAResource() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
 

H

hashCode() - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 

I

IncrementGenerator - Class in org.datanucleus.store.cassandra.valuegenerator
Value generator using a table in the datastore and incrementing a column, keyed by the field name that has the strategy.
IncrementGenerator(StoreManager, String, Properties) - Constructor for class org.datanucleus.store.cassandra.valuegenerator.IncrementGenerator
 
initialise() - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 
insertObject(ObjectProvider) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
insertObjects(ObjectProvider...) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
insertStatementByClassName - Variable in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
isCompiled() - Method in class org.datanucleus.store.cassandra.query.JDOQLQuery
Method to return if the query is compiled.
isCompiled() - Method in class org.datanucleus.store.cassandra.query.JPQLQuery
Method to return if the query is compiled.
isFilterComplete() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
isFilterComplete() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
isOrderComplete() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
isOrderComplete() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
isPrecompilable() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
isPrecompilable() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
isResultComplete() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
isResultComplete() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
isUpdateComplete() - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
isUpdateComplete() - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
iterator() - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 

J

JDOQLQuery - Class in org.datanucleus.store.cassandra.query
JDOQL query for Cassandra.
JDOQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.cassandra.query.JDOQLQuery
Constructs a new query instance that uses the given execution context.
JDOQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.cassandra.query.JDOQLQuery
Constructor for a JDOQL query where the query is specified using the "Single-String" format.
JDOQLQuery(StoreManager, ExecutionContext, JDOQLQuery) - Constructor for class org.datanucleus.store.cassandra.query.JDOQLQuery
Constructs a new query instance having the same criteria as the given query.
JPQLQuery - Class in org.datanucleus.store.cassandra.query
JPQL query for Cassandra.
JPQLQuery(StoreManager, ExecutionContext) - Constructor for class org.datanucleus.store.cassandra.query.JPQLQuery
Constructs a new query instance that uses the given persistence manager.
JPQLQuery(StoreManager, ExecutionContext, String) - Constructor for class org.datanucleus.store.cassandra.query.JPQLQuery
Constructor for a JPQL query where the query is specified using the "Single-String" format.
JPQLQuery(StoreManager, ExecutionContext, JPQLQuery) - Constructor for class org.datanucleus.store.cassandra.query.JPQLQuery
Constructs a new query instance having the same criteria as the given query.

L

listIterator() - Method in class org.datanucleus.store.cassandra.query.CQLQueryResult
 
locateObject(ObjectProvider) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
locateObjects(ObjectProvider[]) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
locateStatementByClassName - Variable in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
logCqlStatement(String, Object[], NucleusLogger) - Static method in class org.datanucleus.store.cassandra.CassandraUtils
Convenience method to log the provided CQL statement, substituting the provided parameters for any "?" in the statement

M

manageClasses(String[], ClassLoaderResolver, CqlSession) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
manageClasses(ClassLoaderResolver, String...) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
ManagedConnectionImpl() - Constructor for class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
 
mmds - Variable in class org.datanucleus.store.cassandra.fieldmanager.FetchEmbeddedFieldManager
Metadata for the embedded member (maybe nested) that this FieldManager represents).
mmds - Variable in class org.datanucleus.store.cassandra.fieldmanager.StoreEmbeddedFieldManager
Metadata for the embedded member (maybe nested) that this FieldManager represents).

N

newQuery(String, ExecutionContext) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
newQuery(String, ExecutionContext, String) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
newQuery(String, ExecutionContext, Query) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 

O

obtainNewConnection() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
 
org.datanucleus.store.cassandra - package org.datanucleus.store.cassandra
 
org.datanucleus.store.cassandra.fieldmanager - package org.datanucleus.store.cassandra.fieldmanager
 
org.datanucleus.store.cassandra.query - package org.datanucleus.store.cassandra.query
 
org.datanucleus.store.cassandra.query.expression - package org.datanucleus.store.cassandra.query.expression
 
org.datanucleus.store.cassandra.valuegenerator - package org.datanucleus.store.cassandra.valuegenerator
 

P

performExecute(Map) - Method in class org.datanucleus.store.cassandra.query.CQLQuery
 
performExecute(Map) - Method in class org.datanucleus.store.cassandra.query.JDOQLQuery
 
performExecute(Map) - Method in class org.datanucleus.store.cassandra.query.JPQLQuery
 
performOptimisticCheck(ObjectProvider, CqlSession, Table, VersionMetaData, Object) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 
prepare(String, CqlSession) - Method in class org.datanucleus.store.cassandra.SessionStatementProvider
 
processAndExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processEqExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processGteqExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processGtExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processInExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processInvokeExpression(InvokeExpression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processLiteral(Literal) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processLteqExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processLtExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processNoteqExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processNotInExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processOrExpression(Expression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processParameterExpression(ParameterExpression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
processPrimaryExpression(PrimaryExpression) - Method in class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 
PROPERTY_CASSANDRA_ENFORCE_UNIQUENESS_IN_APPLICATION - Static variable in class org.datanucleus.store.cassandra.CassandraStoreManager
 

Q

QueryToCQLMapper - Class in org.datanucleus.store.cassandra.query
Mapper for converting a generic query into CQL.
QueryToCQLMapper(QueryCompilation, Map, AbstractClassMetaData, ExecutionContext, Query, Table) - Constructor for class org.datanucleus.store.cassandra.query.QueryToCQLMapper
 

R

release() - Method in class org.datanucleus.store.cassandra.ConnectionFactoryImpl.ManagedConnectionImpl
 
repositoryExists - Variable in class org.datanucleus.store.cassandra.valuegenerator.IncrementGenerator
Flag for whether we know that the repository exists.
reserveBlock(long) - Method in class org.datanucleus.store.cassandra.valuegenerator.IncrementGenerator
 
RESERVED_WORDS - Static variable in class org.datanucleus.store.cassandra.CassandraStoreManager
 
ResultClassInfo - Class in org.datanucleus.store.cassandra.query
Used to hold arguments that will be passed in QueryUtils.createResultObjectUsingDefaultConstructorAndSetters method*
ResultClassInfo(Field[], String[], List<Integer>) - Constructor for class org.datanucleus.store.cassandra.query.ResultClassInfo
 
row - Variable in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 

S

SchemaVerifierImpl - Class in org.datanucleus.store.cassandra
Implementation of a schema verifier for Cassandra.
SchemaVerifierImpl(StoreManager, AbstractClassMetaData, ClassLoaderResolver) - Constructor for class org.datanucleus.store.cassandra.SchemaVerifierImpl
 
SessionStatementProvider - Class in org.datanucleus.store.cassandra
Provider for PreparedStatements for a Session.
SessionStatementProvider() - Constructor for class org.datanucleus.store.cassandra.SessionStatementProvider
 
setCQLForClass(String, String) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
setFilterComplete(boolean) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
setOrderComplete(boolean) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
setPrecompilable(boolean) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
setResultComplete(boolean) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
setUpdateComplete(boolean) - Method in class org.datanucleus.store.cassandra.query.CassandraQueryCompilation
 
storeBooleanField(int, boolean) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeByteField(int, byte) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeCharField(int, char) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeDoubleField(int, double) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
StoreEmbeddedFieldManager - Class in org.datanucleus.store.cassandra.fieldmanager
FieldManager for the persistence of an embedded PC object.
StoreEmbeddedFieldManager(ExecutionContext, AbstractClassMetaData, boolean, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.StoreEmbeddedFieldManager
Constructor called when it is needed to null out all columns of an embedded object (and nested embedded columns).
StoreEmbeddedFieldManager(ObjectProvider, boolean, List<AbstractMemberMetaData>, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.StoreEmbeddedFieldManager
 
StoreFieldManager - Class in org.datanucleus.store.cassandra.fieldmanager
FieldManager for the storing of field values into Cassandra.
StoreFieldManager(ExecutionContext, AbstractClassMetaData, boolean, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
StoreFieldManager(ObjectProvider, boolean, Table) - Constructor for class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeFloatField(int, float) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeIntField(int, int) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeLongField(int, long) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeNonEmbeddedObjectField(AbstractMemberMetaData, RelationType, ClassLoaderResolver, Object) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeObjectField(int, Object) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreEmbeddedFieldManager
 
storeObjectField(int, Object) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeShortField(int, short) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
storeStringField(int, String) - Method in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
supportsQueryLanguage(String) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 

T

table - Variable in class org.datanucleus.store.cassandra.fieldmanager.FetchFieldManager
 
table - Variable in class org.datanucleus.store.cassandra.fieldmanager.StoreFieldManager
 
toString() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraBooleanExpression
 
toString() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraFieldExpression
 
toString() - Method in class org.datanucleus.store.cassandra.query.expression.CassandraLiteral
 

U

updateObject(ObjectProvider, int[]) - Method in class org.datanucleus.store.cassandra.CassandraPersistenceHandler
 

V

validate(String, Object) - Method in class org.datanucleus.store.cassandra.CassandraPropertyValidator
Validate the specified property.
validateSchema(Set<String>, Properties, Object) - Method in class org.datanucleus.store.cassandra.CassandraSchemaHandler
 
validateSchemaForClasses(Set<String>, Properties) - Method in class org.datanucleus.store.cassandra.CassandraStoreManager
 
verifyMemberColumnMapping(AbstractMemberMetaData, MemberColumnMapping, TypeManager, ClassLoaderResolver) - Static method in class org.datanucleus.store.cassandra.SchemaVerifierImpl
Method to verify the member-column mapping and assign the Cassandra type to all Columns that it contains.
verifyTypeConverterForMember(AbstractMemberMetaData, TypeConverter) - Method in class org.datanucleus.store.cassandra.SchemaVerifierImpl
 
A C D E F G H I J L M N O P Q R S T U V 
All Classes All Packages