All Downloads are FREE. Search and download functionalities are using the official Maven repository.

p.hadoop-common.3.2.1.source-code.org_apache_hadoop_util_NativeCrc32.h Maven / Gradle / Ivy

The newest version!
/* DO NOT EDIT THIS FILE - it is machine generated */
#include 
/* Header for class org_apache_hadoop_util_NativeCrc32 */

#ifndef _Included_org_apache_hadoop_util_NativeCrc32
#define _Included_org_apache_hadoop_util_NativeCrc32
#ifdef __cplusplus
extern "C" {
#endif
#undef org_apache_hadoop_util_NativeCrc32_CHECKSUM_CRC32
#define org_apache_hadoop_util_NativeCrc32_CHECKSUM_CRC32 1L
#undef org_apache_hadoop_util_NativeCrc32_CHECKSUM_CRC32C
#define org_apache_hadoop_util_NativeCrc32_CHECKSUM_CRC32C 2L
/*
 * Class:     org_apache_hadoop_util_NativeCrc32
 * Method:    nativeVerifyChunkedSums
 * Signature: (IILjava/nio/ByteBuffer;ILjava/nio/ByteBuffer;IILjava/lang/String;J)V
 */
JNIEXPORT void JNICALL Java_org_apache_hadoop_util_NativeCrc32_nativeVerifyChunkedSums
  (JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint, jint, jstring, jlong);

/*
 * Class:     org_apache_hadoop_util_NativeCrc32
 * Method:    nativeComputeChunkedSums
 * Signature: (IILjava/nio/ByteBuffer;ILjava/nio/ByteBuffer;IILjava/lang/String;JZ)V
 */
JNIEXPORT void JNICALL Java_org_apache_hadoop_util_NativeCrc32_nativeComputeChunkedSums
  (JNIEnv *, jclass, jint, jint, jobject, jint, jobject, jint, jint, jstring, jlong, jboolean);

/*
 * Class:     org_apache_hadoop_util_NativeCrc32
 * Method:    nativeComputeChunkedSumsByteArray
 * Signature: (II[BI[BIILjava/lang/String;JZ)V
 */
JNIEXPORT void JNICALL Java_org_apache_hadoop_util_NativeCrc32_nativeComputeChunkedSumsByteArray
  (JNIEnv *, jclass, jint, jint, jbyteArray, jint, jbyteArray, jint, jint, jstring, jlong, jboolean);

#ifdef __cplusplus
}
#endif
#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy