Holumbus-Storage-0.0.1: a distributed storage systemSource codeContentsIndex
Holumbus.FileSystem.Storage.FileStorage
Portabilityportable
Stabilityexperimental
MaintainerStefan Schmidt (stefanschmidt@web.de)
Contents
datatypes
storage initialisation
Description

Version : 0.1

Implementation of the storage class. The FileStorage saves each file in a single physical file. The metadata of the files is hold in an extra directory an saved on disk.

Synopsis
data FileStorage
newFileStorage :: FilePath -> FilePath -> FileStorage
datatypes
data FileStorage Source
The filestorage datatype. Every file is physically saved in one file on the harddisk
show/hide Instances
storage initialisation
newFileStorageSource
:: FilePaththe path of the filestorage on disk
-> FilePaththe name of the directory file
-> FileStorage
Create a new filestorage, which is empty an contains no files
Produced by Haddock version 2.4.2