Skip to main content

EventOps

Struct EventOps 

Source
pub struct EventOps { /* private fields */ }
Expand description

EventOps

Operation counters.

Implementations§

Source§

impl EventOps

Source

pub const fn load_calls(&self) -> u64

Source

pub const fn save_calls(&self) -> u64

Source

pub const fn delete_calls(&self) -> u64

Source

pub const fn save_insert_calls(&self) -> u64

Source

pub const fn save_update_calls(&self) -> u64

Source

pub const fn save_replace_calls(&self) -> u64

Source

pub const fn exec_success(&self) -> u64

Source

pub const fn exec_error_corruption(&self) -> u64

Source

pub const fn exec_error_incompatible_persisted_format(&self) -> u64

Source

pub const fn exec_error_not_found(&self) -> u64

Source

pub const fn exec_error_internal(&self) -> u64

Source

pub const fn exec_error_conflict(&self) -> u64

Source

pub const fn exec_error_unsupported(&self) -> u64

Source

pub const fn exec_error_invariant_violation(&self) -> u64

Source

pub const fn exec_aborted(&self) -> u64

Source

pub const fn cache_shared_query_plan_hits(&self) -> u64

Source

pub const fn cache_shared_query_plan_misses(&self) -> u64

Source

pub const fn cache_shared_query_plan_inserts(&self) -> u64

Source

pub const fn cache_shared_query_plan_entries(&self) -> u64

Source

pub const fn cache_shared_query_plan_miss_cold(&self) -> u64

Source

pub const fn cache_shared_query_plan_miss_distinct_key(&self) -> u64

Source

pub const fn cache_shared_query_plan_miss_method_version(&self) -> u64

Source

pub const fn cache_shared_query_plan_miss_schema_fingerprint(&self) -> u64

Source

pub const fn cache_shared_query_plan_miss_visibility(&self) -> u64

Source

pub const fn cache_sql_compiled_command_hits(&self) -> u64

Source

pub const fn cache_sql_compiled_command_misses(&self) -> u64

Source

pub const fn cache_sql_compiled_command_inserts(&self) -> u64

Source

pub const fn cache_sql_compiled_command_entries(&self) -> u64

Source

pub const fn cache_sql_compiled_command_miss_cold(&self) -> u64

Source

pub const fn cache_sql_compiled_command_miss_distinct_key(&self) -> u64

Source

pub const fn cache_sql_compiled_command_miss_method_version(&self) -> u64

Source

pub const fn cache_sql_compiled_command_miss_schema_fingerprint(&self) -> u64

Source

pub const fn cache_sql_compiled_command_miss_surface(&self) -> u64

Source

pub const fn schema_reconcile_checks(&self) -> u64

Source

pub const fn schema_reconcile_exact_match(&self) -> u64

Source

pub const fn schema_reconcile_first_create(&self) -> u64

Source

pub const fn schema_reconcile_latest_snapshot_corrupt(&self) -> u64

Source

pub const fn schema_reconcile_rejected_field_slot(&self) -> u64

Source

pub const fn schema_reconcile_rejected_other(&self) -> u64

Source

pub const fn schema_reconcile_rejected_row_layout(&self) -> u64

Source

pub const fn schema_reconcile_rejected_schema_version(&self) -> u64

Source

pub const fn schema_reconcile_store_write_error(&self) -> u64

Source

pub const fn schema_transition_checks(&self) -> u64

Source

pub const fn schema_transition_append_only_nullable_fields(&self) -> u64

Source

pub const fn schema_transition_exact_match(&self) -> u64

Source

pub const fn schema_transition_rejected_entity_identity(&self) -> u64

Source

pub const fn schema_transition_rejected_field_contract(&self) -> u64

Source

pub const fn schema_transition_rejected_field_slot(&self) -> u64

Source

pub const fn schema_transition_rejected_row_layout(&self) -> u64

Source

pub const fn schema_transition_rejected_schema_version(&self) -> u64

Source

pub const fn schema_transition_rejected_snapshot(&self) -> u64

Source

pub const fn schema_store_snapshots(&self) -> u64

Source

pub const fn schema_store_encoded_bytes(&self) -> u64

Source

pub const fn schema_store_latest_snapshot_bytes(&self) -> u64

Source

pub const fn accepted_schema_fields(&self) -> u64

Source

pub const fn accepted_schema_nested_leaf_facts(&self) -> u64

Source

pub const fn sql_compile_rejects(&self) -> u64

Source

pub const fn sql_compile_reject_cache_key(&self) -> u64

Source

pub const fn sql_compile_reject_parse(&self) -> u64

Source

pub const fn sql_compile_reject_semantic(&self) -> u64

Source

pub const fn plan_index(&self) -> u64

Source

pub const fn plan_keys(&self) -> u64

Source

pub const fn plan_range(&self) -> u64

Source

pub const fn plan_full_scan(&self) -> u64

Source

pub const fn plan_by_key(&self) -> u64

Source

pub const fn plan_by_keys(&self) -> u64

Source

pub const fn plan_key_range(&self) -> u64

Source

pub const fn plan_index_prefix(&self) -> u64

Source

pub const fn plan_index_multi_lookup(&self) -> u64

Source

pub const fn plan_index_range(&self) -> u64

Source

pub const fn plan_explicit_full_scan(&self) -> u64

Source

pub const fn plan_union(&self) -> u64

Source

pub const fn plan_intersection(&self) -> u64

Source

pub const fn plan_grouped_hash_materialized(&self) -> u64

Source

pub const fn plan_grouped_ordered_materialized(&self) -> u64

Source

pub const fn plan_choice_conflicting_primary_key_children_access_preferred( &self, ) -> u64

Source

pub const fn plan_choice_constant_false_predicate(&self) -> u64

Source

pub const fn plan_choice_empty_child_access_preferred(&self) -> u64

Source

pub const fn plan_choice_full_scan_access(&self) -> u64

Source

pub const fn plan_choice_intent_key_access_override(&self) -> u64

Source

pub const fn plan_choice_limit_zero_window(&self) -> u64

Source

pub const fn plan_choice_non_index_access(&self) -> u64

Source

pub const fn plan_choice_planner_composite_non_index(&self) -> u64

Source

pub const fn plan_choice_planner_full_scan_fallback(&self) -> u64

Source

pub const fn plan_choice_planner_key_set_access(&self) -> u64

Source

pub const fn plan_choice_planner_primary_key_lookup(&self) -> u64

Source

pub const fn plan_choice_planner_primary_key_range(&self) -> u64

Source

pub const fn plan_choice_required_order_primary_key_range_preferred( &self, ) -> u64

Source

pub const fn plan_choice_singleton_primary_key_child_access_preferred( &self, ) -> u64

Source

pub const fn prepared_shape_already_finalized(&self) -> u64

Source

pub const fn prepared_shape_generated_fallback(&self) -> u64

Source

pub const fn rows_loaded(&self) -> u64

Source

pub const fn rows_saved(&self) -> u64

Source

pub const fn rows_inserted(&self) -> u64

Source

pub const fn rows_updated(&self) -> u64

Source

pub const fn rows_replaced(&self) -> u64

Source

pub const fn rows_scanned(&self) -> u64

Source

pub const fn rows_filtered(&self) -> u64

Source

pub const fn rows_aggregated(&self) -> u64

Source

pub const fn rows_emitted(&self) -> u64

Source

pub const fn load_candidate_rows_scanned(&self) -> u64

Source

pub const fn load_candidate_rows_filtered(&self) -> u64

Source

pub const fn load_result_rows_emitted(&self) -> u64

Source

pub const fn rows_deleted(&self) -> u64

Source

pub const fn sql_insert_calls(&self) -> u64

Source

pub const fn sql_insert_select_calls(&self) -> u64

Source

pub const fn sql_update_calls(&self) -> u64

Source

pub const fn sql_delete_calls(&self) -> u64

Source

pub const fn sql_write_matched_rows(&self) -> u64

Source

pub const fn sql_write_mutated_rows(&self) -> u64

Source

pub const fn sql_write_returning_rows(&self) -> u64

Source

pub const fn sql_write_error_insert(&self) -> u64

Source

pub const fn sql_write_error_insert_select(&self) -> u64

Source

pub const fn sql_write_error_update(&self) -> u64

Source

pub const fn sql_write_error_delete(&self) -> u64

Source

pub const fn sql_write_error_corruption(&self) -> u64

Source

pub const fn sql_write_error_incompatible_persisted_format(&self) -> u64

Source

pub const fn sql_write_error_not_found(&self) -> u64

Source

pub const fn sql_write_error_internal(&self) -> u64

Source

pub const fn sql_write_error_conflict(&self) -> u64

Source

pub const fn sql_write_error_unsupported(&self) -> u64

Source

pub const fn sql_write_error_invariant_violation(&self) -> u64

Source

pub const fn index_inserts(&self) -> u64

Source

pub const fn index_removes(&self) -> u64

Source

pub const fn reverse_index_inserts(&self) -> u64

Source

pub const fn reverse_index_removes(&self) -> u64

Source

pub const fn relation_reverse_lookups(&self) -> u64

Source

pub const fn relation_delete_blocks(&self) -> u64

Source

pub const fn write_rows_touched(&self) -> u64

Source

pub const fn write_index_entries_changed(&self) -> u64

Source

pub const fn write_reverse_index_entries_changed(&self) -> u64

Source

pub const fn write_relation_checks(&self) -> u64

Source

pub const fn unique_violations(&self) -> u64

Source

pub const fn non_atomic_partial_commits(&self) -> u64

Source

pub const fn non_atomic_partial_rows_committed(&self) -> u64

Source

pub const fn load_selectivity_ratio(&self) -> Option<MetricRatio>

Returns result rows emitted per load candidate row scanned.

Source

pub const fn load_filter_ratio(&self) -> Option<MetricRatio>

Returns candidate rows filtered per load candidate row scanned.

Source

pub const fn sql_write_mutation_ratio(&self) -> Option<MetricRatio>

Returns SQL-mutated rows per SQL-matched row.

Source

pub const fn sql_write_returning_ratio(&self) -> Option<MetricRatio>

Returns SQL RETURNING rows per SQL-mutated row.

Source

pub const fn write_index_entries_per_row(&self) -> Option<MetricRatio>

Returns primary index entries changed per write row touched.

Source

pub const fn write_reverse_index_entries_per_row(&self) -> Option<MetricRatio>

Returns reverse-index entries changed per write row touched.

Source

pub const fn write_relation_checks_per_row(&self) -> Option<MetricRatio>

Returns relation checks performed per write row touched.

Trait Implementations§

Source§

impl CandidType for EventOps

Source§

fn _ty() -> Type

Source§

fn _ty_doc() -> TypeDoc

Source§

fn id() -> TypeId

Source§

fn idl_serialize<__S>(&self, __serializer: __S) -> Result<(), __S::Error>
where __S: Serializer,

Source§

fn ty() -> Type

Source§

impl Clone for EventOps

Source§

fn clone(&self) -> EventOps

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for EventOps

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for EventOps

Source§

fn default() -> EventOps

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for EventOps

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,