| Package | Description |
|---|---|
| com.datastax.driver.core | |
| org.helenus.driver.impl |
| Constructor and Description |
|---|
LastResultParallelSetFuture(GroupStatementImpl<?,?,?> group,
List<StatementImpl<?,?,?>> statements,
StatementManagerImpl mgr)
Instantiates a new
LastResultSequentialSetFuture object. |
| Modifier and Type | Class and Description |
|---|---|
class |
AlterCreateTableImpl<T>
The
AlterCreateTableImpl class defines a ALTER TABLE or a
CREATE TABLE statement based on the current schema defined in Cassandra. |
class |
AlterCreateTypeImpl<T>
The
AlterCreateTypeImpl class defines a ALTER TYPE or CREATE TYPE
statement based on the current schema defined in Cassandra. |
class |
CreateIndexImpl<T>
The
CreateIndexImpl class defines a CREATE INDEX statement. |
class |
CreateTableImpl<T>
The
CreateTableImpl class defines a CREATE TABLE statement. |
class |
CreateTypeImpl<T>
The
CreateTypeImpl class defines a CREATE TYPE statement. |
class |
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. |
class |
TruncateImpl<T>
The
TruncateImpl class defines a TRUNCATE statement. |
| Constructor and Description |
|---|
GroupStatementImpl(GroupStatementImpl<R,F,T> group)
Instantiates a new
GroupStatementImpl object. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.