public __construct ( $className, string $testName = "", integer $numberDC1Nodes = 1, integer $numberDC2Nodes, integer $replicationFactor, boolean $isClientAuthentication = false, boolean $isSSL = false, boolean $isUserDefinedAggregatesFunctions = false ) : Integration |
$className |
|
Name of the class for the executed test. |
$testName |
string |
Name of the test being executed. |
$numberDC1Nodes |
integer |
Number of nodes in data center one
(DEFAULT: 1). |
$numberDC2Nodes |
integer |
Number of nodes in data center two
(DEFAULT: 0). |
$replicationFactor |
integer |
Replication factor override; default is
calculated based on number of data center
nodes; single data center is (nodes / 2)
rounded up. |
$isClientAuthentication |
boolean |
True if client authentication
should be enabled; false
otherwise (DEFAULT: false). |
$isSSL |
boolean |
True if SSL should be enabled; false otherwise
(DEFAULT: false). |
$isUserDefinedAggregatesFunctions |
boolean |
True if UDA/UDF
functionality should be
enabled; false otherwise
(DEFAULT: false). |
Результат |
Integration |
Instance of the Integration class created. |