From 527f28333cb2ec5b247ec348cf6970e0d114891b Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 2 Dec 2016 12:46:42 -0800 Subject: Another Java oversight (sorry, don't have Java configured on my Mac) --- java/src/hdf/hdf5lib/H5.java | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/java/src/hdf/hdf5lib/H5.java b/java/src/hdf/hdf5lib/H5.java index 6eb29f2..cd5793d 100644 --- a/java/src/hdf/hdf5lib/H5.java +++ b/java/src/hdf/hdf5lib/H5.java @@ -2853,6 +2853,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. * * @param file_id -- cgit v0.12