|
New Functions for
Page Buffering
|
H5Pget_file_space_strategy |
Retrieves the File Space Strategy for a file creation property list. See File Space Management for more details.
|
|
H5Pset_file_space_strategy |
H5F_FSPACE_STRATEGY_PAGE sets the file space handling strategy to use Page Buffering. See File Space Management for more details.
|
|
H5Pget_file_space_page_size
|
Retrieves the file space page size.
|
|
H5Pset_file_space_page_size
|
Sets the file space page size when file space allocation is H5F_FSPACE_STRATEGY_PAGE .
|
|
H5Pget_page_buffer_size |
Retrieves the maximum size for the page buffer and the minimum percentage for metadata and raw data pages.
|
|
H5Pset_page_buffer_size |
Sets the maximum size for the page buffer and the minimum percentage for metadata and raw data pages.
|
|
H5Fget_page_buffering_stats |
Gathers page buffer statistics regarding page access when it is enabled.
|
|
H5Freset_page_buffering_stats |
Resets the page buffer statistics.
|
|
Tools
|
h5repack
|
The following options were added to h5repack :
-G FS_PAGESIZE ,--fs_pagesize=FS_PAGESIZE enables the file
space page size to be changed to FS_PAGESIZE .
-P FS_PERSIST ,--fs_persist=FS_PERSIST sets the persisting free space to persist
(1 ) or to not persist (0 ).
-S FS_STRATEGY , --fs_strategy=FS_STRATEGY sets the file space management strategy.
-T FS_THRESHOLD , --fs_threshold=FS_THRESHOLD sets the free-space section threshold.
|
|