PHP Class Cassandra\BasicIntegrationTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: datastax/php-driver

Protected Properties

Свойство Type Description
$ccm CCM Handle for interacting with CCM.
$isClientAuthentication boolean Flag to determine if client authentication should be enabled.
$isSSL boolean Flag to determine if SSL should be enabled.
$isUserDefinedAggregatesFunctions boolean Flag to determine if UDA/UDF functionality should be enabled.
$keyspaceName string Keyspace name being used for the test.
$numberDC1Nodes integer Number of nodes in data center one.
$numberDC2Nodes integer Number of nodes in data center two.
$replicationFactor integer Replication factor override.
$serverVersion string Version of Cassandra/DSE the session is connected to.
$session Cassandra\Session Connected database session.
$tableNamePrefix string Table name prefix being used for the test.

Méthodes protégées

Méthode Description
setUp ( ) Setup the database for the integration tests.
tearDown ( ) Teardown the database for the integration tests.

Method Details

setUp() protected méthode

Setup the database for the integration tests.
protected setUp ( )

tearDown() protected méthode

Teardown the database for the integration tests.
protected tearDown ( )

Property Details

$ccm protected_oe property

Handle for interacting with CCM.
protected CCM $ccm
Résultat CCM

$isClientAuthentication protected_oe property

Flag to determine if client authentication should be enabled.
protected bool $isClientAuthentication
Résultat boolean

$isSSL protected_oe property

Flag to determine if SSL should be enabled.
protected bool $isSSL
Résultat boolean

$isUserDefinedAggregatesFunctions protected_oe property

Flag to determine if UDA/UDF functionality should be enabled.
protected bool $isUserDefinedAggregatesFunctions
Résultat boolean

$keyspaceName protected_oe property

Keyspace name being used for the test.
protected string $keyspaceName
Résultat string

$numberDC1Nodes protected_oe property

Number of nodes in data center one.
protected int $numberDC1Nodes
Résultat integer

$numberDC2Nodes protected_oe property

Number of nodes in data center two.
protected int $numberDC2Nodes
Résultat integer

$replicationFactor protected_oe property

Replication factor override.
protected int $replicationFactor
Résultat integer

$serverVersion protected_oe property

Version of Cassandra/DSE the session is connected to.
protected string $serverVersion
Résultat string

$session protected_oe property

Connected database session.
protected Session,Cassandra $session
Résultat Cassandra\Session

$tableNamePrefix protected_oe property

Table name prefix being used for the test.
protected string $tableNamePrefix
Résultat string