Uses of Class
org.rrd4j.core.RrdBackend
Packages that use RrdBackend
-
Uses of RrdBackend in org.rrd4j.core
Subclasses of RrdBackend in org.rrd4j.coreModifier and TypeClassDescriptionclass
A backend that store and provides access to data using aByteBuffer
, 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.Methods in org.rrd4j.core that return RrdBackendModifier and TypeMethodDescription(package private) RrdBackend
RrdBackendFactory.getBackend
(RrdDb rrdDb, String path, boolean readOnly) Creates RrdBackend object for the given storage path.(package private) RrdBackend
RrdBackendFactory.getBackend
(RrdDb rrdDb, URI uri, boolean readOnly) Creates RrdBackend object for the given storage path.Archive.getRrdBackend()
Returns the underlying storage (backend) object which actually performs all I/O operations.ArcState.getRrdBackend()
Returns the underlying storage (backend) object which actually performs all I/O operations.Datasource.getRrdBackend()
Returns the underlying storage (backend) object which actually performs all I/O operations.Header.getRrdBackend()
Returns the underlying storage (backend) object which actually performs all I/O operations.Robin.getRrdBackend()
Returns the underlying storage (backend) object which actually performs all I/O operations.RobinArray.getRrdBackend()
getRrdBackend.RobinMatrix.getRrdBackend()
Returns the underlying storage (backend) object which actually performs all I/O operations.RrdDb.getRrdBackend()
Returns backend object for this RRD which performs actual I/O operations.RrdUpdater.getRrdBackend()
getRrdBackend.protected abstract RrdBackend
protected RrdBackend
Creates RrdMemoryBackend object.protected RrdBackend
Creates RrdNioBackend object for the given file path.protected RrdBackend
Creates RrdFileBackend object for the given file path.protected RrdBackend
Creates RrdFileBackend object for the given file path.