Home Previous Up Next Index

Freeze::ObjectRecord

Overview

struct ObjectRecord

The evictor uses a number of maps with ::Ice::Identity keys and ObjectRecord values as its persistent storage.

Data Members

Object servant;

The servant implementing the object.

Statistics stats;

The statistics for the object.


Home Previous Up Next Index