@@ -51,12 +51,6 @@ CASS_EXPORT CassError cass_cluster_set_authenticator_callbacks(
51
51
CassAuthenticatorDataCleanupCallback cleanup_callback, void * data) {
52
52
throw std::runtime_error (" UNIMPLEMENTED cass_cluster_set_authenticator_callbacks\n " );
53
53
}
54
- CASS_EXPORT void cass_cluster_set_blacklist_dc_filtering (CassCluster* cluster, const char * dcs) {
55
- throw std::runtime_error (" UNIMPLEMENTED cass_cluster_set_blacklist_dc_filtering\n " );
56
- }
57
- CASS_EXPORT void cass_cluster_set_blacklist_filtering (CassCluster* cluster, const char * hosts) {
58
- throw std::runtime_error (" UNIMPLEMENTED cass_cluster_set_blacklist_filtering\n " );
59
- }
60
54
CASS_EXPORT CassError cass_cluster_set_cloud_secure_connection_bundle_no_ssl_lib_init (
61
55
CassCluster* cluster, const char * path) {
62
56
throw std::runtime_error (
@@ -88,12 +82,6 @@ CASS_EXPORT void cass_cluster_set_timestamp_gen(CassCluster* cluster,
88
82
CassTimestampGen* timestamp_gen) {
89
83
throw std::runtime_error (" UNIMPLEMENTED cass_cluster_set_timestamp_gen\n " );
90
84
}
91
- CASS_EXPORT void cass_cluster_set_whitelist_dc_filtering (CassCluster* cluster, const char * dcs) {
92
- throw std::runtime_error (" UNIMPLEMENTED cass_cluster_set_whitelist_dc_filtering\n " );
93
- }
94
- CASS_EXPORT void cass_cluster_set_whitelist_filtering (CassCluster* cluster, const char * hosts) {
95
- throw std::runtime_error (" UNIMPLEMENTED cass_cluster_set_whitelist_filtering\n " );
96
- }
97
85
CASS_EXPORT CassError cass_collection_append_custom (CassCollection* collection,
98
86
const char * class_name,
99
87
const cass_byte_t * value, size_t value_size) {
@@ -110,22 +98,6 @@ CASS_EXPORT void cass_custom_payload_set(CassCustomPayload* payload, const char*
110
98
const cass_byte_t * value, size_t value_size) {
111
99
throw std::runtime_error (" UNIMPLEMENTED cass_custom_payload_set\n " );
112
100
}
113
- CASS_EXPORT CassError cass_execution_profile_set_blacklist_dc_filtering (CassExecProfile* profile,
114
- const char * dcs) {
115
- throw std::runtime_error (" UNIMPLEMENTED cass_execution_profile_set_blacklist_dc_filtering\n " );
116
- }
117
- CASS_EXPORT CassError cass_execution_profile_set_blacklist_filtering (CassExecProfile* profile,
118
- const char * hosts) {
119
- throw std::runtime_error (" UNIMPLEMENTED cass_execution_profile_set_blacklist_filtering\n " );
120
- }
121
- CASS_EXPORT CassError cass_execution_profile_set_whitelist_dc_filtering (CassExecProfile* profile,
122
- const char * dcs) {
123
- throw std::runtime_error (" UNIMPLEMENTED cass_execution_profile_set_whitelist_dc_filtering\n " );
124
- }
125
- CASS_EXPORT CassError cass_execution_profile_set_whitelist_filtering (CassExecProfile* profile,
126
- const char * hosts) {
127
- throw std::runtime_error (" UNIMPLEMENTED cass_execution_profile_set_whitelist_filtering\n " );
128
- }
129
101
CASS_EXPORT CassError cass_function_meta_argument (const CassFunctionMeta* function_meta,
130
102
size_t index, const char ** name,
131
103
size_t * name_length, const CassDataType** type) {
0 commit comments