Interface | Description |
---|---|
IStorageService |
The interface to persistent storage used for C.R.U.D.
|
Class | Description |
---|---|
OFMStorageManager |
This class enables a persistent storage for the controller.
|
Storage |
This class provides RESTful APIs for applications using
IStorageService Interface. |
StorageConverter |
This class provides useful static methods to convert
various types of objects to perform I/O operations on persistent storage.
|
Exception | Description |
---|---|
StorageException |
Signals that an storage related exception of some sort has occurred.
|