PHP Cassandra Namespace

Nested Namespaces

Cassandra\Cluster
Cassandra\RetryPolicy
Cassandra\SSLOptions
Cassandra\Type

Interfaces

Name Description
Aggregate A PHP representation of an aggregate
Cluster Cassandra\Cluster object is used to create Sessions.
Future Futures are returns from asynchronous methods.
Index A PHP representation of an index
Keyspace A PHP representation of a keyspace
Numeric Common interface implemented by all numeric types, providing basic arithmetic functions.
Schema A PHP representation of a schema
Session A session is used to prepare and execute statements.
Table A PHP representation of a table
Type Cluster object is used to create Sessions.
UuidInterface A PHP representation of the CQL `uuid` datatype
Value Common interface implemented by all Cassandra value types.

Classes

Name Description
BasicIntegrationTest Basic/Simple integration test class to provide common integration test functionality when a simple setup and teardown is required. This class should be used for the majority of tests.
BatchStatement Batch statements are used to execute a series of simple or prepared statements.
Bigint A PHP representation of the CQL `bigint` datatype
BigintTest
Blob A PHP representation of the CQL `blob` datatype
BlobTest
Collection A PHP representation of the CQL list datatype
CollectionIntegrationTest
CollectionTest
CollectionsIntegrationTest A base class for collections integration tests
Column Basic unit of data within a ColumnFamily.
ConsistencyIntegrationTest Consistency level integration tests.
DatatypeIntegrationTest Datatype integration tests.
DatatypeIntegrationTests A base class for data type integration tests
Date A PHP representation of the CQL `date` type.
DateTest
Decimal A PHP representation of the CQL `decimal` datatype
DecimalTest
DefaultAggregate A PHP representation of an aggregate
DefaultCluster Default cluster implementation.
DefaultColumn A PHP representation of a column
DefaultIndex A PHP representation of an index
DefaultKeyspace A PHP representation of a keyspace
DefaultMaterializedView A PHP representation of a materialized view
DefaultSchema A PHP representation of a schema
DefaultSession Actual session implementation.
DefaultTable A PHP representation of a table
ExecutionOptions Request execution options.
ExecutionOptionsTest
Float A PHP representation of the CQL float datatype
FloatTest
FutureClose A future returned from Cassandra\Session::closeAsync().
FutureException A future that always resolves in an exception.
FuturePreparedStatement A future returned from `Cassandra\Session::prepareAsync()` This future will resolve with a `Cassandra\PreparedStatement` or an exception.
FutureRows This future results is resolved with `Cassandra\Rows`.
FutureSession A future that resolves with `Cassandra\Session`.
FutureValue A future that always resolves in a value.
Inet A PHP representation of the CQL `inet` datatype
Integration Base class to provide common integration test functionality.
IntegrationTestFixture This class will act as a fixture for the integration test suite. This fixture will ensure startup and shutdown procedures when running the integration tests.
Map A PHP representation of the CQL map datatype
MapIntegrationTest
MapTest
PagingIntegrationTest
RetryPolicyIntegrationTest Retry policy integration tests.
Rows Cassandra\Rows represent a result of statement execution.
SchemaMetadataIntegrationTest Schema metadata integration tests.
Set A PHP representation of the CQL set datatype
SetIntegrationTest
SetTest
SimpleStatement Simple statements can be executed using a Session instance.
SimpleStatementIntegrationTest Simple statement integration tests.
Smallint
Time A PHP representation of the CQL `time` type.
TimeTest
TimeUuidTest
Timestamp A PHP representation of the CQL `timestamp` datatype
TimestampIntegrationTest Timestamp integration tests.
Timeuuid A PHP representation of the CQL timeuuid datatype
Tinyint
Tuple A PHP representation of the CQL `tuple` datatype
TupleIntegrationTest Tuple integration tests.
TupleTest
UserTypeIntegrationTest User type integration tests.
UserTypeValue A PHP representation of the CQL UDT datatype
UserTypeValueTest
Uuid A PHP representation of the CQL uuid datatype
UuidTest
Varint A PHP representation of the CQL `varint` datatype
VarintTest