See: Description
Interface | Description |
---|---|
Directory |
Represents a directory in the
DirectoryLayer . |
Class | Description |
---|---|
DirectoryLayer |
Provides a class for managing directories in FoundationDB.
|
DirectorySubspace |
A DirectorySubspace represents the contents of a directory, but it
also remembers the path with which it was opened and offers convenience
methods to operate on the directory at that path.
|
PathUtil |
The
PathUtil class provides static helper functions useful for working
with directory paths. |
Exception | Description |
---|---|
DirectoryAlreadyExistsException |
A
DirectoryException that is thrown when a directory is being
created at or moved to a location that already has a directory present. |
DirectoryException |
An
Exception that is thrown by the directory layer corresponding
to a specific path. |
DirectoryMoveException |
An
Exception that is thrown when an invalid directory move
is attempted. |
DirectoryVersionException |
An
Exception that is thrown when the version of the directory layer
used to create directories in the database is incompatible with this version
of the directory layer. |
MismatchedLayerException |
A
DirectoryException that is thrown when a directory is opened with an incompatible layer. |
NoSuchDirectoryException |
A
DirectoryException that is thrown when a directory that doesn't
exist is used. |