Interface OStorage

All Superinterfaces:
OStorageInfo
All Known Subinterfaces:
OIdentifiableStorage
All Known Implementing Classes:
OAbstractPaginatedStorage, ODirectMemoryStorage, OEnterpriseLocalPaginatedStorage, OLocalPaginatedStorage

public interface OStorage extends OStorageInfo
This is the gateway interface between the Database side and the storage. Provided implementations are: Local, Remote and Memory.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also: