bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <FileCache.h>
Public Member Functions | |
int | get_fd () const |
bool | lock_the_item (int lock_type, const std::string &msg="") const |
const PutItem & | operator= (const PutItem &)=delete |
PutItem (const PutItem &)=delete | |
PutItem (FileCache &fc) | |
void | set_fd (int fd) |
A PutItem wraps a file descriptor just like an Item, but also ensures that the cache_info file is updated to include the new item's size when the PutIem goes out of scope.
Definition at line 376 of file FileCache.h.
|
inlineexplicit |
Definition at line 381 of file FileCache.h.
|
inlineoverride |
Definition at line 384 of file FileCache.h.
|
inlineinherited |
Definition at line 342 of file FileCache.h.
|
inlineinherited |
Definition at line 349 of file FileCache.h.
|
inlineinherited |
Definition at line 345 of file FileCache.h.