12.4. Histories
The set of
Statistics
objects for a particular metric during a Window
is called the history of the metric, which is represented by the org.modeshape.jcr.api.monitor.History
interface:
Note
The
org.modeshape.jcr.api.value.DateTime
interface is an immutable representation of an instant in time. It includes timezone information and methods for converting or obtaining the various representations and/or parts of the instant. It is based upon initial work by the JSR-310 effort, and is far superior to the mutable and difficult-to-use java.util.Calendar
class.