Searched refs:execution_profiles (Results 1 – 4 of 4) sorted by relevance
579 const json::Value& execution_profiles = data["executionProfiles"]; in TEST_F() local580 ASSERT_EQ(3u, execution_profiles.MemberCount()); in TEST_F()581 ASSERT_TRUE(execution_profiles.HasMember("default")); in TEST_F()582 ASSERT_TRUE(execution_profiles.HasMember("round_robin")); in TEST_F()605 ASSERT_FALSE(execution_profiles.HasMember("serialConsistency")); in TEST_F()606 ASSERT_FALSE(execution_profiles.HasMember("retryPolicy")); in TEST_F()607 ASSERT_FALSE(execution_profiles.HasMember("loadBalancing")); in TEST_F()611 ASSERT_FALSE(execution_profiles.HasMember("requestTimeoutMs")); in TEST_F()612 ASSERT_FALSE(execution_profiles.HasMember("consistency")); in TEST_F()613 ASSERT_FALSE(execution_profiles.HasMember("serialConsistency")); in TEST_F()[all …]
1 execution_profiles
306 execution_profiles(writer); in startup_message_data()359 void execution_profiles(ClientInsights::Writer& writer) { in execution_profiles() function in datastax::internal::enterprise::StartupMessageHandler
864 execution_profiles=None,964 if execution_profiles:973 if execution_profiles:974 self.profile_manager.profiles.update(execution_profiles)