Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

add(BatchableStatement<R, F>) - Method in class org.helenus.driver.impl.BatchImpl
add(RegularStatement) - Method in class org.helenus.driver.impl.BatchImpl
add(BatchableStatement<R, F>) - Method in class org.helenus.driver.impl.BatchImpl.OptionsImpl
add(RegularStatement) - Method in class org.helenus.driver.impl.BatchImpl.OptionsImpl
add(GroupableStatement<R, F>) - Method in class org.helenus.driver.impl.GroupImpl
add(BatchableStatement<R, F>) - Method in class org.helenus.driver.impl.GroupImpl
add(RegularStatement) - Method in class org.helenus.driver.impl.GroupImpl
add(SequenceableStatement<R, F>) - Method in class org.helenus.driver.impl.SequenceImpl
add(BatchableStatement<R, F>) - Method in class org.helenus.driver.impl.SequenceImpl
add(RegularStatement) - Method in class org.helenus.driver.impl.SequenceImpl
add(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
addAll(CharSequence, Set<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
addErrorHandler(ERunnable<?>) - Method in class org.helenus.driver.impl.BatchImpl
addErrorHandler(ERunnable<?>) - Method in class org.helenus.driver.impl.BatchImpl.OptionsImpl
addErrorHandler(ERunnable<?>) - Method in class org.helenus.driver.impl.GroupImpl
addErrorHandler(ERunnable<?>) - Method in class org.helenus.driver.impl.SequenceImpl
addKeyspaceKey(String, Object) - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
Adds a keyspace key to the context for use in keyspace name creation.
addKeyspaceKey(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Adds a keyspace key to the context for use in keyspace name creation by retrieving its value from the associated POJO.
addKeyspaceKey(String, Object) - Method in class org.helenus.driver.impl.RootClassInfoImpl.Context
Adds a keyspace key to the context for use in keyspace name creation.
addKeyspaceKey(String, Object) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Adds a keyspace key to the context for use in keyspace name creation.
addKeyspaceKey(String, Object) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl.Context
Adds a keyspace key to the context for use in keyspace name creation.
addKeyspaceKey(String, Object) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl.POJOContext
Adds a keyspace key to the context for use in keyspace name creation.
addListener(Runnable, Executor) - Method in class com.datastax.driver.core.CompoundResultSetFuture
addListener(Runnable, Executor) - Method in class com.datastax.driver.core.EmptyResultSetFuture
addListener(Runnable, Executor) - Method in class com.datastax.driver.core.ErrorResultSetFuture
addListener(Runnable, Executor) - Method in class com.datastax.driver.core.LastResultParallelSetFuture
addListener(Runnable, Executor) - Method in class com.datastax.driver.core.LastResultSequentialSetFuture
addListener(Runnable, Executor) - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
addListener(Runnable, Executor) - Method in class org.helenus.driver.impl.ListenableFutureImpl
all() - Method in class org.helenus.driver.impl.DeleteImpl.SelectionImpl
all() - Method in class org.helenus.driver.impl.ObjectSetImpl
all() - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
all() - Method in class org.helenus.driver.impl.SelectImpl.TableSelectionImpl
allowFiltering() - Method in class org.helenus.driver.impl.SelectImpl
allSelected - Variable in class org.helenus.driver.impl.DeleteImpl
Flag to keep track of whether or not the special * has been selected.
allSelected - Variable in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
Flag to keep track of whether or not * has been selected.
AlterCreateKeyspaceImpl<T> - Class in org.helenus.driver.impl
The AlterCreateKeyspaceImpl class defines a ALTER KEYSPACE or a CREATE KEYSPACE statement based on the current schema defined in Cassandra.
AlterCreateKeyspaceImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.AlterCreateKeyspaceImpl
Instantiates a new AlterCreateKeyspaceImpl object.
AlterCreateTableImpl<T> - Class in org.helenus.driver.impl
The AlterCreateTableImpl class defines a ALTER TABLE or a CREATE TABLE statement based on the current schema defined in Cassandra.
AlterCreateTableImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.AlterCreateTableImpl
Instantiates a new AlterCreateTableImpl object.
AlterCreateTypeImpl<T> - Class in org.helenus.driver.impl
The AlterCreateTypeImpl class defines a ALTER TYPE or CREATE TYPE statement based on the current schema defined in Cassandra.
AlterCreateTypeImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.AlterCreateTypeImpl
Instantiates a new AlterCreateTypeImpl object.
alterMatchingSchemas(String[]) - Method in class org.helenus.driver.impl.StatementManagerImpl
alterSchema(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
AlterSchemaImpl<T> - Class in org.helenus.driver.impl
The AlterSchemaImpl class defines a ALTER SCHEMA statement.
AlterSchemaImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.AlterSchemaImpl
Instantiates a new AlterSchemaImpl object.
AlterSchemaImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE SCHEMA statement which can be used to specify keyspace keys used for the keyspace name.
alterSchemas(String[]) - Method in class org.helenus.driver.impl.StatementManagerImpl
AlterSchemasImpl - Class in org.helenus.driver.impl
The AlterSchemasImpl class provides support for a statement which will create and/or alter all the required elements (keyspace, tables, types, and indexes) to support the schema for a given package of POJOs.
AlterSchemasImpl(String[], boolean, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.AlterSchemasImpl
Instantiates a new AlterSchemaImpl object.
AlterSchemasImpl.WhereImpl - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the ALTER SCHEMAS statement which can be used to specify keyspace key types used for keyspace names.
and(Clause) - Method in class org.helenus.driver.impl.AlterSchemaImpl.WhereImpl
and(Clause) - Method in class org.helenus.driver.impl.AlterSchemasImpl.WhereImpl
and(Using<?>) - Method in class org.helenus.driver.impl.BatchImpl.OptionsImpl
and(Clause) - Method in class org.helenus.driver.impl.CreateIndexImpl.WhereImpl
and(WithOptions) - Method in class org.helenus.driver.impl.CreateKeyspaceImpl.OptionsImpl
and(Clause) - Method in class org.helenus.driver.impl.CreateKeyspaceImpl.WhereImpl
and(Clause) - Method in class org.helenus.driver.impl.CreateSchemaImpl.WhereImpl
and(Clause) - Method in class org.helenus.driver.impl.CreateSchemasImpl.WhereImpl
and(WithOptions) - Method in class org.helenus.driver.impl.CreateTableImpl.OptionsImpl
and(Clause) - Method in class org.helenus.driver.impl.CreateTableImpl.WhereImpl
and(Clause) - Method in class org.helenus.driver.impl.CreateTypeImpl.WhereImpl
and(Clause) - Method in class org.helenus.driver.impl.DeleteImpl.ConditionsImpl
and(Using<?>) - Method in class org.helenus.driver.impl.DeleteImpl.OptionsImpl
and(Clause) - Method in class org.helenus.driver.impl.DeleteImpl.WhereImpl
and(Using<?>) - Method in class org.helenus.driver.impl.InsertImpl.OptionsImpl
and(Clause) - Method in class org.helenus.driver.impl.SelectImpl.WhereImpl
and(Clause) - Method in class org.helenus.driver.impl.TruncateImpl.WhereImpl
and(Assignment...) - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
and(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.ConditionsImpl
and(Using<?>) - Method in class org.helenus.driver.impl.UpdateImpl.OptionsImpl
and(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.WhereImpl
anyArgumentsInferred(List<CQLDataType>) - Static method in class org.helenus.driver.impl.DataTypeImpl
Checks if at least one argument from the given list is defined to be inferred.
append(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
appendAll(CharSequence, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.AlterCreateTableImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.AlterCreateTypeImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.AlterSchemaImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.AlterSchemasImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.BatchImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.CreateIndexImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.CreateSchemaImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.CreateSchemasImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.CreateTableImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.CreateTypeImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.InsertImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.StatementImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.TruncateImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupSubType(StringBuilder) - Method in class org.helenus.driver.impl.UpdateImpl
Appends the sub-type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.AlterSchemaImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.AlterSchemasImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.BatchImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.CreateSchemaImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.CreateSchemasImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.DeleteImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.GroupStatementImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.InsertImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.SequenceStatementImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.StatementImpl
Appends the type of group this is; used when building a query string.
appendGroupType(StringBuilder) - Method in class org.helenus.driver.impl.UpdateImpl
Appends the type of group this is; used when building a query string.
appendName(String, StringBuilder) - Method in class org.helenus.driver.impl.StatementManagerImpl
appendName(StringBuilder, String) - Static method in class org.helenus.driver.impl.Utils
 
appendOptions(StringBuilder) - Method in class org.helenus.driver.impl.BatchImpl
Called to append options to the query string when building a batch.
appendOptions(StringBuilder) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Called to append options to the query string when building a batch.
appendOptions(StringBuilder) - Method in class org.helenus.driver.impl.StatementImpl
Called to append options to the query string when building a batch.
areAllStatementsTracesEnabled() - Method in class org.helenus.driver.impl.StatementManagerImpl
Checks if all statements should be traced regardless of the statement tracing setting (see GenericStatement.isTracing()).
as(String) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
asc(CharSequence) - Method in class org.helenus.driver.impl.StatementManagerImpl
AssignmentImpl - Class in org.helenus.driver.impl
The AssignmentImpl class extends the functionality of Cassandra's Assignment class to provide support for POJOs.

B

batch(Optional<Recorder>, BatchableStatement<?, ?>...) - Method in class org.helenus.driver.impl.StatementManagerImpl
batch(Optional<Recorder>, Iterable<BatchableStatement<?, ?>>) - Method in class org.helenus.driver.impl.StatementManagerImpl
BatchImpl - Class in org.helenus.driver.impl
The BatchImpl class extends the functionality of Cassandra's Batch class to provide support for POJOs.
BatchImpl(Optional<Recorder>, BatchableStatement<?, ?>[], boolean, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.BatchImpl
Instantiates a new BatchImpl object.
BatchImpl(Optional<Recorder>, Iterable<BatchableStatement<?, ?>>, boolean, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.BatchImpl
Instantiates a new BatchImpl object.
BatchImpl.OptionsImpl - Class in org.helenus.driver.impl
The OptionsImpl class defines the options of a BATCH statement.
bridge - Variable in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
Holds the statement bridge.
bridge - Variable in class org.helenus.driver.impl.SelectImpl.BuilderImpl
Holds the statement bridge.
bridge - Variable in class org.helenus.driver.impl.StatementImpl
Holds the statement bridge.
BuilderImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateIndexImpl.BuilderImpl
Instantiates a new BuilderImpl object.
buildGroupedStatements() - Method in class org.helenus.driver.impl.CreateIndexImpl
Gets all underlying grouped statements recursively in the proper order for this statement.
buildGroupedStatements() - Method in class org.helenus.driver.impl.CreateTableImpl
Gets all underlying grouped statements recursively in the proper order for this statement.
buildGroupedStatements() - Method in class org.helenus.driver.impl.CreateTypeImpl
Gets all underlying grouped statements recursively in the proper order for this statement.
buildGroupedStatements() - Method in class org.helenus.driver.impl.GroupImpl
Gets all underlying grouped statements recursively in the proper order for this statement.
buildGroupedStatements() - Method in class org.helenus.driver.impl.GroupStatementImpl
Gets all underlying grouped statements recursively in the proper order for this statement.
buildGroupedStatements() - Method in class org.helenus.driver.impl.TruncateImpl
Gets all underlying grouped statements recursively in the proper order for this statement.
buildQueryString() - Method in class org.helenus.driver.impl.AlterCreateKeyspaceImpl
Builds the query string.
buildQueryString() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
Builds the query string.
buildQueryString() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Builds the query string.
buildQueryString() - Method in class org.helenus.driver.impl.SelectImpl
Builds the query string.
buildQueryString() - Method in class org.helenus.driver.impl.StatementImpl
Builds the query string.
buildQueryStrings(TableInfoImpl<T>) - Method in class org.helenus.driver.impl.AlterCreateTableImpl
Builds query strings for the specified table.
buildQueryStrings(UDTClassInfoImpl<T>) - Method in class org.helenus.driver.impl.AlterCreateTypeImpl
Builds query strings for the specified table.
buildQueryStrings() - Method in class org.helenus.driver.impl.BatchImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings(TableInfoImpl<T>) - Method in class org.helenus.driver.impl.CreateTableImpl
Builds query strings for the specified table.
buildQueryStrings(UDTClassInfoImpl<T>) - Method in class org.helenus.driver.impl.CreateTypeImpl
Builds query strings for the specified table.
buildQueryStrings() - Method in class org.helenus.driver.impl.DeleteImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.GroupStatementImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.InsertImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.SelectImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.SequenceStatementImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.SimpleStatementImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.StatementImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildQueryStrings() - Method in class org.helenus.driver.impl.UpdateImpl
Builds the query strings (one per underlying statement) to be collected if the statement represents some a batch, sequence, or a group statement.
buildSequencedStatements(Set<Pair<String, Keyspace>>, Map<Pair<String, Keyspace>, Set<Table>>, GroupImpl, GroupImpl, GroupImpl, SequenceImpl, GroupImpl) - Method in class org.helenus.driver.impl.AlterSchemaImpl
Gets all underlying sequenced statements for this alter schemas with the ability to optionally tracked and skipped already created keyspaces and/or tables.
buildSequencedStatements() - Method in class org.helenus.driver.impl.AlterSchemaImpl
Gets all underlying sequenced statements recursively in the proper order for this statement.
buildSequencedStatements() - Method in class org.helenus.driver.impl.AlterSchemasImpl
Gets all underlying sequenced statements recursively in the proper order for this statement.
buildSequencedStatements() - Method in class org.helenus.driver.impl.CreateSchemaImpl
Gets all underlying sequenced statements recursively in the proper order for this statement.
buildSequencedStatements(Set<Pair<String, Keyspace>>, Map<Pair<String, Keyspace>, Set<Table>>, GroupImpl, GroupImpl, GroupImpl, ParentStatementImpl, GroupImpl) - Method in class org.helenus.driver.impl.CreateSchemaImpl
Gets all underlying sequenced statements for this create schemas with the ability to optionally tracked and skipped already created keyspaces and/or tables.
buildSequencedStatements() - Method in class org.helenus.driver.impl.CreateSchemasImpl
Gets all underlying sequenced statements recursively in the proper order for this statement.
buildSequencedStatements() - Method in class org.helenus.driver.impl.SequenceImpl
Gets all underlying sequenced statements recursively in the proper order for this statement.
buildSequencedStatements() - Method in class org.helenus.driver.impl.SequenceStatementImpl
Gets all underlying sequenced statements recursively in the proper order for this statement.
buildStatements() - Method in class org.helenus.driver.impl.BatchImpl
Gets all underlying statements or this statement if none contained within.
buildStatements() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Gets all underlying statements or this statement if none contained within.
buildStatements() - Method in class org.helenus.driver.impl.GroupStatementImpl
Gets all underlying statements or this statement if none contained within.
buildStatements() - Method in class org.helenus.driver.impl.SequenceStatementImpl
Gets all underlying statements or this statement if none contained within.
buildStatements() - Method in class org.helenus.driver.impl.StatementImpl
Gets all underlying statements or this statement if none contained within.

C

cacheClassInfoIfAbsent(ClassInfoImpl<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
Caches the specified class info unless one is already present in the cache.
cancel(boolean) - Method in class com.datastax.driver.core.CompoundResultSetFuture
cancel(boolean) - Method in class com.datastax.driver.core.EmptyResultSetFuture
cancel(boolean) - Method in class com.datastax.driver.core.ErrorResultSetFuture
cancel(boolean) - Method in class com.datastax.driver.core.LastResultParallelSetFuture
cancel(boolean) - Method in class com.datastax.driver.core.LastResultSequentialSetFuture
cancel(boolean) - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
cancel(boolean) - Method in class org.helenus.driver.impl.ListenableFutureImpl
Attempts to cancel the execution of the request corresponding to this future.
cast(Object, DataType) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
cast(Object, DataType) - Method in class org.helenus.driver.impl.StatementManagerImpl
charAt(int) - Method in class org.helenus.driver.impl.Utils.CNameSequence
 
CI_PREFIX - Static variable in class org.helenus.driver.impl.StatementImpl
Holds the column name prefix used for the special column key created for case insensitive keys.
classInfoCache - Variable in class org.helenus.driver.impl.StatementManagerImpl
Hold the classInfoCache.
ClassInfoImpl<T> - Class in org.helenus.driver.impl
The ClassInfo class provides information about a particular POJO class.
ClassInfoImpl.Context - Class in org.helenus.driver.impl
The Context class provides a specific context for the POJO as referenced while building a statement.
ClassInfoImpl.POJOContext - Class in org.helenus.driver.impl
The POJOContext class provides a specific context for the POJO as referenced while building an insert or update statement.
classInfoImpls() - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets all cached class info structures.
classInfos() - Method in class org.helenus.driver.impl.AlterSchemasImpl
classInfos() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets all class infos (including type classes if this is a root class) for the POJO.
classInfos() - Method in class org.helenus.driver.impl.CreateSchemasImpl
classInfos() - Method in class org.helenus.driver.impl.RootClassInfoImpl
Gets all class infos (including type classes if this is a root class) for the POJO.
classInfos() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
Gets all class infos (including type classes if this is a root class) for the POJO.
ClauseImpl - Class in org.helenus.driver.impl
The ClauseImpl class extends Cassandra's Clause to provide support for POJOs.
clazz - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds the class for the POJO.
clear() - Method in class org.helenus.driver.impl.BatchImpl
clear() - Method in class org.helenus.driver.impl.GroupImpl
clear() - Method in class org.helenus.driver.impl.SequenceImpl
clearKeyspace() - Method in class org.helenus.driver.impl.SelectImpl
Clears the keyspace so it be recomputed later.
clearKeyspace() - Method in class org.helenus.driver.impl.StatementImpl
Clears the keyspace so it be recomputed later.
close() - Method in class org.helenus.driver.impl.StatementManagerImpl
Initiates a shutdown of this cluster instance and blocks until that shutdown completes.
closeAsync() - Method in class org.helenus.driver.impl.StatementManagerImpl
Initiates a shutdown of this cluster instance.
CName(String) - Constructor for class org.helenus.driver.impl.Utils.CName
 
CNameIndex(String, int) - Constructor for class org.helenus.driver.impl.Utils.CNameIndex
 
CNameKey(String, Object) - Constructor for class org.helenus.driver.impl.Utils.CNameKey
 
column(String) - Method in class org.helenus.driver.impl.DeleteImpl.SelectionImpl
column(Object) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
column(Object) - Method in class org.helenus.driver.impl.SelectImpl.TableSelectionImpl
column(String) - Method in class org.helenus.driver.impl.StatementManagerImpl
columnNames - Variable in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
List of columns added.
columnNames - Variable in class org.helenus.driver.impl.DeleteImpl
List of columns deleted.
columnNames - Variable in class org.helenus.driver.impl.SelectImpl.BuilderImpl
List of columns added.
columnNames - Variable in class org.helenus.driver.impl.SelectImpl
List of columns added.
columns() - Method in class org.helenus.driver.impl.TableInfoImpl
com.datastax.driver.core - package com.datastax.driver.core
 
com.datastax.driver.core.querybuilder - package com.datastax.driver.core.querybuilder
 
CompoundObjectSetFuture<T> - Class in org.helenus.driver.impl
The CompoundObjectSetFuture class defines an object set which is designed to return a compound results of multiple object set futures which are created from a sequence of select statements and requires to be combined together.
CompoundObjectSetFuture(StatementManager.Context<T>, List<ObjectSetFuture<T>>, StatementManagerImpl) - Constructor for class org.helenus.driver.impl.CompoundObjectSetFuture
Instantiates a new CompoundObjectSetFuture object.
CompoundResultSetFuture - Class in com.datastax.driver.core
The CompoundResultSetFuture class defines a result set which is designed to return a compound results of multiple result set futures which are created from a sequence of select statements and requires to be combined together.
CompoundResultSetFuture(List<ResultSetFuture>, StatementManagerImpl) - Constructor for class com.datastax.driver.core.CompoundResultSetFuture
Instantiates a new CompoundResultSetFuture object.
connect() - Method in class org.helenus.driver.impl.StatementManagerImpl
Connects to Cassandra if not already connected.
constructor - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds the default serialization constructor to use to instantiate a blank POJO.
contains(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
containsBindMarker(Object) - Static method in class org.helenus.driver.impl.Utils
 
containsKey(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
containsSpecialValue(Object) - Static method in class org.helenus.driver.impl.Utils
 
context - Variable in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
Holds the context associated with the POJO class for this statement.
context - Variable in class org.helenus.driver.impl.ListenableFutureImpl
Holds the statement context associated with this object set.
context - Variable in class org.helenus.driver.impl.SelectImpl.BuilderImpl
Holds the context associated with the POJO class for this statement.
countAll() - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
countAll() - Method in class org.helenus.driver.impl.SelectImpl.TableSelectionImpl
countOrAllSelected - Variable in class org.helenus.driver.impl.SelectImpl.BuilderImpl
Flag to keep track of whether or not the special COUNT() or * has been selected.
countOrAllSelected - Variable in class org.helenus.driver.impl.SelectImpl
Flag to keep track of whether or not the special COUNT() or * has been selected.
createIndex(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
CreateIndexImpl<T> - Class in org.helenus.driver.impl
The CreateIndexImpl class defines a CREATE INDEX statement.
CreateIndexImpl(ClassInfoImpl<T>.Context, String, String[], StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateIndexImpl
Instantiates a new CreateIndexImpl object.
CreateIndexImpl.BuilderImpl<T> - Class in org.helenus.driver.impl
The BuilderImpl class defines an in-construction CREATE INDEX statement.
CreateIndexImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE INDEX statement which can be used to specify keyspace keys used for the keyspace name.
createKeyspace(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
CreateKeyspaceImpl<T> - Class in org.helenus.driver.impl
The CreateKeyspaceImpl class defines a CREATE KEYSPACE statement.
CreateKeyspaceImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateKeyspaceImpl
Instantiates a new CreateKeyspaceImpl object.
CreateKeyspaceImpl.OptionsImpl<T> - Class in org.helenus.driver.impl
The OptionsImpl class defines the options of a CREATE KEYSPACE statement.
CreateKeyspaceImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE KEYSPACE statement which can be used to specify keyspace keys used for the keyspace name.
createMatchingSchemas(String[]) - Method in class org.helenus.driver.impl.StatementManagerImpl
createSchema(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
CreateSchemaImpl<T> - Class in org.helenus.driver.impl
The CreateSchemaImpl class defines a CREATE SCHEMA statement.
CreateSchemaImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateSchemaImpl
Instantiates a new CreateSchemaImpl object.
CreateSchemaImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE SCHEMA statement which can be used to specify keyspace keys used for the keyspace name.
createSchemas(String[]) - Method in class org.helenus.driver.impl.StatementManagerImpl
CreateSchemasImpl - Class in org.helenus.driver.impl
The CreateSchemasImpl class provides support for a statement which will create all the required elements (keyspace, tables, types, and indexes) to support the schema for a given package of POJOs.
CreateSchemasImpl(String[], boolean, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateSchemasImpl
Instantiates a new CreateSchemaImpl object.
CreateSchemasImpl.WhereImpl - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE SCHEMAS statement which can be used to specify keyspace key types used for keyspace names.
createTable(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
createTable(Class<T>, String...) - Method in class org.helenus.driver.impl.StatementManagerImpl
CreateTableImpl<T> - Class in org.helenus.driver.impl
The CreateTableImpl class defines a CREATE TABLE statement.
CreateTableImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateTableImpl
Instantiates a new CreateTableImpl object.
CreateTableImpl(ClassInfoImpl<T>.Context, String[], StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateTableImpl
Instantiates a new CreateTableImpl object.
CreateTableImpl.OptionsImpl<T> - Class in org.helenus.driver.impl
The OptionsImpl class defines the options of an CREATE TABLE statement.
CreateTableImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE TABLE statement which can be used to specify keyspace keys used for the keyspace name.
createType(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
CreateTypeImpl<T> - Class in org.helenus.driver.impl
The CreateTypeImpl class defines a CREATE TYPE statement.
CreateTypeImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.CreateTypeImpl
Instantiates a new CreateTypeImpl object.
CreateTypeImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the CREATE TYPE statement which can be used to specify keyspace keys used for the keyspace name.

D

DataTypeImpl - Class in org.helenus.driver.impl
The DataTypeImpl class provides definition for Cassandra data types used for columns when one cannot rely on the default behavior where the type is inferred from the field type.
DataTypeImpl() - Constructor for class org.helenus.driver.impl.DataTypeImpl
 
DataTypeImpl.Definition - Class in org.helenus.driver.impl
The Definition class provides a data type definition for a CQL data type.
DataTypeParser - Class in com.datastax.driver.core
The DataTypeParser provides access to the DataTypeClassNameParser package private class functionality.
decodeAndSetValue(T, Row) - Method in class org.helenus.driver.impl.FieldInfoImpl
Decodes and sets the field's value in the specified POJO based on the given row.
decodeAndSetValue(T, UDTValue) - Method in class org.helenus.driver.impl.FieldInfoImpl
Decodes and sets the field's value in the specified POJO based on the given UDT value.
decodeValue(Row) - Method in class org.helenus.driver.impl.FieldInfoImpl
Decodes the field's value based on the given row.
decodeValue(UDTValue) - Method in class org.helenus.driver.impl.FieldInfoImpl
Decodes the field's value based on the given UDT value.
decr(CharSequence, long) - Method in class org.helenus.driver.impl.StatementManagerImpl
decr(CharSequence, BindMarker) - Method in class org.helenus.driver.impl.StatementManagerImpl
definedClassInfos() - Method in class org.helenus.driver.impl.AlterSchemasImpl
definedClassInfos() - Method in class org.helenus.driver.impl.CreateSchemasImpl
Definition(DataType) - Constructor for class org.helenus.driver.impl.DataTypeImpl.Definition
Instantiates a new Definition object.
Definition(StatementManagerImpl, DataType, List<CQLDataType>, boolean) - Constructor for class org.helenus.driver.impl.DataTypeImpl.Definition
Instantiates a new Definition object.
Definition(StatementManagerImpl, List<CQLDataType>, boolean) - Constructor for class org.helenus.driver.impl.DataTypeImpl.Definition
Instantiates a new Definition object.
definition - Variable in class org.helenus.driver.impl.FieldInfoImpl
Holds the data type definition for this field (if it is a column).
delete(T, String...) - Method in class org.helenus.driver.impl.StatementManagerImpl
delete(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
delete(Class<T>, String...) - Method in class org.helenus.driver.impl.StatementManagerImpl
delete(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
DeleteImpl<T> - Class in org.helenus.driver.impl
The DeleteImpl class extends the functionality of Cassandra's Delete class to provide support for POJOs.
DeleteImpl(ClassInfoImpl<T>.Context, String[], List<Object>, boolean, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.DeleteImpl
Instantiates a new DeleteImpl object.
DeleteImpl.BuilderImpl<T> - Class in org.helenus.driver.impl
The BuilderImpl class defines an in-construction DELETE statement.
DeleteImpl.ConditionsImpl<T> - Class in org.helenus.driver.impl
Conditions for a DELETE statement.
DeleteImpl.OptionsImpl<T> - Class in org.helenus.driver.impl
The OptionsImpl class defines the options of a DELETE statement.
DeleteImpl.SelectionImpl<T> - Class in org.helenus.driver.impl
The SelectionImpl class defines a selection clause for an in-construction DELETE statement.
DeleteImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines WHERE clause for a DELETE statement.
desc(CharSequence) - Method in class org.helenus.driver.impl.StatementManagerImpl
disable() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
disable() - Method in class org.helenus.driver.impl.StatementImpl
disableAllStatementsTraces() - Method in class org.helenus.driver.impl.StatementManagerImpl
Disables all statements to be traced automatically regardless of the statement tracing setting (see GenericStatement.isTracing()).
disableErrorTracing() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
disableErrorTracing() - Method in class org.helenus.driver.impl.StatementImpl
disableFullTraces() - Method in class org.helenus.driver.impl.StatementManagerImpl
Disables tracing large statements beyond 2K.
disableTracing() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
disableTracing() - Method in class org.helenus.driver.impl.StatementImpl
discard(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
discardAll(CharSequence, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
dtype - Variable in class org.helenus.driver.impl.DataTypeImpl.Definition
Holds the corresponding Datastax data type.
duplicate() - Method in class org.helenus.driver.impl.BatchImpl
duplicate(Recorder) - Method in class org.helenus.driver.impl.BatchImpl
durableWrites(boolean) - Method in class org.helenus.driver.impl.StatementManagerImpl

E

EmptyOptionalPrimaryKeyException - Exception in org.helenus.driver.impl
The EmptyOptionalPrimaryKeyException class extends on the IllegalArgumentException for cases where a primary key is defined as optional and its value is empty.
EmptyOptionalPrimaryKeyException() - Constructor for exception org.helenus.driver.impl.EmptyOptionalPrimaryKeyException
Instantiates a new EmptyOptionalPrimaryKeyException object.
EmptyOptionalPrimaryKeyException(String) - Constructor for exception org.helenus.driver.impl.EmptyOptionalPrimaryKeyException
Instantiates a new EmptyOptionalPrimaryKeyException object.
EmptyOptionalPrimaryKeyException(Throwable) - Constructor for exception org.helenus.driver.impl.EmptyOptionalPrimaryKeyException
Instantiates a new EmptyOptionalPrimaryKeyException object.
EmptyOptionalPrimaryKeyException(String, Throwable) - Constructor for exception org.helenus.driver.impl.EmptyOptionalPrimaryKeyException
Instantiates a new EmptyOptionalPrimaryKeyException object.
EmptyResultSetFuture - Class in com.datastax.driver.core
The EmptyResultSetFuture class extends Cassandra ResultSetFuture in order to provide an empty result set when no query needed to be sent.
EmptyResultSetFuture(StatementManager) - Constructor for class com.datastax.driver.core.EmptyResultSetFuture
Instantiates a new EmptyResultSetFuture object.
enable() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
enable() - Method in class org.helenus.driver.impl.StatementImpl
enableAllStatementsTraces() - Method in class org.helenus.driver.impl.StatementManagerImpl
Enables all statements to be traced regardless of the statement tracing setting (see GenericStatement.isTracing()).
enableErrorTracing() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
enableErrorTracing(String) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
enableErrorTracing() - Method in class org.helenus.driver.impl.StatementImpl
enableErrorTracing(String) - Method in class org.helenus.driver.impl.StatementImpl
enableFullTraces() - Method in class org.helenus.driver.impl.StatementManagerImpl
Enables tracing large statements beyond 2K.
enableTracing() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
enableTracing(String) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
enableTracing() - Method in class org.helenus.driver.impl.StatementImpl
enableTracing(String) - Method in class org.helenus.driver.impl.StatementImpl
entityAnnotationClass - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds the entity annotation class used to annotated the POJO class.
eq(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
eq(List<String>, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
equals(Object) - Method in class org.helenus.driver.impl.ClassInfoImpl
equals(Object) - Method in class org.helenus.driver.impl.UsingImpl
ErrorResultSetFuture - Class in com.datastax.driver.core
The ErrorResultSetFuture class extends Cassandra ResultSetFuture in order to provide an error result set when an error occurred processing a intermediate query.
ErrorResultSetFuture(StatementManager, Throwable) - Constructor for class com.datastax.driver.core.ErrorResultSetFuture
Instantiates a new ErrorResultSetFuture object.
execute() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
execute() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
execute() - Method in class org.helenus.driver.impl.StatementImpl
executeAsync() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
executeAsync() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
executeAsync() - Method in class org.helenus.driver.impl.StatementImpl
executeAsync0() - Method in class org.helenus.driver.impl.InsertImpl
Executes this statement asynchronously.
executeAsync0() - Method in class org.helenus.driver.impl.SelectImpl
Executes this statement asynchronously.
executeAsync0() - Method in class org.helenus.driver.impl.StatementImpl
Executes this statement asynchronously.
executeAsync0() - Method in class org.helenus.driver.impl.UpdateImpl
Executes this statement asynchronously.
executeAsyncRaw() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
executeAsyncRaw() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
executeAsyncRaw() - Method in class org.helenus.driver.impl.StatementImpl
executeAsyncRaw0() - Method in class org.helenus.driver.impl.GroupStatementImpl
Executes the provided statement asynchronously and returned a raw result set.
executeAsyncRaw0() - Method in class org.helenus.driver.impl.SelectImpl
Executes the provided statement asynchronously and returned a raw result set.
executeAsyncRaw0() - Method in class org.helenus.driver.impl.SequenceStatementImpl
Executes the provided statement asynchronously and returned a raw result set.
executeAsyncRaw0() - Method in class org.helenus.driver.impl.StatementImpl
Executes the provided statement asynchronously and returned a raw result set.
executeRaw() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
executeRaw() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
executeRaw() - Method in class org.helenus.driver.impl.StatementImpl
executing(StatementImpl<?, ?, ?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
Called after a statement's execution has been requested but before it actually gets requested with Cassandra.

F

fcall(String, Object...) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
fcall(String, Object...) - Method in class org.helenus.driver.impl.SelectImpl.TableSelectionImpl
fcall(String, Object...) - Method in class org.helenus.driver.impl.StatementManagerImpl
FCall(String, Object...) - Constructor for class org.helenus.driver.impl.Utils.FCall
 
fetchMoreObjects() - Method in class org.helenus.driver.impl.ObjectSetImpl
FieldInfoImpl<T> - Class in org.helenus.driver.impl
The FieldInfo class caches all the field information needed by the class ClassInfo.
filter(Predicate<? super T>) - Method in class org.helenus.driver.impl.ObjectSetImpl
filter(TableInfo<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
Filters the specified table for a POJO class.
finalFields - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds the map of all final fields with their default values.
findClass(String) - Static method in class org.helenus.driver.impl.DataTypeImpl
Finds and loads the specified class.
findClassInfoImpl(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
Find a class info structure that defines the specified POJO class.
ForwardingStatementImpl<R,F extends com.google.common.util.concurrent.ListenableFuture<R>,T,S extends StatementImpl<R,F,T>> - Class in org.helenus.driver.impl
The ForwardingStatementImpl class defines a utility class to create a statement that encapsulate another one.
ForwardingStatementImpl(S) - Constructor for class org.helenus.driver.impl.ForwardingStatementImpl
Instantiates a new ForwardingStatementImpl object.
from(String...) - Method in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
from(Stream<String>) - Method in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
from(String) - Method in class org.helenus.driver.impl.SelectImpl.BuilderImpl
from(TableInfo<T>) - Method in class org.helenus.driver.impl.SelectImpl.BuilderImpl
from(String) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
from(TableInfo<T>) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
fromAll() - Method in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
Specifies to delete from all tables defined in the POJO using the keyspace defined in the POJO.

G

get(long, TimeUnit) - Method in class com.datastax.driver.core.CompoundResultSetFuture
get() - Method in class com.datastax.driver.core.CompoundResultSetFuture
get(long, TimeUnit) - Method in class com.datastax.driver.core.EmptyResultSetFuture
get() - Method in class com.datastax.driver.core.EmptyResultSetFuture
get(long, TimeUnit) - Method in class com.datastax.driver.core.ErrorResultSetFuture
get() - Method in class com.datastax.driver.core.ErrorResultSetFuture
get(long, TimeUnit) - Method in class com.datastax.driver.core.LastResultParallelSetFuture
get() - Method in class com.datastax.driver.core.LastResultParallelSetFuture
get(long, TimeUnit) - Method in class com.datastax.driver.core.LastResultSequentialSetFuture
get() - Method in class com.datastax.driver.core.LastResultSequentialSetFuture
get(long, TimeUnit) - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
get() - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
get(long, TimeUnit) - Method in class org.helenus.driver.impl.ListenableFutureImpl
get() - Method in class org.helenus.driver.impl.ListenableFutureImpl
getAllExecutionInfo() - Method in class org.helenus.driver.impl.ObjectSetImpl
getAnnotation(Class<A>) - Method in class org.helenus.driver.impl.FieldInfoImpl
getArgumentTypes() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
getArgumentTypes() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getAuditTable() - Method in class org.helenus.driver.impl.ClassInfoImpl
getAvailableWithoutFetching() - Method in class org.helenus.driver.impl.ObjectSetImpl
getCaseInsensitiveKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the case insensitive keys for the POJO in this table if any is defined.
getClassInfo() - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
Gets the class info for the POJO.
getClassInfo() - Method in class org.helenus.driver.impl.CreateIndexImpl.BuilderImpl
getClassInfo() - Method in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
getClassInfo() - Method in class org.helenus.driver.impl.FieldInfoImpl
getClassInfo() - Method in class org.helenus.driver.impl.SelectImpl.BuilderImpl
paouelle
getClassInfo() - Method in class org.helenus.driver.impl.StatementImpl
Gets the POJO class information associated with this statement.
getClassInfo(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
getClassInfo() - Method in class org.helenus.driver.impl.TableInfoImpl
getClassInfoImpl() - Method in class org.helenus.driver.impl.StatementImpl
Gets the POJO class information associated with this statement.
getClassInfoImpl(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets a class info structure that defines the specified POJO class.
getClassInfos() - Method in class org.helenus.driver.impl.AlterSchemaImpl
getClassInfos() - Method in class org.helenus.driver.impl.AlterSchemasImpl
getClassInfos() - Method in class org.helenus.driver.impl.CreateSchemaImpl
getClassInfos() - Method in class org.helenus.driver.impl.CreateSchemasImpl
getCluster() - Method in class org.helenus.driver.impl.StatementManagerImpl
getClusteringKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
getClusteringKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of clustering key column fields for the POJO in this table.
getCodec(Field, boolean, CodecRegistry) - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
Gets a codec for this data type to decode to the specified field.
getCodec(Class<?>, CodecRegistry) - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
Gets a codec for this collection data type to decode to the specified class.
getCodec() - Method in class org.helenus.driver.impl.FieldInfoImpl
Gets a codec for this field.
getCodec(TypeToken<T>, CodecRegistry) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Gets a codec for this user data type.
getCodecRegistry() - Method in class org.helenus.driver.impl.StatementManagerImpl
getColumn(String) - Method in class org.helenus.driver.impl.TableInfoImpl
getColumnByField(Field) - Method in class org.helenus.driver.impl.TableInfoImpl
Gets a column field for the POJO in this table given its field name.
getColumnDefinitions() - Method in class org.helenus.driver.impl.ObjectSetImpl
getColumnImpl(CharSequence) - Method in class org.helenus.driver.impl.TableInfoImpl
Gets a column field for the POJO in this table given its column name.
getColumnName() - Method in class org.helenus.driver.impl.FieldInfoImpl
getColumnName() - Method in class org.helenus.driver.impl.Utils.CName
 
getColumnNamesFor(Class<T>, Field) - Method in class org.helenus.driver.impl.StatementManagerImpl
getColumns() - Method in class org.helenus.driver.impl.ClassInfoImpl
Retrieves all columns from the POJO no matter which table they are defined in.
getColumns() - Method in class org.helenus.driver.impl.TableInfoImpl
getColumnsImpl() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of column fields for the POJO in this table.
getColumnValue(String, CharSequence) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves the specified column value from the POJO and the specified table.
getColumnValue(String, CharSequence) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves the specified column value from the POJO and the specified table.
getColumnValue(CharSequence) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves the specified column value from the POJO.
getColumnValue(String, CharSequence) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves the specified column value from the POJO and the specified table.
getColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all columns and their values from the POJO and the specified table.
getColumnValues(String, Iterable<CharSequence>) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO and the specified table.
getColumnValues(String, CharSequence...) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO and the specified table.
getColumnValues(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all columns and their values from the POJO and the specified table.
getColumnValues(String, Iterable<CharSequence>) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO and the specified table.
getColumnValues(String, CharSequence...) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO and the specified table.
getColumnValues() - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all columns and their values from the POJO.
getColumnValues(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all columns and their values from the POJO and the specified table.
getColumnValues(Iterable<CharSequence>) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO.
getColumnValues(String, Iterable<CharSequence>) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO and the specified table.
getColumnValues(CharSequence...) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO.
getColumnValues(String, CharSequence...) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves the specified columns and their values from the POJO and the specified table.
getConsistencyLevel() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getConsistencyLevel() - Method in class org.helenus.driver.impl.StatementImpl
getContext() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Gets the context associated with the POJO class for this statement or null if this statement is not associated with a POJO class.
getContext() - Method in class org.helenus.driver.impl.StatementImpl
Gets the context associated with the POJO class for this statement or null if this statement is not associated with a POJO class.
getDataType() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
getDataType() - Method in class org.helenus.driver.impl.FieldInfoImpl
Gets the column data type for this field.
getDataType() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getDeclaringClass() - Method in class org.helenus.driver.impl.FieldInfoImpl
getDefaultDataCenters() - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets the default data centers to use when POJOS are defined with the NETWORK topology strategy and the pojo does not specify data centers.
getDefaultReplicationFactor() - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets the default replication factor to use when POJOS are defined with the SIMPLE strategy and do not specify a factor.
getDefaultTimestamp() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getDefaultTimestamp() - Method in class org.helenus.driver.impl.StatementImpl
getDefaultValue(Field) - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the default value for the specified final field.
getDefinedClassInfos() - Method in class org.helenus.driver.impl.AlterSchemasImpl
getDefinedClassInfos() - Method in class org.helenus.driver.impl.CreateSchemasImpl
getDirectExecutor() - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets a direct executor used for processing internal short lived tasks such as event dispatch for future listeners on the same thread.
getElementType() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
getElementType() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getEntityAnnotationClass() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the entity annotation class used to annotated the POJO class.
getExecutionInfo() - Method in class org.helenus.driver.impl.ObjectSetImpl
getFetchSize() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getFetchSize() - Method in class org.helenus.driver.impl.StatementImpl
getFinalValue() - Method in class org.helenus.driver.impl.FieldInfoImpl
Gets the final value for the field if it is defined as final.
getFirstArgumentType() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
getFirstArgumentType() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getIndex() - Method in class org.helenus.driver.impl.FieldInfoImpl
getIndexes() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of index column fields for the POJO in this table.
getInitialObjects() - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
Gets the initial objects to insert in a newly created table for this entity based on this context.
getInitialObjects(Map<String, String>) - Method in class org.helenus.driver.impl.ClassInfoImpl
getInitialObjects() - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Gets the initial objects to insert in a newly created table for this entity based on this context.
getInitialObjects() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl.POJOContext
Gets the initial objects to insert in a newly created table for this entity based on this context.
getKeyspace(RegularStatement) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilderBridge
Gets the keyspace associated with the statement if any.
getKeyspace() - Method in class org.helenus.driver.impl.BatchImpl
getKeyspace() - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
Gets the keyspace name associated with this context.
getKeyspace() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the keyspace annotation for this POJO.
getKeyspace() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getKeyspace() - Method in class org.helenus.driver.impl.GroupImpl
getKeyspace() - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Gets the keyspace name associated with this context.
getKeyspace() - Method in class org.helenus.driver.impl.SelectImpl
Gets the keyspace name associated with this context.
getKeyspace() - Method in class org.helenus.driver.impl.SequenceImpl
getKeyspace() - Method in class org.helenus.driver.impl.StatementImpl
getKeyspace() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl.POJOContext
Gets the keyspace name associated with this context.
getKeyspaceAndPartitionKeyColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all keyspace and partition key columns and their values from the POJO and the specified table.
getKeyspaceAndPartitionKeyColumnValues(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all keyspace and partition key columns and their values from the POJO and the specified table.
getKeyspaceAndPartitionKeyColumnValues(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all keyspace and partition key columns and their values from the POJO and the specified table.
getKeyspaceAndPartitionKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of keyspace and partition key column fields for the POJO in this table.
getKeyspaceAndPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all keyspace and primary key columns and their values from the POJO and the specified table.
getKeyspaceAndPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all keyspace and primary key columns and their values from the POJO and the specified table.
getKeyspaceAndPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all keyspace and primary key columns and their values from the POJO and the specified table.
getKeyspaceAndPrimaryKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of keyspace and primary key column fields for the POJO in this table.
getKeyspaceKey(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
getKeyspaceKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
getKeyspaceKeyByType(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
getKeyspaceKeyName() - Method in class org.helenus.driver.impl.FieldInfoImpl
getKeyspaceKeys() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the field info for all keyspace keys defined by this POJO.
getKeyspaceKeyTypes() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the field info for all keyspace key types defined by this POJO.
getKeyspaceKeyValues() - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all keyspace keys and their values from the POJO.
getKeyspaceKeyValues() - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all keyspace keys and their values from the POJO.
getKeyspaceKeyValues() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl.POJOContext
Retrieves all keyspace keys and their values from the POJO.
getMainType() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
getMainType() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getMandatoryAndPrimaryKeyColumns() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of mandatory and primary columns for the POJO in this table.
getMandatoryAndPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all mandatory and primary key columns and their values from the POJO and the specified table.
getMandatoryAndPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all mandatory and primary key columns and their values from the POJO and the specified table.
getMandatoryAndPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all mandatory and primary key columns and their values from the POJO and the specified table.
getMandatoryAndPrimaryKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of mandatory and primary column fields for the POJO in this table.
getMandatoryColumnValues() - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all mandatory columns and their values from the POJO.
getMaximumKeyspaceReplicationFactor(String) - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets the maximum replication factor defined for the specified keyspace.
getMultiKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the multi-keys for the POJO in this table if any is defined.
getName() - Method in class org.helenus.driver.impl.FieldInfoImpl
getName() - Method in class org.helenus.driver.impl.TableInfoImpl
getName() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Gets a name representation for this data type.
getName() - Method in class org.helenus.driver.impl.UsingImpl
getName() - Method in class org.helenus.driver.impl.Utils.CNameSequence
 
getName() - Method in class org.helenus.driver.impl.WithOptionsImpl
Gets the name of the option.
getNames() - Method in class org.helenus.driver.impl.Utils.CNameSequence
 
getNonPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all non primary key columns and their values from the POJO from the specified table.
getNonPrimaryKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of non-primary key column fields for the POJO in this table.
getNumHosts(Metadata) - Static method in class com.datastax.driver.core.MetadataBridge
Gets the number of known hosts of the cluster based on its meta data.
getNumKeyspaceKeys() - Method in class org.helenus.driver.impl.ClassInfoImpl
getNumTables() - Method in class org.helenus.driver.impl.ClassInfoImpl
getNumTables() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getNumTypes() - Method in class org.helenus.driver.impl.RootClassInfoImpl
getNumTypes() - Method in class org.helenus.driver.impl.SubClassInfoImpl
getNumTypes() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
getNumTypes() - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
getObject(Row) - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
getObject(UDTValue) - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
Converts the specified UDT value into a POJO object defined by this class information.
getObject(Row, Map<String, Object>) - Method in class org.helenus.driver.impl.ClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(UDTValue) - Method in class org.helenus.driver.impl.ClassInfoImpl
Converts the specified UDT value into a POJO object defined by this class information.
getObject() - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Gets the POJO object associated with this context.
getObject(Row, Map<String, Object>) - Method in class org.helenus.driver.impl.RootClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(Row) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
getObject() - Method in class org.helenus.driver.impl.StatementImpl
Gets the POJO object associated with this statement or null if this statement is not associated with a POJO object.
getObject(Row, String, Map<String, Object>) - Method in class org.helenus.driver.impl.SubClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(Row, Map<String, Object>) - Method in class org.helenus.driver.impl.SubClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(Row, String, Map<String, Object>) - Method in class org.helenus.driver.impl.TypeClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(Row, Map<String, Object>) - Method in class org.helenus.driver.impl.TypeClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(Row, Map<String, Object>) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(UDTValue) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Converts the specified UDT value into a POJO object defined by this class information.
getObject(UDTValue) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
Converts the specified UDT value into a POJO object defined by this class information.
getObject(Row) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl.POJOContext
getObject(Row, String, Map<String, Object>) - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(Row, Map<String, Object>) - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
Converts the specified result row into a POJO object defined by this class information and keyspace key map.
getObject(UDTValue, String) - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
Converts the specified UDT value into a POJO object defined by this class information.
getObject(UDTValue) - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
Converts the specified UDT value into a POJO object defined by this class information.
getObjectClass() - Method in class org.helenus.driver.impl.ClassInfoImpl.Context
getObjectClass() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the class of POJO represented by this class info object.
getObjectClass() - Method in class org.helenus.driver.impl.CreateIndexImpl.BuilderImpl
getObjectClass() - Method in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
getObjectClass() - Method in class org.helenus.driver.impl.FieldInfoImpl
getObjectClass() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Gets the class of POJO for this statement or null if this statement is not associated with a POJO class.
getObjectClass() - Method in class org.helenus.driver.impl.SelectImpl.BuilderImpl
getObjectClass() - Method in class org.helenus.driver.impl.StatementImpl
Gets the class of POJO for this statement or null if this statement is not associated with a POJO class.
getObjectClass() - Method in class org.helenus.driver.impl.TableInfoImpl
getObjectClasses() - Method in class org.helenus.driver.impl.AlterSchemaImpl
getObjectClasses() - Method in class org.helenus.driver.impl.AlterSchemasImpl
getObjectClasses() - Method in class org.helenus.driver.impl.CreateSchemaImpl
getObjectClasses() - Method in class org.helenus.driver.impl.CreateSchemasImpl
getOrderingFrom(String) - Static method in class com.datastax.driver.core.DataTypeParser
Gets the specified ordering for the specified validator string.
getParallelFactor() - Method in class org.helenus.driver.impl.GroupStatementImpl
Gets the number of simultaneous statements to send to the Cassandra cluster at the same time before starting to wait for all responses before proceeding to the next set (assuming a sequence is not reached before that).
getPartitionKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
getPartitionKeyColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all partition key columns and their values from the POJO and the specified table.
getPartitionKeyColumnValues(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all partition key columns and their values from the POJO and the specified table.
getPartitionKeyColumnValues(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all partition key columns and their values from the POJO and the specified table.
getPartitionKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of partition key column fields for the POJO in this table.
getPOJOContext() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Gets the POJO context associated with the POJO class for this statement or null if this statement is not associated with a POJO object.
getPOJOContext() - Method in class org.helenus.driver.impl.StatementImpl
Gets the POJO context associated with the POJO class for this statement or null if this statement is not associated with a POJO object.
getPoolExecutor() - Method in class org.helenus.driver.impl.StatementManagerImpl
Gets a thread pool executor used for processing internal short lived tasks such as event dispatch for future listeners.
getPrimaryKey(CharSequence) - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the a primary column fields for the POJO in this table given its column name.
getPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all primary key columns and their values from the POJO and the specified table.
getPrimaryKeyColumnValues(String, Map<String, Object>) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Retrieves all primary key columns and their values from the POJO and the specified table while giving priority to values provided by the specified override map.
getPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Retrieves all primary key columns and their values from the POJO and the specified table.
getPrimaryKeyColumnValues(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Retrieves all primary key columns and their values from the POJO and the specified table.
getPrimaryKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the set of primary column fields for the POJO in this table.
getPrimaryTable() - Method in class org.helenus.driver.impl.ClassInfoImpl
getProtocolVersion() - Method in class org.helenus.driver.impl.StatementManagerImpl
getQueryString() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getQueryString() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
getQueryString() - Method in class org.helenus.driver.impl.SimpleStatementImpl
getQueryString() - Method in class org.helenus.driver.impl.StatementImpl
getReadTimeoutMillis() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getReadTimeoutMillis() - Method in class org.helenus.driver.impl.StatementImpl
getRecorder() - Method in class org.helenus.driver.impl.BatchImpl
getRecorder() - Method in class org.helenus.driver.impl.GroupImpl
getRecorder() - Method in interface org.helenus.driver.impl.ParentStatementImpl
getRecorder() - Method in class org.helenus.driver.impl.SequenceImpl
getRetryPolicy() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getRetryPolicy() - Method in class org.helenus.driver.impl.StatementImpl
getRoot() - Method in class org.helenus.driver.impl.SubClassInfoImpl
Gets the class info for the root entity defined for this subclass.
getRoot() - Method in class org.helenus.driver.impl.TypeClassInfoImpl
getRoot() - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
Gets the class info for the UDT root entity defined for this subclass.
getRoot() - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
getRootClassInfo(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
getSerialConsistencyLevel() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getSerialConsistencyLevel() - Method in class org.helenus.driver.impl.StatementImpl
getSession() - Method in class org.helenus.driver.impl.StatementManagerImpl
getTable(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
getTable() - Method in class org.helenus.driver.impl.TableInfoImpl
getTableImpl(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the table info corresponding to the given table name.
getTableImpl() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Gets the fake table info defined by the user-defined POJO.
getTableImpl(String) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Gets the table info corresponding to the given table name.
getTableInfo() - Method in class org.helenus.driver.impl.FieldInfoImpl
getTableInfos() - Method in class org.helenus.driver.impl.AlterCreateTableImpl
Gets the table information for the tables defined by the POJO class as queried from Cassandra.
getTables() - Method in class org.helenus.driver.impl.ClassInfoImpl
getTables() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
getTablesImpl() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the tables info defined by the POJO.
getTablesImpl() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Gets the tables info defined by the POJO.
getType() - Method in class org.helenus.driver.impl.FieldInfoImpl
getType(Class<S>) - Method in class org.helenus.driver.impl.RootClassInfoImpl
getType(String) - Method in class org.helenus.driver.impl.RootClassInfoImpl
getType(Class<S>) - Method in class org.helenus.driver.impl.SubClassInfoImpl
getType(String) - Method in class org.helenus.driver.impl.SubClassInfoImpl
getType() - Method in class org.helenus.driver.impl.TypeClassInfoImpl
getType(Class<S>) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
getType(String) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
getType(Class<S>) - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
getType(String) - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
getType() - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
getTypeKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
getTypeKey() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets the type key column fields for the POJO in this table.
getUDTValue(T, CodecRegistry) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Gets a UDTValue corresponding to the given object based on this user defined type class information.
getUninterruptibly() - Method in class com.datastax.driver.core.EmptyResultSetFuture
getUninterruptibly(long, TimeUnit) - Method in class com.datastax.driver.core.EmptyResultSetFuture
getUninterruptibly() - Method in class com.datastax.driver.core.ErrorResultSetFuture
getUninterruptibly(long, TimeUnit) - Method in class com.datastax.driver.core.ErrorResultSetFuture
getUninterruptibly() - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
getUninterruptibly(long, TimeUnit) - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
getUninterruptibly() - Method in class org.helenus.driver.impl.ObjectSetFutureImpl
getUninterruptibly(long, TimeUnit) - Method in class org.helenus.driver.impl.ObjectSetFutureImpl
getUserData() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
getUserData() - Method in class org.helenus.driver.impl.StatementImpl
getUsing(String) - Method in class org.helenus.driver.impl.BatchImpl
getUsing(String) - Method in class org.helenus.driver.impl.DeleteImpl
getUsing(String) - Method in class org.helenus.driver.impl.InsertImpl
getUsing(String) - Method in class org.helenus.driver.impl.UpdateImpl
getValue(T) - Method in class org.helenus.driver.impl.FieldInfoImpl
Retrieves the field's encoded value from the specified POJO.
getValue(Class<?>, T) - Method in class org.helenus.driver.impl.FieldInfoImpl
Retrieves the field's encoded value from the specified POJO.
getValue() - Method in class org.helenus.driver.impl.UsingImpl
group(Optional<Recorder>, GroupableStatement<?, ?>...) - Method in class org.helenus.driver.impl.StatementManagerImpl
group(Optional<Recorder>, Iterable<GroupableStatement<?, ?>>) - Method in class org.helenus.driver.impl.StatementManagerImpl
GroupImpl - Class in org.helenus.driver.impl
The GroupImpl class defines support for a statement that can execute a set of statements in parallel returning the result from the first one that fails.
GroupImpl(Optional<Recorder>, GroupableStatement<?, ?>[], StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.GroupImpl
Instantiates a new GroupImpl object.
GroupImpl(Optional<Recorder>, Iterable<GroupableStatement<?, ?>>, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.GroupImpl
Instantiates a new GroupImpl object.
GroupStatementImpl<R,F extends com.google.common.util.concurrent.ListenableFuture<R>,T> - Class in org.helenus.driver.impl
The GroupStatementImpl abstract class extends the StatementImpl class to provide support for a statement that represents a group (not a batch) of statements that can be executed in parallel.
GroupStatementImpl(Class<R>, ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.GroupStatementImpl
Instantiates a new GroupStatementImpl object.
GroupStatementImpl(Class<R>, String, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.GroupStatementImpl
Instantiates a new GroupStatementImpl object.
GroupStatementImpl(GroupStatementImpl<R, F, T>) - Constructor for class org.helenus.driver.impl.GroupStatementImpl
Instantiates a new GroupStatementImpl object.
gt(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
gt(List<String>, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
gte(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
gte(List<String>, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl

H

hasAllFromObject() - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
hasCaseInsensitiveKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if this table defines case insensitive keys.
hasCollectionColumns() - Method in class org.helenus.driver.impl.TableInfoImpl
hasColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined in this table.
hashCode() - Method in class org.helenus.driver.impl.ClassInfoImpl
hashCode() - Method in class org.helenus.driver.impl.UsingImpl
hasMultiKeys() - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if this table defines multi-keys.
hasPrimaryKey(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined as a primary key in this table.
hasReachedRecommendedSize() - Method in class org.helenus.driver.impl.BatchImpl
hasReachedRecommendedSizeFor(Class<?>) - Method in class org.helenus.driver.impl.BatchImpl
hasReachedRecommendedSizeFor(ClassInfo<?>) - Method in class org.helenus.driver.impl.BatchImpl

I

idempotent - Variable in class org.helenus.driver.impl.StatementImpl
Holds the idempotent flag for this statement.
ifExists() - Method in class org.helenus.driver.impl.DeleteImpl
ifExists() - Method in class org.helenus.driver.impl.DeleteImpl.OptionsImpl
ifExists() - Method in class org.helenus.driver.impl.DeleteImpl.WhereImpl
ifExists() - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
ifExists() - Method in class org.helenus.driver.impl.UpdateImpl
ifExists() - Method in class org.helenus.driver.impl.UpdateImpl.OptionsImpl
ifExists() - Method in class org.helenus.driver.impl.UpdateImpl.WhereImpl
ifNotExists() - Method in class org.helenus.driver.impl.CreateIndexImpl
ifNotExists() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
ifNotExists() - Method in class org.helenus.driver.impl.CreateSchemaImpl
ifNotExists() - Method in class org.helenus.driver.impl.CreateSchemasImpl
ifNotExists() - Method in class org.helenus.driver.impl.CreateTableImpl
ifNotExists() - Method in class org.helenus.driver.impl.CreateTypeImpl
ifNotExists() - Method in class org.helenus.driver.impl.InsertImpl
in(CharSequence, Object...) - Method in class org.helenus.driver.impl.StatementManagerImpl
in(CharSequence, Collection<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
in(CharSequence, Stream<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
in(CharSequence, int, int) - Method in class org.helenus.driver.impl.StatementManagerImpl
incr(CharSequence, long) - Method in class org.helenus.driver.impl.StatementManagerImpl
incr(CharSequence, BindMarker) - Method in class org.helenus.driver.impl.StatementManagerImpl
inferDataTypeFrom(StatementManagerImpl, Field, boolean) - Static method in class org.helenus.driver.impl.DataTypeImpl
Infers the data type from the specified field.
inferDataTypeFrom(StatementManagerImpl, DataType, boolean, Class<?>) - Static method in class org.helenus.driver.impl.DataTypeImpl
Infers the data type from the specified class' superclass.
init(S) - Method in class org.helenus.driver.impl.StatementImpl
Initializes the specified statement with the same settings as this statement.
init(S) - Method in class org.helenus.driver.impl.StatementImpl
Initializes the specified Cassandra statement with the same settings as this statement.
insert(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
InsertImpl<T> - Class in org.helenus.driver.impl
The InsertImpl class extends the functionality of Cassandra's Insert class to provide support for POJOs.
InsertImpl.BuilderImpl<T> - Class in org.helenus.driver.impl
The BuilderImpl class defines an in-construction INSERT statement.
InsertImpl.OptionsImpl<T> - Class in org.helenus.driver.impl
The OptionsImpl class defines the options of an INSERT statement.
instantiate(StatementManagerImpl, UDTClassInfoImpl<?>) - Static method in class com.datastax.driver.core.UserTypeBridge
Instantiates a new UserType object.
into(String...) - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
into(Stream<String>) - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
intoAll() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
is(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
isAlterableTo(CQLDataType) - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
isAlterableTo(CQLDataType) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
isBatch() - Method in class org.helenus.driver.impl.SimpleStatementImpl
Checks if the query string represents a "batch" statement.
isBindMarker(Object) - Static method in class org.helenus.driver.impl.Utils
 
isCancelled() - Method in class com.datastax.driver.core.CompoundResultSetFuture
isCancelled() - Method in class com.datastax.driver.core.EmptyResultSetFuture
isCancelled() - Method in class com.datastax.driver.core.ErrorResultSetFuture
isCancelled() - Method in class com.datastax.driver.core.LastResultParallelSetFuture
isCancelled() - Method in class com.datastax.driver.core.LastResultSequentialSetFuture
isCancelled() - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
isCancelled() - Method in class org.helenus.driver.impl.ListenableFutureImpl
isCaseInsensitiveKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
isCaseInsensitiveKey(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined as a case insensitive key in this table.
isClusteringKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
isCollection() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
isCollection() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
isColumn(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
Checks if the specified name is defined as a column for any tables.
isColumn() - Method in class org.helenus.driver.impl.FieldInfoImpl
isCounter() - Method in class org.helenus.driver.impl.FieldInfoImpl
isCounterOp(RegularStatement) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilderBridge
Checks if the specified statement holds a counter assignment operation.
isCounterOp() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Checks if we encountered a counter assignment operation.
isCounterOp - Variable in class org.helenus.driver.impl.StatementImpl
Flag indicating if we encountered a counter assignment operation.
isCounterOp() - Method in class org.helenus.driver.impl.StatementImpl
Checks if we encountered a counter assignment operation.
isDirty() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Gets the dirty bit for the cached query string.
isDirty() - Method in class org.helenus.driver.impl.StatementImpl
Gets the dirty bit for the cached query string.
isDone() - Method in class com.datastax.driver.core.CompoundResultSetFuture
isDone() - Method in class com.datastax.driver.core.EmptyResultSetFuture
isDone() - Method in class com.datastax.driver.core.ErrorResultSetFuture
isDone() - Method in class com.datastax.driver.core.LastResultParallelSetFuture
isDone() - Method in class com.datastax.driver.core.LastResultSequentialSetFuture
isDone() - Method in class org.helenus.driver.impl.CompoundObjectSetFuture
isDone() - Method in class org.helenus.driver.impl.ListenableFutureImpl
isDynamic() - Method in class org.helenus.driver.impl.TypeClassInfoImpl
isDynamic() - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
isEmpty() - Method in class org.helenus.driver.impl.BatchImpl
isEmpty() - Method in class org.helenus.driver.impl.GroupImpl
isEmpty() - Method in class org.helenus.driver.impl.InsertImpl
isEmpty() - Method in class org.helenus.driver.impl.SequenceImpl
isEmpty() - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
isEnabled() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
isEnabled() - Method in class org.helenus.driver.impl.StatementImpl
isErrorTracing() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
isErrorTracing() - Method in class org.helenus.driver.impl.StatementImpl
isExhausted() - Method in class org.helenus.driver.impl.ObjectSetImpl
isFinal() - Method in class org.helenus.driver.impl.FieldInfoImpl
isFrozen - Variable in class org.helenus.driver.impl.DataTypeImpl.Definition
Holds a flag indicating if this definition is frozen or not.
isFrozen() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
isFrozen() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
isFullTracesEnabled() - Method in class org.helenus.driver.impl.StatementManagerImpl
Checks if large statements (greater than 2K in size) are traced completely or partially.
isFullyFetched() - Method in class org.helenus.driver.impl.ObjectSetImpl
isIdempotent() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
isIdempotent() - Method in class org.helenus.driver.impl.GroupImpl
isIdempotent() - Method in class org.helenus.driver.impl.GroupStatementImpl
isIdempotent() - Method in class org.helenus.driver.impl.SequenceImpl
isIdempotent() - Method in class org.helenus.driver.impl.SequenceStatementImpl
isIdempotent() - Method in class org.helenus.driver.impl.StatementImpl
isIdempotent(Object) - Static method in class org.helenus.driver.impl.Utils
 
isIndex() - Method in class org.helenus.driver.impl.FieldInfoImpl
isKeyspacedLike(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
isKeyspacedLikeObject() - Method in class org.helenus.driver.impl.StatementManagerImpl
isKeyspaceKey(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
Checks if the specified name is defined as a keyspace key.
isKeyspaceKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
isLast() - Method in class org.helenus.driver.impl.FieldInfoImpl
isLastClusteringKey(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined as the last clustering key in this table.
isLastPartitionKey(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined as the last partition key in this table.
isMandatory() - Method in class org.helenus.driver.impl.FieldInfoImpl
isMultiKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
isMultiKey(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined as a multi-key in this table.
isNonPrimaryKeyColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Checks if a column is defined as a non primary key column in this table.
isObject() - Method in class org.helenus.driver.impl.StatementManagerImpl
isOptional() - Method in class org.helenus.driver.impl.FieldInfoImpl
Checks if the field is defined as optional.
isPartitionedLike(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
isPartitionedLikeObject() - Method in class org.helenus.driver.impl.StatementManagerImpl
isPartitionKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
isReversed(String) - Static method in class com.datastax.driver.core.DataTypeParser
Checks if the specified validator string is reversed.
isSelect() - Method in class org.helenus.driver.impl.SimpleStatementImpl
Checks if the query string represents a "select" statement.
isSerializable(Object) - Static method in class org.helenus.driver.impl.Utils
Return true if the given value is likely to find a suitable codec to be serialized as a query parameter.
isStatic() - Method in class org.helenus.driver.impl.FieldInfoImpl
isTracing() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
isTracing() - Method in class org.helenus.driver.impl.StatementImpl
isTuple() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
isTuple() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
isTupleType(String) - Static method in class com.datastax.driver.core.DataTypeParser
Checks if the specified validator string is a tuple type.
isTypeKey() - Method in class org.helenus.driver.impl.FieldInfoImpl
isUserDefined() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
isUserDefined() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
isUserType(String) - Static method in class com.datastax.driver.core.DataTypeParser
Checks if the specified validator string is a user type.
iterator() - Method in class org.helenus.driver.impl.ClassInfoImpl
iterator() - Method in class org.helenus.driver.impl.ObjectSetImpl
iterator() - Method in class org.helenus.driver.impl.TableInfoImpl
iterator() - Method in class org.helenus.driver.impl.Utils.FCall
 

J

joinAndAppend(TableInfoImpl<?>, TypeCodec<?>, CodecRegistry, StringBuilder, String, Collection<? extends Utils.Appendeable>, List<Object>) - Static method in class org.helenus.driver.impl.Utils
 
joinAndAppend(TableInfoImpl<?>, TypeCodec<?>, CodecRegistry, StringBuilder, String, Collection<? extends Utils.Appendeable>, Collection<? extends Utils.Appendeable>, List<Object>) - Static method in class org.helenus.driver.impl.Utils
 
joinAndAppendNames(TableInfoImpl<?>, TypeCodec<?>, CodecRegistry, StringBuilder, String, Iterable<?>) - Static method in class org.helenus.driver.impl.Utils
 
joinAndAppendNamesAndValues(TypeCodec<?>, CodecRegistry, StringBuilder, String, String, Map<String, Triple<Object, CQLDataType, TypeCodec<?>>>, List<Object>) - Static method in class org.helenus.driver.impl.Utils
 
joinAndAppendValues(TypeCodec<?>, CodecRegistry, StringBuilder, String, Iterable<Triple<Object, CQLDataType, TypeCodec<?>>>, List<Object>) - Static method in class org.helenus.driver.impl.Utils
 
joinAndAppendValues(TypeCodec<?>, CodecRegistry, StringBuilder, String, Iterable<?>, CQLDataType, List<Object>) - Static method in class org.helenus.driver.impl.Utils
 
joinAndAppendWithNoDuplicates(TableInfoImpl<?>, TypeCodec<?>, CodecRegistry, StringBuilder, String, Collection<? extends Utils.Appendeable>, List<Object>) - Static method in class org.helenus.driver.impl.Utils
 

K

keyspaceKeys - Variable in class org.helenus.driver.impl.ClassInfoImpl.Context
Holds the registered keyspace keys.
keyspaceKeysByName - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds a map of all fields annotated as keyspace keys keyed by the keyspace key name.
keyspaceKeysByType - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds a map of all fields annotated as keyspace keys keyed by the keyspace key type.

L

LastResultParallelSetFuture - Class in com.datastax.driver.core
The LastResultParallelSetFuture class defines a result set which is designed to execute multiple statements in parallel and return only the result set from the last statement.
LastResultParallelSetFuture(GroupStatementImpl<?, ?, ?>, List<StatementImpl<?, ?, ?>>, StatementManagerImpl) - Constructor for class com.datastax.driver.core.LastResultParallelSetFuture
Instantiates a new LastResultSequentialSetFuture object.
LastResultSequentialSetFuture - Class in com.datastax.driver.core
The LastResultSequentialSetFuture class defines a result set which is designed to execute multiple statements in a sequence and return only the result set from the last statement.
LastResultSequentialSetFuture(List<StatementImpl<?, ?, ?>>, StatementManagerImpl) - Constructor for class com.datastax.driver.core.LastResultSequentialSetFuture
Instantiates a new LastResultSequentialSetFuture object.
length() - Method in class org.helenus.driver.impl.Utils.CNameSequence
 
like(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
limit(int) - Method in class org.helenus.driver.impl.SelectImpl
limit(int) - Method in class org.helenus.driver.impl.SelectImpl.WhereImpl
listElt(String, int) - Method in class org.helenus.driver.impl.DeleteImpl.SelectionImpl
ListenableFutureImpl<T> - Class in org.helenus.driver.impl
The ListenableFutureImpl class extends Cassandra's ResultSetFuture in order to provide support for POJOs.
lt(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
lt(List<String>, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
lte(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
lte(List<String>, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl

M

main(String[]) - Static method in class org.helenus.driver.tools.Tool
Main point of entry for this tool
mapElt(String, Object) - Method in class org.helenus.driver.impl.DeleteImpl.SelectionImpl
MetadataBridge - Class in com.datastax.driver.core
The MetadataBridge class is used to access protected methods of the Metadata.
MetadataBridge() - Constructor for class com.datastax.driver.core.MetadataBridge
 
mgr - Variable in class org.helenus.driver.impl.ClassInfoImpl
Holds the statement manager.
mgr - Variable in class org.helenus.driver.impl.DeleteImpl.BuilderImpl
Holds the statement manager.
mgr - Variable in class org.helenus.driver.impl.SelectImpl.BuilderImpl
Holds the statement manager.
mgr - Variable in class org.helenus.driver.impl.StatementImpl
Holds the statement manager.
MK_PREFIX - Static variable in class org.helenus.driver.impl.StatementImpl
Holds the column name prefix used for the special clustering column key created for multi-clustering keys.

N

name - Variable in class org.helenus.driver.impl.AssignmentImpl
Holds the column name for this assignment.
name - Variable in class org.helenus.driver.impl.ClauseImpl
Holds the column name for this clause.
name() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
name() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
newContext() - Method in class org.helenus.driver.impl.ClassInfoImpl
Creates a new context for this class info.
newContext(T) - Method in class org.helenus.driver.impl.ClassInfoImpl
Creates a new context for this class info with the given POJO object.
newContext() - Method in class org.helenus.driver.impl.RootClassInfoImpl
Creates a new context for this class info.
newContext(T) - Method in class org.helenus.driver.impl.RootClassInfoImpl
Creates a new context for this class info with the given POJO object.
newContext(T) - Method in class org.helenus.driver.impl.UDTClassInfoImpl
Creates a new context for this class info with the given POJO object.
newContext() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
Creates a new context for this class info.
newContext(T) - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
Creates a new context for this class info with the given POJO object.
newContextFromRoot(Object) - Method in class org.helenus.driver.impl.SubClassInfoImpl
Creates a new context for this subclass info with the given POJO object.
newContextFromRoot(Object) - Method in class org.helenus.driver.impl.TypeClassInfoImpl
Creates a new context for this class info with the given POJO object.
newContextFromRoot(Object) - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
Creates a new context for this subclass info with the given POJO object.
newContextFromRoot(Object) - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
Creates a new context for this class info with the given POJO object.
now() - Method in class org.helenus.driver.impl.StatementManagerImpl

O

object - Variable in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Holds the POJO object
objectClasses() - Method in class org.helenus.driver.impl.AlterSchemasImpl
objectClasses() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets all classes (including type classes if this is a root class) for the POJO represented by this class info object.
objectClasses() - Method in class org.helenus.driver.impl.CreateSchemasImpl
objectClasses() - Method in class org.helenus.driver.impl.RootClassInfoImpl
Gets all classes (including type classes if this is a root class) for the POJO represented by this class info object.
objectClasses() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
Gets all classes (including type classes if this is a root class) for the POJO represented by this class info object.
ObjectSetFutureImpl<T> - Class in org.helenus.driver.impl
The ObjectSetFutureImpl class extends Cassandra's ResultSetFuture in order to provide support for POJOs.
ObjectSetImpl<T> - Class in org.helenus.driver.impl
The ObjectSetImpl class extends on Cassandra's ResultSet class in order to provide support for POJOs.
objectStatements() - Method in class org.helenus.driver.impl.BatchImpl
Gets all object statements contained recursively in this parent statement.
objectStatements() - Method in class org.helenus.driver.impl.GroupImpl
Gets all object statements contained recursively in this parent statement.
objectStatements() - Method in interface org.helenus.driver.impl.ParentStatementImpl
Gets all object statements contained recursively in this parent statement.
objectStatements() - Method in class org.helenus.driver.impl.SequenceImpl
Gets all object statements contained recursively in this parent statement.
on(String...) - Method in class org.helenus.driver.impl.CreateIndexImpl.BuilderImpl
onAll() - Method in class org.helenus.driver.impl.CreateIndexImpl.BuilderImpl
one() - Method in class org.helenus.driver.impl.ObjectSetImpl
oneRequired() - Method in class org.helenus.driver.impl.ObjectSetImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.DeleteImpl
onlyIf() - Method in class org.helenus.driver.impl.DeleteImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.DeleteImpl.OptionsImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.DeleteImpl.WhereImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl
onlyIf() - Method in class org.helenus.driver.impl.UpdateImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.OptionsImpl
onlyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.WhereImpl
onlyOneRequired() - Method in class org.helenus.driver.impl.ObjectSetImpl
options - Variable in class org.helenus.driver.impl.CreateKeyspaceImpl.OptionsImpl
Holds options for this statement.
options(JsonObject) - Method in class org.helenus.driver.impl.StatementManagerImpl
orderBy(Ordering...) - Method in class org.helenus.driver.impl.SelectImpl
orderBy(Ordering...) - Method in class org.helenus.driver.impl.SelectImpl.WhereImpl
OrderingImpl - Class in org.helenus.driver.impl
The OrderingImpl class extends Cassandra's Ordering to provide support for POJOs.
org.helenus.driver.impl - package org.helenus.driver.impl
 
org.helenus.driver.tools - package org.helenus.driver.tools
 

P

ParentStatementImpl - Interface in org.helenus.driver.impl
The ParentStatementImpl interface should be used by statements that can be parent of others.
POJOContext(T) - Constructor for class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Instantiates a new POJOContext object.
POJOContext(T) - Constructor for class org.helenus.driver.impl.RootClassInfoImpl.POJOContext
Instantiates a new POJOContext object.
POJOContext(T) - Constructor for class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Instantiates a new POJOContext object.
POJOContext(T) - Constructor for class org.helenus.driver.impl.UDTRootClassInfoImpl.POJOContext
Instantiates a new POJOContext object.
populateKeyspaceKeys(Map<String, FieldInfoImpl<T>>) - Method in class org.helenus.driver.impl.ClassInfoImpl.POJOContext
Populates the keyspace keys defined in the given map from the POJO.
populateKeyspaceKeys(Map<String, FieldInfoImpl<T>>) - Method in class org.helenus.driver.impl.UDTClassInfoImpl.POJOContext
Populates the keyspace keys defined in the given map from the POJO.
postProcess(ResultSet) - Method in class org.helenus.driver.impl.ListenableFutureImpl
Post-process the result set.
prepend(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
prependAll(CharSequence, List<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
prependAll(CharSequence, BindMarker) - Method in class org.helenus.driver.impl.StatementManagerImpl
previous(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
previouslyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
previouslyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.OptionsImpl
previouslyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl
previouslyIf() - Method in class org.helenus.driver.impl.UpdateImpl
previouslyIf(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.WhereImpl
put(CharSequence, Object, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
putAll(CharSequence, Map<?, ?>) - Method in class org.helenus.driver.impl.StatementManagerImpl

Q

QueryBuilderBridge - Class in com.datastax.driver.core.querybuilder
The QueryBuilderBridge class provides access to package private functionality in Cassandra.
quote(String) - Method in class org.helenus.driver.impl.StatementManagerImpl

R

raw(String) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
raw(String) - Method in class org.helenus.driver.impl.StatementManagerImpl
RawString(String) - Constructor for class org.helenus.driver.impl.Utils.RawString
 
recorded(ObjectStatement<?>, ParentStatement) - Method in class org.helenus.driver.impl.BatchImpl
Notifies the registered recorder and parent of the specified object statement.
recorded(ObjectStatement<?>, ParentStatement) - Method in class org.helenus.driver.impl.GroupImpl
Notifies the registered recorder and parent of the specified object statement.
recorded(ObjectStatement<?>, ParentStatement) - Method in interface org.helenus.driver.impl.ParentStatementImpl
Notifies the registered recorder and parent of the specified object statement.
recorded(ObjectStatement<?>, ParentStatement) - Method in class org.helenus.driver.impl.SequenceImpl
Notifies the registered recorder and parent of the specified object statement.
regular(RegularStatement) - Method in class org.helenus.driver.impl.StatementManagerImpl
remove(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
removeAll(CharSequence, Set<?>) - Method in class org.helenus.driver.impl.StatementManagerImpl
replication - Variable in class org.helenus.driver.impl.CreateKeyspaceImpl.OptionsImpl
Holds the "REPLICATION" option for this statement.
replication(JsonObject) - Method in class org.helenus.driver.impl.StatementManagerImpl
ReplicationWithImpl(Object) - Constructor for class org.helenus.driver.impl.WithOptionsImpl.ReplicationWithImpl
Instantiates a new ReplicationWithImpl object.
ReplicationWithImpl(ClassInfoImpl<?>, StatementManagerImpl) - Constructor for class org.helenus.driver.impl.WithOptionsImpl.ReplicationWithImpl
Instantiates a new ReplicationWithImpl object.
resultClass - Variable in class org.helenus.driver.impl.StatementImpl
Holds the result class from the execution of this statement.
RootClassInfoImpl<T> - Class in org.helenus.driver.impl
The RootClassInfoImpl class provides information about a particular root element POJO class.
RootClassInfoImpl.Context - Class in org.helenus.driver.impl
The Context class extends the ClassInfoImpl.Context.
RootClassInfoImpl.POJOContext - Class in org.helenus.driver.impl
The POJOContext class extends the ClassInfoImpl.POJOContext.
runErrorHandlers() - Method in class org.helenus.driver.impl.BatchImpl
runErrorHandlers() - Method in class org.helenus.driver.impl.GroupImpl
runErrorHandlers() - Method in class org.helenus.driver.impl.SequenceImpl

S

select(Class<T>, CharSequence...) - Method in class org.helenus.driver.impl.StatementManagerImpl
select(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
selectFrom(TableInfo<T>, CharSequence...) - Method in class org.helenus.driver.impl.StatementManagerImpl
selectFrom(TableInfo<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
SelectImpl<T> - Class in org.helenus.driver.impl
The SelectImpl class extends the functionality of Cassandra's Select class to provide support for POJOs.
SelectImpl.BuilderImpl<T> - Class in org.helenus.driver.impl
The BuilderImpl class defines an in-construction SELECT statement.
SelectImpl.SelectionImpl<T> - Class in org.helenus.driver.impl
The SelectionImpl class defines a selection clause for an in-construction SELECT statement.
SelectImpl.TableSelectionImpl<T> - Class in org.helenus.driver.impl
The TableSelectionImpl class defines a selection clause for an in-construction SELECT statement.
SelectImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for a SELECT statement.
sent(StatementImpl<?, ?, ?>, ResultSetFuture) - Method in class org.helenus.driver.impl.StatementManagerImpl
Called after a statement's execution has been sent to Cassandra.
sequence(Optional<Recorder>, SequenceableStatement<?, ?>...) - Method in class org.helenus.driver.impl.StatementManagerImpl
sequence(Optional<Recorder>, Iterable<SequenceableStatement<?, ?>>) - Method in class org.helenus.driver.impl.StatementManagerImpl
SequenceImpl - Class in org.helenus.driver.impl
The SequenceImpl class defines support for a statement that can execute a set of statements in sequence returning the result set from the last one only.
SequenceImpl(Optional<Recorder>, SequenceableStatement<?, ?>[], StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.SequenceImpl
Instantiates a new SequenceImpl object.
SequenceImpl(Optional<Recorder>, Iterable<SequenceableStatement<?, ?>>, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.SequenceImpl
Instantiates a new SequenceImpl object.
SequenceStatementImpl<R,F extends com.google.common.util.concurrent.ListenableFuture<R>,T> - Class in org.helenus.driver.impl
The SequenceStatementImpl abstract class extends the StatementImpl class to provide support for a statement that represents a sequence (not a batch) of statements that must be executed one after the other.
SequenceStatementImpl(Class<R>, ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.SequenceStatementImpl
Instantiates a new SequenceStatementImpl object.
SequenceStatementImpl(Class<R>, String, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.SequenceStatementImpl
Instantiates a new SequenceStatementImpl object.
SequenceStatementImpl(SequenceStatementImpl<R, F, T>) - Constructor for class org.helenus.driver.impl.SequenceStatementImpl
Instantiates a new SequenceStatementImpl object.
set(CharSequence, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
set(CharSequence, Object, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
setAllFrom(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
setAllFromObject() - Method in class org.helenus.driver.impl.StatementManagerImpl
setConsistencyLevel(ConsistencyLevel) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setConsistencyLevel(ConsistencyLevel) - Method in class org.helenus.driver.impl.StatementImpl
setCounterOp(boolean) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Sets a flag indicating we have a counter assignment operation.
setCounterOp(boolean) - Method in class org.helenus.driver.impl.StatementImpl
Sets a flag indicating we have a counter assignment operation.
setDefaultDataCenters(Map<String, Integer>) - Method in class org.helenus.driver.impl.StatementManagerImpl
Sets the default data centers to use when POJOS are defined with the NETWORK topology strategy and do not specify any.
setDefaultReplicationFactor(int) - Method in class org.helenus.driver.impl.StatementManagerImpl
Sets the default replication factor to use when POJOS are defined with the SIMPLE strategy and the pojo does not specify a factor.
setDefaultTimestamp(long) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setDefaultTimestamp(long) - Method in class org.helenus.driver.impl.StatementImpl
setDirty() - Method in class org.helenus.driver.impl.AlterSchemasImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty() - Method in class org.helenus.driver.impl.BatchImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty(boolean) - Method in class org.helenus.driver.impl.BatchImpl
Sets the dirty bit for the cached query string and clear the number of statements potentially recursively for all contained statement.
setDirty() - Method in class org.helenus.driver.impl.CreateSchemasImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty(boolean) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Sets the dirty bit for the cached query string and clear the number of statements potentially recursively for all contained statement.
setDirty(boolean) - Method in class org.helenus.driver.impl.GroupImpl
Sets the dirty bit for the cached query string and clear the number of statements potentially recursively for all contained statement.
setDirty() - Method in class org.helenus.driver.impl.GroupStatementImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty() - Method in class org.helenus.driver.impl.SelectImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty(boolean) - Method in class org.helenus.driver.impl.SequenceImpl
Sets the dirty bit for the cached query string and clear the number of statements potentially recursively for all contained statement.
setDirty() - Method in class org.helenus.driver.impl.SequenceStatementImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty() - Method in class org.helenus.driver.impl.StatementImpl
Sets the dirty bit for the cached query string and clear the number of statements.
setDirty(boolean) - Method in class org.helenus.driver.impl.StatementImpl
Sets the dirty bit for the cached query string and clear the number of statements potentially recursively for all contained statement.
setFetchSize(int) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setFetchSize(int) - Method in class org.helenus.driver.impl.StatementImpl
setFrom(T, CharSequence) - Method in class org.helenus.driver.impl.StatementManagerImpl
setFromObject(CharSequence) - Method in class org.helenus.driver.impl.StatementManagerImpl
setIdempotent(boolean) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setIdempotent(boolean) - Method in class org.helenus.driver.impl.StatementImpl
setIdx(CharSequence, int, Object) - Method in class org.helenus.driver.impl.StatementManagerImpl
setParallelFactor(int) - Method in class org.helenus.driver.impl.GroupImpl
Sets the number of simultaneous statements to send to the Cassandra cluster at the same time before starting to wait for all responses before proceeding to the next set (assuming a sequence is not reached before that).
setParallelFactor(int) - Method in class org.helenus.driver.impl.GroupStatementImpl
Sets the number of simultaneous statements to send to the Cassandra cluster at the same time before starting to wait for all responses before proceeding to the next set (assuming a sequence is not reached before that).
setParent(ParentStatementImpl) - Method in class org.helenus.driver.impl.BatchImpl
Sets the parent for this statement.
setParent(ParentStatementImpl) - Method in class org.helenus.driver.impl.GroupImpl
Sets the parent for this statement.
setParent(ParentStatementImpl) - Method in interface org.helenus.driver.impl.ParentStatementImpl
Sets the parent for this statement.
setParent(ParentStatementImpl) - Method in class org.helenus.driver.impl.SequenceImpl
Sets the parent for this statement.
setReadTimeoutMillis(int) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setReadTimeoutMillis(int) - Method in class org.helenus.driver.impl.StatementImpl
setRetryPolicy(RetryPolicy) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setRetryPolicy(RetryPolicy) - Method in class org.helenus.driver.impl.StatementImpl
setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setSerialConsistencyLevel(ConsistencyLevel) - Method in class org.helenus.driver.impl.StatementImpl
setUserData(U) - Method in class org.helenus.driver.impl.ForwardingStatementImpl
setUserData(U) - Method in class org.helenus.driver.impl.StatementImpl
setValue(T, Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Sets the field's value in the specified POJO with the given value.
setValue(T) - Method in class org.helenus.driver.impl.UsingImpl
simpleSize() - Method in class org.helenus.driver.impl.BatchImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.DeleteImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.ForwardingStatementImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.GroupStatementImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.InsertImpl.BuilderImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.InsertImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.SelectImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.SequenceStatementImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.SimpleStatementImpl
Gets the number of simple statements in this statement.
simpleSize - Variable in class org.helenus.driver.impl.StatementImpl
Holds the number of simple statements included as part of this statement.
simpleSize() - Method in class org.helenus.driver.impl.StatementImpl
Gets the number of simple statements in this statement.
simpleSize() - Method in class org.helenus.driver.impl.UpdateImpl
Gets the number of simple statements in this statement.
SimpleStatementImpl - Class in org.helenus.driver.impl
The SimpleStatementImpl class extends the functionality of Cassandra's SimpleStatement class to provide support for POJOs.
SimpleStatementImpl(String, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.SimpleStatementImpl
Instantiates a new SimpleStatementImpl object.
SimpleStatementImpl(RegularStatement, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.SimpleStatementImpl
Instantiates a new SimpleStatementImpl object.
size() - Method in class org.helenus.driver.impl.BatchImpl
size() - Method in class org.helenus.driver.impl.GroupImpl
size() - Method in class org.helenus.driver.impl.SequenceImpl
statement - Variable in class org.helenus.driver.impl.ForwardingStatementImpl
Holds the encapsulated statement.
StatementImpl<R,F extends com.google.common.util.concurrent.ListenableFuture<R>,T> - Class in org.helenus.driver.impl
The StatementImpl abstract class extends the functionality of Cassandra's Statement class to provide support for POJOs.
StatementImpl(Class<R>, ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.StatementImpl
Instantiates a new StatementImpl object.
StatementImpl(Class<R>, String, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.StatementImpl
Instantiates a new StatementImpl object.
StatementImpl(StatementImpl<R, F, T>) - Constructor for class org.helenus.driver.impl.StatementImpl
Instantiates a new StatementImpl object.
StatementImpl(StatementImpl<R, F, T>, ClassInfoImpl<T>.Context) - Constructor for class org.helenus.driver.impl.StatementImpl
Instantiates a new StatementImpl object.
StatementManagerImpl - Class in org.helenus.driver.impl
The StatementManagerImpl class provides an implementation for the StatementManager.
StatementManagerImpl(Cluster.Initializer, boolean) - Constructor for class org.helenus.driver.impl.StatementManagerImpl
Instantiates a new StatementManagerImpl object.
StatementManagerImpl(Cluster.Initializer, int, boolean) - Constructor for class org.helenus.driver.impl.StatementManagerImpl
Instantiates a new StatementManagerImpl object.
StatementManagerImpl(Cluster.Initializer, int, boolean, EntityFilter...) - Constructor for class org.helenus.driver.impl.StatementManagerImpl
Instantiates a new StatementManagerImpl object.
StatementManagerImpl(Cluster.Initializer, boolean, EntityFilter...) - Constructor for class org.helenus.driver.impl.StatementManagerImpl
Instantiates a new StatementManagerImpl object.
StatementManagerImpl(Cluster.Initializer, boolean, String...) - Constructor for class org.helenus.driver.impl.StatementManagerImpl
Instantiates a new StatementManagerImpl object.
statements() - Method in class org.helenus.driver.impl.BatchImpl
Gets all statements contained recursively in this parent statement including parent statements (and this one).
statements() - Method in class org.helenus.driver.impl.GroupImpl
Gets all statements contained recursively in this parent statement including parent statements (and this one).
statements() - Method in interface org.helenus.driver.impl.ParentStatementImpl
Gets all statements contained recursively in this parent statement including parent statements (and this one).
statements() - Method in class org.helenus.driver.impl.SequenceImpl
Gets all statements contained recursively in this parent statement including parent statements (and this one).
stream() - Method in class org.helenus.driver.impl.ObjectSetImpl
SubClassInfoImpl<T> - Class in org.helenus.driver.impl
The SubClassInfoImpl class provides information about a particular sub-root element POJO class.
subSequence(int, int) - Method in class org.helenus.driver.impl.Utils.CNameSequence
 
supportsTablesAndIndexes() - Method in class org.helenus.driver.impl.ClassInfoImpl
supportsTablesAndIndexes() - Method in class org.helenus.driver.impl.UDTClassInfoImpl

T

TableInfoImpl<T> - Class in org.helenus.driver.impl
The TableInfo class caches all the table and its field information needed by the class ClassInfoImpl.
TableInfoImpl(StatementManagerImpl, ClassInfoImpl<T>, Table) - Constructor for class org.helenus.driver.impl.TableInfoImpl
Instantiates a new TableInfo object.
TableInfoImpl(StatementManagerImpl, UDTClassInfoImpl<T>, String) - Constructor for class org.helenus.driver.impl.TableInfoImpl
Instantiates a new TableInfo object.
tables() - Method in class org.helenus.driver.impl.ClassInfoImpl
tables - Variable in class org.helenus.driver.impl.CreateTableImpl
List of tables to be created.
tables() - Method in class org.helenus.driver.impl.DeleteImpl
tables() - Method in class org.helenus.driver.impl.InsertImpl
tables() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
tables() - Method in class org.helenus.driver.impl.UpdateImpl
tablesImpl() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets the tables info defined by the POJO.
timestamp(long) - Method in class org.helenus.driver.impl.StatementManagerImpl
timestamp(BindMarker) - Method in class org.helenus.driver.impl.StatementManagerImpl
tinfo - Variable in class org.helenus.driver.impl.FieldInfoImpl
Holds the table information for this field.
toCQL() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
toCQL() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
toJson(String) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
token(String) - Method in class org.helenus.driver.impl.StatementManagerImpl
token(String...) - Method in class org.helenus.driver.impl.StatementManagerImpl
Tool - Class in org.helenus.driver.tools
The Tool class defines a command line tool that can be used along with the driver.
Tool() - Constructor for class org.helenus.driver.tools.Tool
 
toString() - Method in class org.helenus.driver.impl.AssignmentImpl
toString() - Method in class org.helenus.driver.impl.ClassInfoImpl
toString() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
toString() - Method in class org.helenus.driver.impl.FieldInfoImpl
toString() - Method in class org.helenus.driver.impl.ObjectSetImpl
toString() - Method in class org.helenus.driver.impl.RootClassInfoImpl
toString() - Method in class org.helenus.driver.impl.StatementImpl
toString() - Method in class org.helenus.driver.impl.TableInfoImpl
toString() - Method in class org.helenus.driver.impl.TypeClassInfoImpl
toString() - Method in class org.helenus.driver.impl.UDTClassInfoImpl
toString() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
toString() - Method in class org.helenus.driver.impl.UDTTypeClassInfoImpl
toString() - Method in class org.helenus.driver.impl.UsingImpl
toString() - Method in class org.helenus.driver.impl.Utils.Alias
 
toString() - Method in class org.helenus.driver.impl.Utils.CName
 
toString() - Method in class org.helenus.driver.impl.Utils.CNameIndex
 
toString() - Method in class org.helenus.driver.impl.Utils.CNameKey
 
toString() - Method in class org.helenus.driver.impl.Utils.CNameSequence
 
toString() - Method in class org.helenus.driver.impl.Utils.FCall
 
toString() - Method in class org.helenus.driver.impl.Utils.RawString
 
truncate(Class<T>) - Method in class org.helenus.driver.impl.StatementManagerImpl
truncate(Class<T>, String...) - Method in class org.helenus.driver.impl.StatementManagerImpl
TruncateImpl<T> - Class in org.helenus.driver.impl
The TruncateImpl class defines a TRUNCATE statement.
TruncateImpl(ClassInfoImpl<T>.Context, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.TruncateImpl
Instantiates a new TruncateImpl object.
TruncateImpl(ClassInfoImpl<T>.Context, String[], StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.TruncateImpl
Instantiates a new TruncateImpl object.
TruncateImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for the TRUNCATE statement which can be used to specify keyspace keys used for the keyspace name.
ttl(String) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
ttl(String) - Method in class org.helenus.driver.impl.SelectImpl.TableSelectionImpl
ttl(int) - Method in class org.helenus.driver.impl.StatementManagerImpl
ttl(BindMarker) - Method in class org.helenus.driver.impl.StatementManagerImpl
TypeClassInfoImpl<T> - Class in org.helenus.driver.impl
The TypeClassInfoImpl class provides information about a particular POJO class.
typeImpls() - Method in class org.helenus.driver.impl.RootClassInfoImpl
Gets all type entities defined from this root entity.
typeImpls() - Method in class org.helenus.driver.impl.SubClassInfoImpl
Gets all type entities defined from this root entity.
typeImpls() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
Gets all type entities defined from this root entity.
typeImpls() - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
Gets all type entities defined from this root entity.
types() - Method in class org.helenus.driver.impl.RootClassInfoImpl
types() - Method in class org.helenus.driver.impl.SubClassInfoImpl
types() - Method in class org.helenus.driver.impl.UDTRootClassInfoImpl
types() - Method in class org.helenus.driver.impl.UDTSubClassInfoImpl
typeToCQL(StatementManagerImpl, String) - Static method in class com.datastax.driver.core.DataTypeParser
Converts the specified type string to a CQL data type.

U

UDT_C_PREFIX - Static variable in class org.helenus.driver.impl.StatementImpl
Holds the column name prefix used for the special column that holds the collection of elements for a user-defined type that extends List, Set, or Map.
UDTActualClassInfoImpl<T> - Class in org.helenus.driver.impl
The UDTActualClassInfoImpl class provides information about a particular POJO class.
UDTClassInfoImpl<T> - Class in org.helenus.driver.impl
The UDTClassInfoImpl class provides information about a particular POJO class.
UDTClassInfoImpl(StatementManagerImpl, Class<T>, Class<? extends Annotation>) - Constructor for class org.helenus.driver.impl.UDTClassInfoImpl
Instantiates a new UDTClassInfoImpl object.
UDTClassInfoImpl(UDTClassInfoImpl<T>, Class<T>) - Constructor for class org.helenus.driver.impl.UDTClassInfoImpl
Instantiates a new UDTClassInfoImpl object.
UDTClassInfoImpl.POJOContext - Class in org.helenus.driver.impl
The POJOContext class provides a specific context for the POJO as referenced while building an insert or update statement.
UDTRootClassInfoImpl<T> - Class in org.helenus.driver.impl
The UDTRootClassInfoImpl class provides information about a particular root element POJO class.
UDTRootClassInfoImpl.Context - Class in org.helenus.driver.impl
The Context class extends the ClassInfoImpl.Context.
UDTRootClassInfoImpl.POJOContext - Class in org.helenus.driver.impl
The POJOContext class provides a specific context for the POJO as referenced while building an insert or update statement.
udts() - Method in class org.helenus.driver.impl.ClassInfoImpl
Gets all user-defined types the pojo class represented by this class is dependent on.
udts() - Method in class org.helenus.driver.impl.DataTypeImpl.Definition
Gets all user-defined types this definition is dependent on.
udts() - Method in class org.helenus.driver.impl.FieldInfoImpl
Gets all user-defined types this field is dependent on.
udts() - Method in class org.helenus.driver.impl.TableInfoImpl
Gets all user-defined types the pojo class represented by this table is dependent on.
UDTSubClassInfoImpl<T> - Class in org.helenus.driver.impl
The UDTSubClassInfoImpl class provides information about a particular UDT sub-root element POJO class.
UDTTypeClassInfoImpl<T> - Class in org.helenus.driver.impl
The UDTTypeClassInfoImpl class provides information about a particular POJO class.
unloggedBatch(Optional<Recorder>, BatchableStatement<?, ?>...) - Method in class org.helenus.driver.impl.StatementManagerImpl
unloggedBatch(Optional<Recorder>, Iterable<BatchableStatement<?, ?>>) - Method in class org.helenus.driver.impl.StatementManagerImpl
unwrapOptionalIfPresent(Class<?>, Type) - Static method in class org.helenus.driver.impl.DataTypeImpl
Unwraps the specific class if it is an Optional.
unwrapOptionalIfPresent(Type) - Static method in class org.helenus.driver.impl.DataTypeImpl
Unwraps the specific type if it is an Optional.
update(T) - Method in class org.helenus.driver.impl.StatementManagerImpl
update(T, String...) - Method in class org.helenus.driver.impl.StatementManagerImpl
UpdateImpl<T> - Class in org.helenus.driver.impl
The UpdateImpl class extends the functionality of Cassandra's Update class to provide support for POJOs.
UpdateImpl(ClassInfoImpl<T>.POJOContext, StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.UpdateImpl
Instantiates a new UpdateImpl object.
UpdateImpl(ClassInfoImpl<T>.POJOContext, String[], StatementManagerImpl, StatementBridge) - Constructor for class org.helenus.driver.impl.UpdateImpl
Instantiates a new UpdateImpl object.
UpdateImpl.AssignmentsImpl<T> - Class in org.helenus.driver.impl
The AssignmentsImpl class defines the assignments of an UPDATE statement.
UpdateImpl.ConditionsImpl<T> - Class in org.helenus.driver.impl
Conditions for an UDPATE statement.
UpdateImpl.OptionsImpl<T> - Class in org.helenus.driver.impl
The OptionsImpl class defines the options of an UPDATE statement.
UpdateImpl.WhereImpl<T> - Class in org.helenus.driver.impl
The WhereImpl class defines a WHERE clause for an UPDATE statement.
UserTypeBridge - Class in com.datastax.driver.core
The UserTypeBridge class is used to access protected constructors from the UserType class.
UserTypeBridge() - Constructor for class com.datastax.driver.core.UserTypeBridge
 
using(Using<?>) - Method in class org.helenus.driver.impl.BatchImpl
Adds a new options for this BATCH statement.
using(Using<?>) - Method in class org.helenus.driver.impl.DeleteImpl.ConditionsImpl
using(Using<?>) - Method in class org.helenus.driver.impl.DeleteImpl
using(Using<?>) - Method in class org.helenus.driver.impl.DeleteImpl.WhereImpl
Adds an option to the DELETE statement this WHERE clause is part of.
using(Using<?>) - Method in class org.helenus.driver.impl.InsertImpl
using(Using<?>) - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
using(Using<?>) - Method in class org.helenus.driver.impl.UpdateImpl.ConditionsImpl
using(Using<?>) - Method in class org.helenus.driver.impl.UpdateImpl
using(Using<?>) - Method in class org.helenus.driver.impl.UpdateImpl.WhereImpl
usingClass(String) - Method in class org.helenus.driver.impl.CreateIndexImpl.BuilderImpl
UsingImpl<T> - Class in org.helenus.driver.impl
The UsingImpl class extends Cassandra's Using to provide support for POJOs.
usings() - Method in class org.helenus.driver.impl.BatchImpl
usings() - Method in class org.helenus.driver.impl.DeleteImpl
usings() - Method in class org.helenus.driver.impl.InsertImpl
usings() - Method in class org.helenus.driver.impl.UpdateImpl
Utils - Class in org.helenus.driver.impl
The Utils class is a copy of the com.datastax.driver.core.querybuilder.Utils which is package private
Utils() - Constructor for class org.helenus.driver.impl.Utils
 
Utils.Alias - Class in org.helenus.driver.impl
 
Utils.CName - Class in org.helenus.driver.impl
 
Utils.CNameIndex - Class in org.helenus.driver.impl
 
Utils.CNameKey - Class in org.helenus.driver.impl
 
Utils.CNameSequence - Class in org.helenus.driver.impl
 
Utils.FCall - Class in org.helenus.driver.impl
 
Utils.RawString - Class in org.helenus.driver.impl
 
uuid() - Method in class org.helenus.driver.impl.StatementManagerImpl

V

validateCollectionColumnAndValue(CharSequence, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a collection data type by the POJO and its potential element value in this table.
validateCollectionColumnAndValues(CharSequence, Iterable<?>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a collection data type by the POJO and its potential element value in this table.
validateCollectionValue(Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Validate the provided element value for this collection field.
validateColumn(Object) - Method in class org.helenus.driver.impl.ClassInfoImpl
Validates if a column is defined by the POJO in any tables.
validateColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined by the POJO in this table.
validateColumnAndValue(String, Object) - Method in class org.helenus.driver.impl.ClassInfoImpl
Validates if a column is defined by the POJO and its potential value in any table.
validateColumnAndValue(CharSequence, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined by the POJO and its potential value in this table.
validateColumnAndValue(CharSequence, Object, boolean) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined by the POJO and its potential value in this table.
validateColumnAndValues(CharSequence, Collection<?>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined by the POJO and its potential values in this table.
validateColumnOrKeyspaceKey(String) - Method in class org.helenus.driver.impl.ClassInfoImpl
Validates if a column is defined by the POJO in any tables or if it is defined as a keyspace key.
validateColumns(Iterable<Object>) - Method in class org.helenus.driver.impl.ClassInfoImpl
Validates if specified columns are defined by the POJO in any tables.
validateColumns(String...) - Method in class org.helenus.driver.impl.ClassInfoImpl
Validates if specified columns are defined by the POJO in any table.
validateColumns(Iterable<Object>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if specified columns are defined by the POJO in this table.
validateColumns(Object...) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if specified columns are defined by the POJO in this table.
validateCounterColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a counter by the POJO in this table.
validateKeyspaceKey(String, Object) - Method in class org.helenus.driver.impl.ClassInfoImpl
Validates the specified keyspace key and its value as being a valid keyspace key for the POJO.
validateKeyspaceKeyOrColumnAndValue(CharSequence, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column or keyspace key is defined by the POJO as a column or as a keyspace key and its potential value in this table.
validateKeyspaceKeyOrPrimaryKeyOrIndexColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as either a keyspace key, a primary key, or an index column, by the POJO in this table.
validateListColumnAndValue(CharSequence, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as the given list data type by the POJO and its potential element value in this table.
validateListColumnAndValues(CharSequence, Iterable<?>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as the given list data type by the POJO and its potential element value in this table.
validateListValue(Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Validate the provided value for this list field.
validateMapColumnAndKey(CharSequence, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a map by the POJO and its potential mapping key in this table.
validateMapColumnAndKeys(CharSequence, Iterable<?>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a map by the POJO and its potential mapping keys in this table.
validateMapColumnAndKeyValue(CharSequence, Object, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a map by the POJO and its potential mapping key/value in this table.
validateMapColumnAndKeyValues(CharSequence, Map<?, ?>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a map by the POJO and its potential mapping key/value in this table.
validateMapKey(Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Validate the provided mapping key for this map field.
validateMapKeyValue(Object, Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Validate the provided mapping key/value for this map field.
validateNotMandatoryOrPrimaryKeyColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is not defined as either a mandatory or a primary key column by the POJO in this table.
validatePrimaryKeyOrIndexColumn(Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as either a primary key or an index column by the POJO in this table.
validateSetColumnAndValue(CharSequence, Object) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as the given set data type by the POJO and its potential element value in this table.
validateSetColumnAndValues(CharSequence, Iterable<?>) - Method in class org.helenus.driver.impl.TableInfoImpl
Validates if a column is defined as a set by the POJO and its potential element value in this table.
validateSetValue(Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Validate the provided value for this set field.
validateValue(Object) - Method in class org.helenus.driver.impl.FieldInfoImpl
Validate the provided value for this field.
validatorToCQL(StatementManagerImpl, String) - Static method in class com.datastax.driver.core.DataTypeParser
Converts the specified validator string to a CQL data type.
value(String) - Method in class org.helenus.driver.impl.InsertImpl.OptionsImpl
value(String, Object) - Method in class org.helenus.driver.impl.InsertImpl.OptionsImpl
value(String) - Method in class org.helenus.driver.impl.InsertImpl
value(String, Object) - Method in class org.helenus.driver.impl.InsertImpl
values(String...) - Method in class org.helenus.driver.impl.InsertImpl.OptionsImpl
values(String...) - Method in class org.helenus.driver.impl.InsertImpl
valuesFromObject() - Method in class org.helenus.driver.impl.InsertImpl

W

wasApplied() - Method in class org.helenus.driver.impl.ObjectSetImpl
where(Clause) - Method in class org.helenus.driver.impl.AlterSchemaImpl
where() - Method in class org.helenus.driver.impl.AlterSchemaImpl
where(Clause) - Method in class org.helenus.driver.impl.AlterSchemasImpl
where() - Method in class org.helenus.driver.impl.AlterSchemasImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateIndexImpl
where() - Method in class org.helenus.driver.impl.CreateIndexImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateKeyspaceImpl.OptionsImpl
where() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl.OptionsImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
where() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateSchemaImpl
where() - Method in class org.helenus.driver.impl.CreateSchemaImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateSchemasImpl
where() - Method in class org.helenus.driver.impl.CreateSchemasImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateTableImpl.OptionsImpl
where() - Method in class org.helenus.driver.impl.CreateTableImpl.OptionsImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateTableImpl
where() - Method in class org.helenus.driver.impl.CreateTableImpl
where(Clause) - Method in class org.helenus.driver.impl.CreateTypeImpl
where() - Method in class org.helenus.driver.impl.CreateTypeImpl
where(Clause) - Method in class org.helenus.driver.impl.DeleteImpl.ConditionsImpl
where(Clause) - Method in class org.helenus.driver.impl.DeleteImpl.OptionsImpl
where(Clause) - Method in class org.helenus.driver.impl.DeleteImpl
where() - Method in class org.helenus.driver.impl.DeleteImpl
where(Clause) - Method in class org.helenus.driver.impl.SelectImpl
where() - Method in class org.helenus.driver.impl.SelectImpl
where(Clause) - Method in class org.helenus.driver.impl.TruncateImpl
where() - Method in class org.helenus.driver.impl.TruncateImpl
where(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.AssignmentsImpl
where(Clause) - Method in class org.helenus.driver.impl.UpdateImpl.ConditionsImpl
where(Clause) - Method in class org.helenus.driver.impl.UpdateImpl
where() - Method in class org.helenus.driver.impl.UpdateImpl
with(WithOptions) - Method in class org.helenus.driver.impl.CreateIndexImpl
with - Variable in class org.helenus.driver.impl.CreateKeyspaceImpl
Holds the "WITH" options.
with(WithOptions) - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
with() - Method in class org.helenus.driver.impl.CreateKeyspaceImpl
with(WithOptions) - Method in class org.helenus.driver.impl.CreateTableImpl
with() - Method in class org.helenus.driver.impl.CreateTableImpl
with(Assignment...) - Method in class org.helenus.driver.impl.UpdateImpl.ConditionsImpl
with(Assignment...) - Method in class org.helenus.driver.impl.UpdateImpl.OptionsImpl
with(Assignment...) - Method in class org.helenus.driver.impl.UpdateImpl.WhereImpl
with(Assignment...) - Method in class org.helenus.driver.impl.UpdateImpl
with() - Method in class org.helenus.driver.impl.UpdateImpl
WithOptionsImpl - Class in org.helenus.driver.impl
The WithOptionsImpl class defines options to be used when creating indexes.
WithOptionsImpl(String, Object) - Constructor for class org.helenus.driver.impl.WithOptionsImpl
Instantiates a new WithOptionsImpl object.
WithOptionsImpl.ReplicationWithImpl - Class in org.helenus.driver.impl
The ReplicationWithImpl class defines the "REPLICATION" option for the "CREATE KEYSPACE" statement.
writeTime(String) - Method in class org.helenus.driver.impl.SelectImpl.SelectionImpl
writeTime(String) - Method in class org.helenus.driver.impl.SelectImpl.TableSelectionImpl
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright (C) 2015-2017 The Helenus Driver Project Authors.