vedang / clj_fdb

A thin Clojure wrapper for the Java API for FoundationDB.
https://vedang.github.io/clj_fdb/
Eclipse Public License 1.0
25 stars 9 forks source link

Add wrapper fns for DirectoryLayer and DirectorySubspace #14

Closed vedang closed 3 years ago

vedang commented 6 years ago

Both these classes implement the com.apple.foundationdb.directory.Directory interface, and together provide the crux of the Directory functionality in FoundationDB.

  1. Implement src/clj_fdb/directory/layer.clj and src/clj_fdb/directory/subspace.clj along the lines of com.apple.foundationdb.directory.DirectoryLayer and com.apple.foundationdb.directory.DirectorySubspace.
  2. Add relevant tests for these namespaces
  3. Update the README to indicate that these functions are available.

Javadocs for Reference: