org.jrobin.core
public class RrdSafeFileBackend extends RrdFileBackend
Constructor Summary | |
---|---|
RrdSafeFileBackend(String path, long lockWaitTime, long lockRetryPeriod)
Creates RrdFileBackend object for the given file path, backed by RandomAccessFile object.
|
Method Summary | |
---|---|
void | close() |
static String | getLockInfo() |
protected boolean | isCachingAllowed()
Defines the caching policy for this backend.
|
Parameters: path Path to a file
Throws: IOException Thrown in case of I/O error
Returns: false