ExScylla.Native (ex_scylla v0.5.1)
Summary
Functions
Link to this function
b_append_statement(batch, statement)
Link to this function
b_get_consistency(batch)
Link to this function
b_get_execution_profile_handle(batch)
Link to this function
b_get_is_idempotent(batch)
Link to this function
b_get_retry_policy(batch)
Link to this function
b_get_serial_consistency(batch)
Link to this function
b_get_timestamp(batch)
Link to this function
b_get_tracing(batch)
Link to this function
b_get_type(batch)
Link to this function
b_new(batch_type)
Link to this function
b_new_with_statements(batch_type, statements)
Link to this function
b_set_consistency(batch, consistency)
Link to this function
b_set_execution_profile_handle(batch, profile_handle)
Link to this function
b_set_is_idempotent(batch, is_idempotent)
Link to this function
b_set_retry_policy(batch, retry_policy)
Link to this function
b_set_serial_consistency(batch, sc)
Link to this function
b_set_timestamp(batch, timestamp_micros)
Link to this function
b_set_tracing(batch, should_trace)
Link to this function
dp_default()
Link to this function
dpb_build(dpb)
Link to this function
dpb_enable_shuffling_replicas(dpb, enable)
Link to this function
dpb_latency_awareness(dpb, latency_awarness_builder)
Link to this function
dpb_new()
Link to this function
dpb_permit_dc_failover(dpb, permit)
Link to this function
dpb_prefer_datacenter(dpb, datacenter_name)
Link to this function
dpb_prefer_rack(dpb, rack_name)
Link to this function
dpb_token_aware(dpb, is_token_aware)
Link to this function
ep_builder()
Link to this function
ep_into_handle(ep)
Link to this function
ep_into_handle_with_label(ep, label)
Link to this function
ep_to_builder(ep)
Link to this function
epb_build(epb)
Link to this function
epb_consistency(epb, consistency)
Link to this function
epb_load_balancing_policy(epb, load_balancing_policy)
Link to this function
epb_request_timeout(epb, timeout_ms)
Link to this function
epb_retry_policy(epb, retry_policy)
Link to this function
epb_serial_consistency(epb, serial_consistency)
Link to this function
epb_speculative_execution_policy(epb, speculative_execution_policy)
Link to this function
eph_map_to_another_profile(eph, profile)
Link to this function
eph_pointee_to_builder(eph)
Link to this function
lab_exclusion_threshold(lab, exclusion_threshold)
Link to this function
lab_minimum_measurements(lab, minimum_measurements)
Link to this function
lab_new()
Link to this function
lab_retry_period(lab, retry_period_ms)
Link to this function
lab_scale(lab, scale_ms)
Link to this function
lab_update_rate(lab, update_rate_ms)
Link to this function
ps_compute_partition_key(ps, bound_values)
Link to this function
ps_disable_paging(ps)
Link to this function
ps_get_consistency(ps)
Link to this function
ps_get_execution_profile_handle(ps)
Link to this function
ps_get_id(ps)
Link to this function
ps_get_is_idempotent(ps)
Link to this function
ps_get_keyspace_name(ps)
Link to this function
ps_get_page_size(ps)
Link to this function
ps_get_prepare_tracing_ids(ps)
Link to this function
ps_get_prepared_metadata(ps)
Link to this function
ps_get_request_timeout(ps)
Link to this function
ps_get_retry_policy(ps)
Link to this function
ps_get_serial_consistency(ps)
Link to this function
ps_get_statement(ps)
Link to this function
ps_get_table_name(ps)
Link to this function
ps_get_timestamp(ps)
Link to this function
ps_get_tracing(ps)
Link to this function
ps_is_confirmed_lwt(ps)
Link to this function
ps_is_token_aware(ps)
Link to this function
ps_set_consistency(ps, consistency)
Link to this function
ps_set_execution_profile_handle(ps, profile_handle)
Link to this function
ps_set_is_idempotent(ps, is_idempotent)
Link to this function
ps_set_page_size(ps, page_size)
Link to this function
ps_set_request_timeout(ps, timeout_ms)
Link to this function
ps_set_retry_policy(ps)
Link to this function
ps_set_serial_consistency(ps, sc)
Link to this function
ps_set_timestamp(ps, timestamp_micros)
Link to this function
ps_set_tracing(ps, should_trace)
Link to this function
q_disable_paging(q)
Link to this function
q_get_consistency(q)
Link to this function
q_get_execution_profile_handle(q)
Link to this function
q_get_is_idempotent(q)
Link to this function
q_get_page_size(q)
Link to this function
q_get_request_timeout(q)
Link to this function
q_get_retry_policy(q)
Link to this function
q_get_serial_consistency(q)
Link to this function
q_get_timestamp(q)
Link to this function
q_get_tracing(q)
Link to this function
q_new(query_text)
Link to this function
q_set_consistency(q, consistency)
Link to this function
q_set_execution_profile_handle(q, profile_handle)
Link to this function
q_set_is_idempotent(q, is_idempotent)
Link to this function
q_set_page_size(q, page_size)
Link to this function
q_set_request_timeout(q, timeout_ms)
Link to this function
q_set_retry_policy(q)
Link to this function
q_set_serial_consistency(q, sc)
Link to this function
q_set_timestamp(q, timestamp)
Link to this function
q_set_tracing(q, should_trace)
Link to this function
q_with_page_size(q, page_size)
Link to this function
s_await_schema_agreement(opaque, session)
Link to this function
s_await_timed_schema_agreement(opaque, session, timeout_ms)
Link to this function
s_batch(opaque, session, batch, values)
Link to this function
s_calculate_token(session, prepared, values)
Link to this function
s_check_schema_agreement(opaque, session)
Link to this function
s_execute(opaque, session, prepared, values)
Link to this function
s_execute_paged(opaque, session, prepared, values, paging_state)
Link to this function
s_fetch_schema_version(opaque, session)
Link to this function
s_prepare(opaque, session, query)
Link to this function
s_query(opaque_, session, query, values)
Link to this function
s_query_paged(opaque, session, query, values, paging_state)
Link to this function
s_refresh_metadata(opaque, session)
Link to this function
s_use_keyspace(opaque, session, keyspace_name, case_sensitive)
Link to this function
sb_auto_schema_agreement_timeout(sbr, timeout_ms)
Link to this function
sb_build(opaque, sbr)
Link to this function
sb_compression(sbr, compression)
Link to this function
sb_connection_timeout(sbr, timeout_ms)
Link to this function
sb_default_execution_profile_handle(sbr, ephr)
Link to this function
sb_disallow_shard_aware_port(sbr, disallow)
Link to this function
sb_fetch_schema_metadata(sbr, fetch)
Link to this function
sb_keepalive_interval(sbr, interval_ms)
Link to this function
sb_keepalive_timeout(sbr, timeout_ms)
Link to this function
sb_keyspaces_to_fetch(sbr, keyspaces)
Link to this function
sb_known_node(sbr, hostname)
Link to this function
sb_known_node_addr(sbr, node_addr)
Link to this function
sb_known_nodes(sbr, hostnames)
Link to this function
sb_known_nodes_addr(sbr, node_addrs)
Link to this function
sb_new()
Link to this function
sb_no_auto_schema_agreement(sbr)
Link to this function
sb_pool_size(sbr, size)
Link to this function
sb_refresh_metadata_on_auto_schema_agreement(sbr, refresh_metadata)
Link to this function
sb_schema_agreement_interval(sbr, interval_ms)
Link to this function
sb_tcp_keepalive_interval(sbr, interval_ms)
Link to this function
sb_tcp_nodelay(sbr, nodelay)
Link to this function
sb_tracing_info_fetch_attempts(sbr, attempts)
Link to this function
sb_tracing_info_fetch_consistency(sbr, consistency)
Link to this function
sb_tracing_info_fetch_interval(sbr, interval_ms)
Link to this function
sb_user(sbr, username, passwd)
Link to this function