Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
EvictorStorage.ice
Go to the documentation of this file.
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2018 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
9 
10 #pragma once
11 
12 [["cpp:header-ext:h", "objc:header-dir:objc"]]
13 
14 #include <Ice/Identity.ice>
15 
16 module Freeze
17 {
18 
24 struct Statistics
25 {
32 
39 
46 };
47 
55 {
61  Object servant;
62 
69 };
70 
71 };
72 
Statistics stats
The statistics for the object.
Definition: EvictorStorage.ice:68
long avgSaveTime
The average time between saves, in milliseconds.
Definition: EvictorStorage.ice:45
long lastSaveTime
The time the object was last saved, in milliseconds relative to creationTime.
Definition: EvictorStorage.ice:38
long creationTime
The time the object was created, in milliseconds since Jan 1, 1970 0:00.
Definition: EvictorStorage.ice:31
Object servant
The servant implementing the object.
Definition: EvictorStorage.ice:61
ObjectRecord is the value-type for the persistent maps maintained by evictors when using Ice encoding...
Definition: EvictorStorage.ice:54
Evictors maintain statistics about each object, when using Ice encoding version 1.0.
Definition: EvictorStorage.ice:24
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:16