Freeze Slice API Reference
CatalogData.ice
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #pragma once
6 
7 [["cpp:header-ext:h", "cpp:dll-export:FREEZE_API"]]
8 
9 module Freeze
10 {
11 
20 {
26  bool evictor;
27 
33  string key;
34 
40  string value;
41 }
42 
43 }
Freeze::CatalogData::value
string value
The Slice type for the database value.
Definition: CatalogData.ice:40
Freeze::CatalogData::evictor
bool evictor
True if this entry describes an evictor database, false if it describes a map database.
Definition: CatalogData.ice:26
Freeze
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:12
Freeze::CatalogData::key
string key
The Slice type for the database key.
Definition: CatalogData.ice:33
Freeze::CatalogData
The catalog keeps information about Freeze Maps and Freeze evictors in a Berkeley Db environment.
Definition: CatalogData.ice:20