Package org.xiruss.repository.server.storagemanagement

Contains classes that manage the storage of Versions that are storage objects (that is, they contain data and act like files).

See:
          Description

Class Summary
DefaultFileStorageManagerConfiguration Default file storage manager configuration.
FileStorageManager A storage manager that manages files.
FileStorageManagerTest  
FileStorageObjectData Storage object data implementation that stores the data as a file on a file system.
InMemoryStorageManager  
InMemoryStorageObjectData Storage object data implementation that uses a string buffer to hold the storage object data.
StorageManagerBase Manages a collection of storage objects.
StorageObjectDataBase  
 

Package org.xiruss.repository.server.storagemanagement Description

Contains classes that manage the storage of Versions that are storage objects (that is, they contain data and act like files).