(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.
|
RrdBackend |
Archive.getRrdBackend() |
Returns the underlying storage (backend) object which actually performs all
I/O operations.
|
RrdBackend |
ArcState.getRrdBackend() |
Returns the underlying storage (backend) object which actually performs all
I/O operations.
|
RrdBackend |
Datasource.getRrdBackend() |
Returns the underlying storage (backend) object which actually performs all
I/O operations.
|
RrdBackend |
Header.getRrdBackend() |
Returns the underlying storage (backend) object which actually performs all
I/O operations.
|
RrdBackend |
Robin.getRrdBackend() |
Returns the underlying storage (backend) object which actually performs all
I/O operations.
|
RrdBackend |
RobinArray.getRrdBackend() |
getRrdBackend.
|
RrdBackend |
RobinMatrix.getRrdBackend() |
Returns the underlying storage (backend) object which actually performs all
I/O operations.
|
RrdBackend |
RrdDb.getRrdBackend() |
Returns backend object for this RRD which performs actual I/O operations.
|
RrdBackend |
RrdUpdater.getRrdBackend() |
getRrdBackend.
|
protected abstract RrdBackend |
RrdBackendFactory.open(String path,
boolean readOnly) |
|
protected RrdBackend |
RrdMemoryBackendFactory.open(String id,
boolean readOnly) |
Creates RrdMemoryBackend object.
|
protected RrdBackend |
RrdNioBackendFactory.open(String path,
boolean readOnly) |
Creates RrdNioBackend object for the given file path.
|
protected RrdBackend |
RrdRandomAccessFileBackendFactory.open(String path,
boolean readOnly) |
Creates RrdFileBackend object for the given file path.
|
protected RrdBackend |
RrdSafeFileBackendFactory.open(String path,
boolean readOnly) |
Creates RrdFileBackend object for the given file path.
|