You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick look at the current documentation for 7.2 shows that the following native methods are not implemented currently:
fdb_add_network_thread_completion_hook
fdb_future_get_key_array
fdb_database_open_tenant
fdb_database_reboot_worker
fdb_database_force_recovery_with_data_loss
fdb_database_create_snapshot
fdb_database_get_main_thread_busyness
fdb_tenant_destroy
fdb_tenant_create_transaction
fdb_transaction_get_estimated_range_size_bytes
fdb_transaction_get_range_split_points
fdb_error_predicate
These should be added and exposed in the public API.
The new Tenant API needs probably some special handling because it seems to obsolete the previous solution of using top-level partition with the Directory Layer.
The text was updated successfully, but these errors were encountered:
A quick look at the current documentation for 7.2 shows that the following native methods are not implemented currently:
fdb_add_network_thread_completion_hook
fdb_future_get_key_array
fdb_database_open_tenant
fdb_database_reboot_worker
fdb_database_force_recovery_with_data_loss
fdb_database_create_snapshot
fdb_database_get_main_thread_busyness
fdb_tenant_destroy
fdb_tenant_create_transaction
fdb_transaction_get_estimated_range_size_bytes
fdb_transaction_get_range_split_points
fdb_error_predicate
These should be added and exposed in the public API.
The new Tenant API needs probably some special handling because it seems to obsolete the previous solution of using top-level partition with the Directory Layer.
The text was updated successfully, but these errors were encountered: