|
Class Summary |
| Interface |
This is a singleton class which provides an interface through which
RRD (Round Robin Database) functions (rrd_create(), rrd_update(), and others)
can be accessed from Java code. |
| JniRrdStrategy |
Provides an rrdtool based implementation of RrdStrategy. |
| JRobinRrdStrategy |
Provides a JRobin based implementation of RrdStrategy. |
| QueuingRrdStrategy |
Provides queueing implementation of RrdStrategy. |
| QueuingRrdStrategy.Operation |
This is the base class for an enqueueable operation |
| RrdConfig |
Provides access to the rrd configuration data. |
| RRDDataSource |
This class encapsulates an RRDTool data source. |
| RrdUtils |
Provides static methods for interacting with round robin files. |
| StressTest |
|