| Package | Description |
|---|---|
| org.helenus.driver.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchImpl
The
BatchImpl class extends the functionality of Cassandra's
Batch class to provide
support for POJOs. |
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 |
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSchemaImpl.buildSequencedStatements(Set<Pair<String,Keyspace>> keyspaces,
Map<Pair<String,Keyspace>,Set<Table>> tables,
GroupImpl kgroup,
GroupImpl tgroup,
GroupImpl igroup,
ParentStatementImpl yparent,
GroupImpl group)
Gets all underlying sequenced statements for this create schemas with the
ability to optionally tracked and skipped already created keyspaces and/or
tables.
|
void |
SequenceImpl.setParent(ParentStatementImpl parent)
Sets the parent for this statement.
|
void |
ParentStatementImpl.setParent(ParentStatementImpl parent)
Sets the parent for this statement.
|
void |
GroupImpl.setParent(ParentStatementImpl parent)
Sets the parent for this statement.
|
void |
BatchImpl.setParent(ParentStatementImpl parent)
Sets the parent for this statement.
|
Copyright (C) 2015-2017 The Helenus Driver Project Authors.