Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
CatalogData.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 module Freeze
15 {
16 
25 {
31  bool evictor;
32 
38  string key;
39 
45  string value;
46 };
47 
48 };
49 
bool evictor
True if this entry describes an evictor database, false if it describes a map database.
Definition: CatalogData.ice:31
string value
The Slice type for the database value.
Definition: CatalogData.ice:45
The catalog keeps information about Freeze Maps and Freeze evictors in a Berkeley Db environment...
Definition: CatalogData.ice:24
string key
The Slice type for the database key.
Definition: CatalogData.ice:38
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:16