~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to src/client/hadoop/org_apache_hadoop_fs_ceph_CephInputStream.h

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DO NOT EDIT THIS FILE - it is machine generated */
 
2
#include <jni.h>
 
3
/* Header for class org_apache_hadoop_fs_ceph_CephInputStream */
 
4
 
 
5
#ifndef _Included_org_apache_hadoop_fs_ceph_CephInputStream
 
6
#define _Included_org_apache_hadoop_fs_ceph_CephInputStream
 
7
#ifdef __cplusplus
 
8
extern "C" {
 
9
#endif
 
10
#undef org_apache_hadoop_fs_ceph_CephInputStream_SKIP_BUFFER_SIZE
 
11
#define org_apache_hadoop_fs_ceph_CephInputStream_SKIP_BUFFER_SIZE 2048L
 
12
/*
 
13
 * Class:     org_apache_hadoop_fs_ceph_CephInputStream
 
14
 * Method:    ceph_read
 
15
 * Signature: (I[BII)I
 
16
 */
 
17
JNIEXPORT jint JNICALL Java_org_apache_hadoop_fs_ceph_CephInputStream_ceph_1read
 
18
  (JNIEnv *, jobject, jint, jbyteArray, jint, jint);
 
19
 
 
20
/*
 
21
 * Class:     org_apache_hadoop_fs_ceph_CephInputStream
 
22
 * Method:    ceph_seek_from_start
 
23
 * Signature: (IJ)J
 
24
 */
 
25
JNIEXPORT jlong JNICALL Java_org_apache_hadoop_fs_ceph_CephInputStream_ceph_1seek_1from_1start
 
26
  (JNIEnv *, jobject, jint, jlong);
 
27
 
 
28
/*
 
29
 * Class:     org_apache_hadoop_fs_ceph_CephInputStream
 
30
 * Method:    ceph_getpos
 
31
 * Signature: (I)J
 
32
 */
 
33
JNIEXPORT jlong JNICALL Java_org_apache_hadoop_fs_ceph_CephInputStream_ceph_1getpos
 
34
  (JNIEnv *, jobject, jint);
 
35
 
 
36
/*
 
37
 * Class:     org_apache_hadoop_fs_ceph_CephInputStream
 
38
 * Method:    ceph_close
 
39
 * Signature: (I)I
 
40
 */
 
41
JNIEXPORT jint JNICALL Java_org_apache_hadoop_fs_ceph_CephInputStream_ceph_1close
 
42
  (JNIEnv *, jobject, jint);
 
43
 
 
44
#ifdef __cplusplus
 
45
}
 
46
#endif
 
47
#endif