Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5T_REFRESH

Refreshes all buffers associated with a committed datatype

Procedure:

H5T_REFRESH (dtype_id)

Signature:

herr_t H5Trefresh(hid_t dtype_id)

Parameters:
hid_t dtype_id   IN: Identifier of the committed datatype to be refreshed

Description:

 H5T_REFRESH causes all buffers associated with a committed datatype to be cleared and immediately re-loaded with updated contents from disk.
This function essentially closes the datatype, evicts all metadata associated with it from the cache, and then re-opens the datatype. The reopened datatype is automatically re-registered with the same identifier.

Returns:

Returns a non-negative value if successful; otherwise returns a negative value.

Example:

Coming Soon!

History:
Release    Change
1.10.0C function introduced with this release.

--- Last Modified: May 23, 2019 | 03:20 PM