mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
Another Java oversight (sorry, don't have Java configured on my Mac)
This commit is contained in:
parent
2990a638d2
commit
527f28333c
@ -2852,6 +2852,29 @@ public class H5 implements java.io.Serializable {
|
||||
**/
|
||||
public synchronized static native void H5Fclear_elink_file_cache(long file_id) throws HDF5LibraryException;
|
||||
|
||||
/**
|
||||
/**
|
||||
* H5Fstart_mdc_logging starts logging metadata cache events if logging was previously enabled.
|
||||
*
|
||||
* @param file_id
|
||||
* IN: Identifier of the target file.
|
||||
*
|
||||
* @exception HDF5LibraryException
|
||||
* - Error from the HDF-5 Library.
|
||||
**/
|
||||
public synchronized static native void H5Fstart_mdc_logging(long file_id) throws HDF5LibraryException;
|
||||
|
||||
/**
|
||||
* H5Fstop_mdc_logging stops logging metadata cache events if logging was previously enabled and is currently ongoing.
|
||||
*
|
||||
* @param file_id
|
||||
* IN: Identifier of the target file.
|
||||
*
|
||||
* @exception HDF5LibraryException
|
||||
* - Error from the HDF-5 Library.
|
||||
**/
|
||||
public synchronized static native void H5Fstop_mdc_logging(long file_id) throws HDF5LibraryException;
|
||||
|
||||
/**
|
||||
* H5Fget_mdc_logging_status gets the current metadata cache logging status.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user