| Class | Description |
|---|---|
| CompoundResultSetFuture |
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. |
| DataTypeParser |
The
DataTypeParser provides access to the
DataTypeClassNameParser package private class functionality. |
| EmptyResultSetFuture |
The
EmptyResultSetFuture class extends Cassandra
ResultSetFuture in order to provide an empty result set when no
query needed to be sent. |
| ErrorResultSetFuture |
The
ErrorResultSetFuture class extends Cassandra
ResultSetFuture in order to provide an error result set when an
error occurred processing a intermediate query. |
| LastResultParallelSetFuture |
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. |
| LastResultSequentialSetFuture |
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. |
| MetadataBridge |
The
MetadataBridge class is used to access protected methods of
the Metadata. |
| UserTypeBridge |
The
UserTypeBridge class is used to access protected constructors
from the UserType class. |
Copyright (C) 2015-2017 The Helenus Driver Project Authors.