public class

DataChunk

extends Object
java.lang.Object
   ↳ org.rrd4j.core.jrrd.DataChunk

Class Overview

Models a chunk of result data from an RRDatabase.

Summary

Public Methods
String toString()
Returns a summary of the contents of this data chunk.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String toString ()

Returns a summary of the contents of this data chunk. The first column is the time (RRD format) and the following columns are the data source values.

Returns
  • a summary of the contents of this data chunk.