java.lang.Object | ||
↳ | org.rrd4j.core.RrdBackendFactory | |
↳ | org.rrd4j.core.RrdFileBackendFactory |
![]() |
Factory class which creates actual RrdFileBackend
objects. This was the default
backend factory in Rrd4j before 1.4.0 release.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name (primary ID) for the factory.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Method to determine if a file with the given path already exists.
| |||||||||||
Creates RrdFileBackend object for the given file path.
| |||||||||||
Determines if the header should be validated.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the name (primary ID) for the factory.
Method to determine if a file with the given path already exists.
path | File path |
---|
Creates RrdFileBackend object for the given file path.
path | File path |
---|---|
readOnly | True, if the file should be accessed in read/only mode. False otherwise. |
IOException | Thrown in case of I/O error. |
---|
Determines if the header should be validated.
IOException |
---|