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 TypeClassDescriptionclassA backend that store and provides access to data using aByteBuffer, using java internal methods for long, integer and others types.classAbstract byte array based backend.classBackend to be used to store all RRD bytes in memory.classBackend which is used to store RRD data to ordinary disk files using java.nio.* package.classBackend which is used to store RRD data to ordinary files on the disk.classBackend 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) RrdBackendRrdBackendFactory.getBackend(RrdDb rrdDb, String path, boolean readOnly) Creates RrdBackend object for the given storage path.(package private) RrdBackendRrdBackendFactory.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 RrdBackendprotected RrdBackendCreates RrdMemoryBackend object.protected RrdBackendCreates RrdNioBackend object for the given file path.protected RrdBackendCreates RrdFileBackend object for the given file path.protected RrdBackendCreates RrdFileBackend object for the given file path.