PHP Класс Cassandra\BasicIntegrationTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Защищенные методы

Метод Описание
setUp ( ) Setup the database for the integration tests.
tearDown ( ) Teardown the database for the integration tests.

Описание методов

setUp() защищенный Метод

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

tearDown() защищенный Метод

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

Описание свойств

$ccm защищенное свойство

Handle for interacting with CCM.
protected CCM $ccm
Результат CCM

$isClientAuthentication защищенное свойство

Flag to determine if client authentication should be enabled.
protected bool $isClientAuthentication
Результат boolean

$isSSL защищенное свойство

Flag to determine if SSL should be enabled.
protected bool $isSSL
Результат boolean

$isUserDefinedAggregatesFunctions защищенное свойство

Flag to determine if UDA/UDF functionality should be enabled.
protected bool $isUserDefinedAggregatesFunctions
Результат boolean

$keyspaceName защищенное свойство

Keyspace name being used for the test.
protected string $keyspaceName
Результат string

$numberDC1Nodes защищенное свойство

Number of nodes in data center one.
protected int $numberDC1Nodes
Результат integer

$numberDC2Nodes защищенное свойство

Number of nodes in data center two.
protected int $numberDC2Nodes
Результат integer

$replicationFactor защищенное свойство

Replication factor override.
protected int $replicationFactor
Результат integer

$serverVersion защищенное свойство

Version of Cassandra/DSE the session is connected to.
protected string $serverVersion
Результат string

$session защищенное свойство

Connected database session.
protected Session,Cassandra $session
Результат Cassandra\Session

$tableNamePrefix защищенное свойство

Table name prefix being used for the test.
protected string $tableNamePrefix
Результат string