Package com.apple.foundationdb.system

Utilities for interacting with the system keyspace. In FoundationDB, those are keys beginning with the literal byte 0xff. These keys are used by the system to store configuration information as well as to provide endpoints for executing special functions (e.g., locking the database).

The contents of this package should generally be considered experimental. There is also a project to expose these special keys in a more systematic way. See: Special key space.