1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/H5P.R
\name{H5Pset_shared_mesg_phase_change}
\alias{H5Pset_shared_mesg_phase_change}
\alias{H5Pget_shared_mesg_phase_change}
\title{Get and set threshold values for storage of shared object header message indexes}
\usage{
H5Pset_shared_mesg_phase_change(h5plist, max_list, min_btree)
H5Pget_shared_mesg_phase_change(h5plist)
}
\arguments{
\item{h5plist}{\linkS4class{H5IdComponent} object representing the file creation property list}
\item{max_list}{Threshold above which storage shifts from list to B-tree}
\item{min_btree}{Threshold below which storage reverts to list format}
}
\description{
Get and set threshold values for storage of shared object header message indexes
}
|