Home
last modified time | relevance | path

Searched refs:cluster_ip_addresses (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_control_connection.cpp569 std::vector<std::string> cluster_ip_addresses = ccm_->cluster_ip_addresses(); in CASSANDRA_INTEGRATION_TEST_F() local
570 for (unsigned short i = 0; i < cluster_ip_addresses.size(); ++i) { in CASSANDRA_INTEGRATION_TEST_F()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dbridge.hpp230 std::vector<std::string> cluster_ip_addresses(bool is_all = true);
H A Dbridge.cpp214 std::vector<std::string> CCM::Bridge::cluster_ip_addresses(bool is_all /*= true*/) { in cluster_ip_addresses() function in CCM::Bridge
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Dintegration.cpp391 std::vector<std::string> active_nodes = ccm_->cluster_ip_addresses(); in enable_cluster_tracing()