H5Pget_evict_on_close
|
Retrieves the property list setting that determines whether an HDF5 object will be
evicted from the library's metadata cache when it is closed.
|
|
H5Pset_evict_on_close
|
Controls the library's behavior of evicting metadata associated with a closed object.
|
|
H5Pget_mdc_image_config
|
Retrieves the metadata cache image option setting
from a file access property list.
|
|
H5Pset_mdc_image_config
|
Sets the metadata cache image option for a file access property list.
|
|
H5Fget_mdc_image_info
|
Gets information about a metadata cache image for a file if it exists.
|
|
H5Fget_metadata_read_retry_info
|
Retrieves the collection of read retries for metadata items with checksum.
|
|
H5Pget_metadata_read_attempts
|
Retrieves the number of read attempts from a file access property list.
|
|
H5Pset_metadata_read_attempts
|
Sets the number of read attempts in a file access property list.
|
|
H5Dflush
|
Causes all buffers associated with a dataset to be immediately
written to disk without removing the data from the cache.
|
|
H5Drefresh
|
Causes all buffers associated with a dataset to be
cleared and immediately re-loaded with updated contents from disk storage.
|
|
H5Gflush
|
Causes all buffers associated with a group to be immediately flushed
to disk without removing the data from the cache.
|
|
H5Grefresh
|
Causes all buffers associated with a group to be cleared and
immediately re-loaded with updated contents from disk storage.
|
|
H5Oflush
|
Causes all buffers associated with an object to be immediately
flushed to disk without removing the data from the cache.
|
|
H5Orefresh
|
Causes all buffers associated with an object to be cleared and
immediately re-loaded with updated contents from disk storage.
|
|
H5Tflush
|
Causes all buffers associated with a committed datatype to be
immediately flushed to disk without removing the data from the cache.
|
|
H5Trefresh
|
Causes all buffers associated with a committed datatype to be
cleared and immediately re-loaded with updated contents from disk storage.
|
|
H5Fget_intent
|
Determines the read/write or read-only status of a file.
|
|