summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5oImp.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-19 16:58:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-19 16:58:52 (GMT)
commit935f27c1b803faf981131ff936619aecd9f76e38 (patch)
treef0e9d3d639c522cdc187088d95de293902567b3b /java/src/jni/h5oImp.h
parent06e5cbd54149087de0c7d99f1d14be5729d6c129 (diff)
downloadhdf5-935f27c1b803faf981131ff936619aecd9f76e38.zip
hdf5-935f27c1b803faf981131ff936619aecd9f76e38.tar.gz
hdf5-935f27c1b803faf981131ff936619aecd9f76e38.tar.bz2
HDFFV-10887 Implement requested functions
Diffstat (limited to 'java/src/jni/h5oImp.h')
-rw-r--r--java/src/jni/h5oImp.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/java/src/jni/h5oImp.h b/java/src/jni/h5oImp.h
index cb8c776..5241aba 100644
--- a/java/src/jni/h5oImp.h
+++ b/java/src/jni/h5oImp.h
@@ -202,6 +202,33 @@ JNIEXPORT void JNICALL
Java_hdf_hdf5lib_H5_H5Orefresh
(JNIEnv*, jclass, jlong);
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Odisable_mdc_flushes
+ * Signature: (J)V
+ */
+JNIEXPORT void JNICALL
+Java_hdf_hdf5lib_H5_H5Odisable_1mdc_1flushes
+ (JNIEnv*, jclass, jlong);
+
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Oenable_mdc_flushes
+ * Signature: (J)V
+ */
+JNIEXPORT void JNICALL
+Java_hdf_hdf5lib_H5_H5Oenable_1mdc_1flushes
+ (JNIEnv*, jclass, jlong);
+
+/*
+ * Class: hdf_hdf5lib_H5
+ * Method: H5Oare_mdc_flushes_disabled
+ * Signature: (J)Z
+ */
+JNIEXPORT jboolean JNICALL
+Java_hdf_hdf5lib_H5_H5Oare_1mdc_1flushes_1disabled
+ (JNIEnv*, jclass, jlong);
+
#ifdef __cplusplus
} /* end extern "C" */
#endif /* __cplusplus */