- Queries
- All Atoms
- Search
- Advanced Search
Diviner All Atoms
All Atoms
All Atoms
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Class
- Method
- Method
- Class
- Method
- Method
- Method
- Thrown by storage engines to indicate an configuration error which should abort the storage attempt, as opposed to a transient storage error which should be retried on other engines.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Amazon S3 file storage engine. This engine scales well but is relatively high-latency since data has to be pulled off S3.
- Class
- Create a new S3 API object.
- Method
- Retrieve the S3 bucket name.
- Method
- Delete a blob from Amazon S3.
- Method
- Load a stored blob from Amazon S3.
- Method
- Writes file data into Amazon S3.
- Method
- Method
- Method
- This engine identifies as `amazon-s3`.
- Method
- Test storage engine. Does not actually store files. Used for unit tests.
- Class
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Method
- Defines a storage engine which can write file data somewhere (like a database, local disk, Amazon S3, the A:\ drive, or a custom filer) and retrieve it later.
- Class
- Method
- Return the largest file size which can not be uploaded in chunks.
- Method
- Method
- Method
- Method
- Method
- Select viable default storage engines according to configuration. We'll select the MySQL and Local Disk storage engines if they are configured to allow a given file.
- Method
- Delete the data for a file previously written by @{method:writeFile}.
- Method
- Read the contents of a file previously written by @{method:writeFile}.
- Method
- Write file data to the backing storage and return a handle which can later be used to read or delete it. For example, if the backing storage is local disk, the handle could be the path to the file.
- Method
- Identifies chunking storage engines.
- Method
- Identifies storage engines that support unit tests.
- Method
- Return maximum storable file size, in bytes.
- Method
- Return `true` if the engine has a filesize limit on storable files.
- Method
- Return `true` if the engine is currently writable.
- Method
- Prioritize this engine relative to other engines.
- Method
- Return a unique, nonempty string which identifies this storage engine. This is used to look up the storage engine when files needs to be read or deleted. For instance, if you store files by giving them to a duck for safe keeping in his nest down by the pond, you might return 'duck' from this method.
- Method
- Construct a new storage engine.
- Method
- Local disk storage engine. Keeps files on local disk. This engine is easy to set up, but it doesn't work if you have multiple web frontends!
- Class
- Convert a handle into an absolute local disk path.
- Method
- Get the configured local disk path for file storage.
- Method
Copyright © LEAD Solutions B.V.