Home
last modified time | relevance | path

Searched defs:is_dse (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dprotocol.cpp45 ProtocolVersion ProtocolVersion::highest_supported(bool is_dse) { in highest_supported()
59 bool ProtocolVersion::is_dse() const { return (value_ & DSE_PROTOCOL_VERSION_BIT) != 0; } in is_dse() function in ProtocolVersion
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/ccm/
H A Dbridge.hpp514 bool is_dse() { return server_type_ == ServerType::DSE; } in is_dse() function in CCM::Bridge
H A Dbridge.cpp550 bool is_dse /*= false*/, bool is_yaml /*= false*/) { in update_cluster_configuration()
564 bool is_dse /*= false*/) { in update_cluster_configuration()
577 bool is_dse /*= false*/) { in update_cluster_configuration_yaml()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Doptions.cpp452 bool Options::is_dse() { return server_type_ == CCM::ServerType::DSE; } in is_dse() function in Options