PHP 클래스 Cassandra\BasicIntegrationTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: datastax/php-driver

보호된 프로퍼티들

프로퍼티 타입 설명
$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