diff options
author | John Mainzer <mainzer@hdfgroup.org> | 2005-04-28 16:40:07 (GMT) |
---|---|---|
committer | John Mainzer <mainzer@hdfgroup.org> | 2005-04-28 16:40:07 (GMT) |
commit | a9ba92287d48568c901ec906b8aaf32ff32076aa (patch) | |
tree | f79047eaf353389a61b3395bab0a169385a6824b /src/H5MPprivate.h | |
parent | 097185980325a30153ceb0090f128a8f4e873a77 (diff) | |
download | hdf5-a9ba92287d48568c901ec906b8aaf32ff32076aa.zip hdf5-a9ba92287d48568c901ec906b8aaf32ff32076aa.tar.gz hdf5-a9ba92287d48568c901ec906b8aaf32ff32076aa.tar.bz2 |
[svn-r10688] Purpose:
Add API calls allowing user control of the metadata cache.
Description:
Prior to this update, the metadata cache was not configurable
from outside the library.
Solution:
Add API calls allowing the user to configure the metadata cache
either at file open time, or for any open file. Also added calls
permitting the user to monitor cache size and hit rate. These
latter facilities are needed for "manual" cache size control
Platforms tested:
h5committested
Misc. update:
Diffstat (limited to 'src/H5MPprivate.h')
-rw-r--r-- | src/H5MPprivate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5MPprivate.h b/src/H5MPprivate.h index 1a55171..97188c5 100644 --- a/src/H5MPprivate.h +++ b/src/H5MPprivate.h @@ -138,6 +138,11 @@ #define color_H5Funmount "red" #define color_H5Fget_freespace "red" #define color_H5Fget_filesize "red" +#define color_H5Fget_mdc_config "red" +#define color_H5Fset_mdc_config "red" +#define color_H5Fget_mdc_hit_rate "red" +#define color_H5Fget_mdc_size "red" +#define color_H5Freset_mdc_hit_rate_stats "red" #define color_H5Fget_name "red" #define color_H5Gcreate "red" @@ -361,6 +366,8 @@ #define color_H5Pset_scaleoffset "red" #define color_H5Pset_cache "red" #define color_H5Pget_cache "red" +#define color_H5Pset_mdc_config "red" +#define color_H5Pget_mdc_config "red" #define color_H5Pset_hyper_cache "red" #define color_H5Pget_hyper_cache "red" #define color_H5Pset_htree_ratios "red" |