package
Version:
v0.0.0-...-21f2861
Opens a new window with list of versions in this module.
Published: Sep 8, 2014
License: Apache-2.0
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package diskpacked registers the "diskpacked" blobserver storage type,
storing blobs in sequence of monolithic data files indexed by a kvfile index.
Example low-level config:
"/storage/": {
"handler": "storage-diskpacked",
"handlerArgs": {
"path": "/var/camlistore/blobs"
}
},
IsDir reports whether dir is a diskpacked directory.
New returns a diskpacked storage implementation, adding blobs to
the provided directory. It doesn't delete any existing blob pack
files.
Reindex rewrites the index files of the diskpacked .pack files
Source Files
¶
Click to show internal directories.
Click to hide internal directories.