Module fdb::tenant

source · []
Expand description

Provides FdbTenant type for working with FDB Tenants.

Clients operating on a FdbTenant should, in most cases use the run method. This implements a proper retry loop around the work that needs to be done and, assure that commit has returned successfully before returning.

Structs

FdbTenant provides APIs for transactionally interacting with Tenants.

The FDB API includes function to manage the set of tenants in a cluster.