Skip navigation links

Package com.apple.foundationdb.record.provider.foundationdb.keyspace

A directory-like symbolic layout of keys in FoundationDB.

See: Description

Package com.apple.foundationdb.record.provider.foundationdb.keyspace Description

A directory-like symbolic layout of keys in FoundationDB.

All keys in FoundationDB used by the Record Layer are based on Tuples. The components of the tuple that represents the location (that is, tuple prefix) of a particular FDBRecordStore can depend on several separate pieces of identifying information about the record store. A KeySpace is a symbolic representation of this layout, giving names -- or constant values -- to each component. A KeySpacePath is a concrete instance of a KeySpace, somewhat like a directory pathname in a file system.

Skip navigation links