Class CollectionStatsType

  • All Implemented Interfaces:
    Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

    public class CollectionStatsType
    extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    Stats (statistics) setting and entries. This contains stats entries for collections. Simply speaking, it contains data about number of objects in collection. While counting collections is usually quite easy, we do not want to do that every millisecond. Therefore we count the collection and keep the data in this structure for a while. The data may not necessarily be persistent. This may be purely vitual data that never get stored in the repository. Ot it may be cached data. Or some combination. We also may want to store historical data about the collection for informational purposes. EXPERIMENTAL. Do not rely on this data structure.
    See Also:
    Serialized Form