Documentation for Ice 3.4. The latest release is Ice 3.7. Refer to the space directory for other releases.


Freeze::Statistics

Overview

struct Statistics

The evictor maintains statistics about each object.

Used By

Data Member Index

creationTime — The time the object was created, in milliseconds since Jan 1, 1970 0:00.
lastSaveTime — The time the object was last saved, in milliseconds relative to creationTime.
avgSaveTime — The average time between saves, in milliseconds.

Data Members

long creationTime;

The time the object was created, in milliseconds since Jan 1, 1970 0:00.

long lastSaveTime;

The time the object was last saved, in milliseconds relative to creationTime.

long avgSaveTime;

The average time between saves, in milliseconds.


  • No labels