| Package | Description |
|---|---|
| com.datastax.driver.core | |
| org.helenus.driver.impl |
| Class and Description |
|---|
| GroupStatementImpl
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. |
| StatementImpl
The
StatementImpl abstract class extends the functionality of
Cassandra's Statement class to provide support
for POJOs. |
| StatementManagerImpl
The
StatementManagerImpl class provides an implementation
for the StatementManager. |
| UDTClassInfoImpl
The
UDTClassInfoImpl class provides information about a
particular POJO class. |
| Class and Description |
|---|
| ClassInfoImpl
The
ClassInfo class provides information about a particular
POJO class. |
| ClassInfoImpl.Context
The
Context class provides a specific context for the POJO
as referenced while building a statement. |
| ClassInfoImpl.POJOContext
The
POJOContext class provides a specific context for the POJO
as referenced while building an insert or update statement. |
| CreateKeyspaceImpl
The
CreateKeyspaceImpl class defines a CREATE KEYSPACE statement. |
| CreateKeyspaceImpl.OptionsImpl
The
OptionsImpl class defines the options of a CREATE
KEYSPACE statement. |
| CreateTableImpl
The
CreateTableImpl class defines a CREATE TABLE statement. |
| CreateTypeImpl
The
CreateTypeImpl class defines a CREATE TYPE statement. |
| DataTypeImpl.Definition
The
Definition class provides a data type definition for a CQL
data type. |
| DeleteImpl.BuilderImpl
The
BuilderImpl class defines an in-construction DELETE statement. |
| FieldInfoImpl
The
FieldInfo class caches all the field information needed by
the class ClassInfo. |
| ForwardingStatementImpl
The
ForwardingStatementImpl class defines a utility class to
create a statement that encapsulate another one. |
| GroupImpl
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. |
| GroupStatementImpl
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. |
| ListenableFutureImpl
The
ListenableFutureImpl class extends Cassandra's
ResultSetFuture in order to provide
support for POJOs. |
| ParentStatementImpl
The
ParentStatementImpl interface should be used by statements
that can be parent of others. |
| RootClassInfoImpl
The
RootClassInfoImpl class provides information about a
particular root element POJO class. |
| RootClassInfoImpl.Context
The
Context class extends the ClassInfoImpl.Context. |
| RootClassInfoImpl.POJOContext
The
POJOContext class extends the
ClassInfoImpl.POJOContext. |
| SelectImpl.BuilderImpl
The
BuilderImpl class defines an in-construction SELECT statement. |
| SequenceImpl
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. |
| SequenceStatementImpl
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. |
| StatementImpl
The
StatementImpl abstract class extends the functionality of
Cassandra's Statement class to provide support
for POJOs. |
| StatementManagerImpl
The
StatementManagerImpl class provides an implementation
for the StatementManager. |
| TableInfoImpl
The
TableInfo class caches all the table and its field
information needed by the class ClassInfoImpl. |
| TypeClassInfoImpl
The
TypeClassInfoImpl class provides information about a
particular POJO class. |
| UDTClassInfoImpl
The
UDTClassInfoImpl class provides information about a
particular POJO class. |
| UDTClassInfoImpl.POJOContext
The
POJOContext class provides a specific context for the POJO
as referenced while building an insert or update statement. |
| UDTRootClassInfoImpl
The
UDTRootClassInfoImpl class provides information about a
particular root element POJO class. |
| UDTRootClassInfoImpl.Context
The
Context class extends the ClassInfoImpl.Context. |
| UDTRootClassInfoImpl.POJOContext
The
POJOContext class provides a specific context for the POJO
as referenced while building an insert or update statement. |
| UDTTypeClassInfoImpl
The
UDTTypeClassInfoImpl class provides information about a
particular POJO class. |
| Utils.CName |
| WithOptionsImpl
The
WithOptionsImpl class defines options to be used when
creating indexes. |
| WithOptionsImpl.ReplicationWithImpl
The
ReplicationWithImpl class defines the "REPLICATION"
option for the "CREATE KEYSPACE" statement. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.