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.
|
|