core RRD4J implementation.
-
class
A backend that store and provides access to data using a
ByteBuffer
, using java internal methods for
long, integer and others types.
class
Abstract byte array based backend.
class
Backend to be used to store all RRD bytes in memory.
class
Backend which is used to store RRD data to ordinary disk files
using java.nio.* package.
class
Backend which is used to store RRD data to ordinary files on the disk.
class
Backend which is used to store RRD data to ordinary files on the disk, using locking.
Creates RrdBackend object for the given storage path.
Creates RrdBackend object for the given storage path.
Returns the underlying storage (backend) object which actually performs all
I/O operations.
Returns the underlying storage (backend) object which actually performs all
I/O operations.
Returns the underlying storage (backend) object which actually performs all
I/O operations.
Returns the underlying storage (backend) object which actually performs all
I/O operations.
Returns the underlying storage (backend) object which actually performs all
I/O operations.
Returns the underlying storage (backend) object which actually performs all
I/O operations.
Returns backend object for this RRD which performs actual I/O operations.
RrdBackendFactory.open(String path,
boolean readOnly)
RrdMemoryBackendFactory.open(String id,
boolean readOnly)
Creates RrdMemoryBackend object.
RrdNioBackendFactory.open(String path,
boolean readOnly)
Creates RrdNioBackend object for the given file path.
RrdRandomAccessFileBackendFactory.open(String path,
boolean readOnly)
Creates RrdFileBackend object for the given file path.
RrdSafeFileBackendFactory.open(String path,
boolean readOnly)
Creates RrdFileBackend object for the given file path.