/* DO NOT EDIT THIS FILE - it is machine generated */ #include /* Header for class com_e4graph_Storage */ #ifndef _Included_com_e4graph_Storage #define _Included_com_e4graph_Storage #ifdef __cplusplus extern "C" { #endif #undef com_e4graph_Storage_COMMITATCLOSE #define com_e4graph_Storage_COMMITATCLOSE 1L #undef com_e4graph_Storage_AUTOCOMMIT #define com_e4graph_Storage_AUTOCOMMIT 2L #undef com_e4graph_Storage_OPENGC #define com_e4graph_Storage_OPENGC 4L #undef com_e4graph_Storage_GCBEFORECOMMIT #define com_e4graph_Storage_GCBEFORECOMMIT 8L #undef com_e4graph_Storage_AUTOGC #define com_e4graph_Storage_AUTOGC 16L #undef com_e4graph_Storage_BIGPREALLOC #define com_e4graph_Storage_BIGPREALLOC 32L #undef com_e4graph_Storage_COMPACTATCLOSE #define com_e4graph_Storage_COMPACTATCLOSE 128L #undef com_e4graph_Storage_DEFAULTSTATE #define com_e4graph_Storage_DEFAULTSTATE 21L #undef com_e4graph_Storage_INVALID #define com_e4graph_Storage_INVALID -1L /* * Class: com_e4graph_Storage * Method: initNativeIDs * Signature: ()V */ JNIEXPORT void JNICALL Java_com_e4graph_Storage_initNativeIDs (JNIEnv *, jclass); /* * Class: com_e4graph_Storage * Method: createStorage * Signature: (Ljava/lang/String;Ljava/lang/String;I)I */ JNIEXPORT jint JNICALL Java_com_e4graph_Storage_createStorage (JNIEnv *, jclass, jstring, jstring, jint); /* * Class: com_e4graph_Storage * Method: getStorageGeneration * Signature: (I)I */ JNIEXPORT jint JNICALL Java_com_e4graph_Storage_getStorageGeneration (JNIEnv *, jclass, jint); /* * Class: com_e4graph_Storage * Method: getNameOfStorage * Signature: (II)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_e4graph_Storage_getNameOfStorage (JNIEnv *, jclass, jint, jint); /* * Class: com_e4graph_Storage * Method: getDriverOfStorage * Signature: (II)Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_e4graph_Storage_getDriverOfStorage (JNIEnv *, jclass, jint, jint); /* * Class: com_e4graph_Storage * Method: getStorage * Signature: (II)Lcom/e4graph/Storage; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getStorage (JNIEnv *, jclass, jint, jint); /* * Class: com_e4graph_Storage * Method: version * Signature: ()Ljava/lang/String; */ JNIEXPORT jstring JNICALL Java_com_e4graph_Storage_version (JNIEnv *, jclass); /* * Class: com_e4graph_Storage * Method: isValid1 * Signature: (II)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_isValid1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: setState1 * Signature: (III)I */ JNIEXPORT jint JNICALL Java_com_e4graph_Storage_setState1 (JNIEnv *, jobject, jint, jint, jint); /* * Class: com_e4graph_Storage * Method: getState1 * Signature: (II)I */ JNIEXPORT jint JNICALL Java_com_e4graph_Storage_getState1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: commit1 * Signature: (II)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_commit1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: close1 * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_e4graph_Storage_close1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: copyTo1 * Signature: (IIIIZ)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_copyTo1 (JNIEnv *, jobject, jint, jint, jint, jint, jboolean); /* * Class: com_e4graph_Storage * Method: delete1 * Signature: (II)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_delete1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: getRoot1 * Signature: (II)Lcom/e4graph/Node; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getRoot1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: setRoot1 * Signature: (IIII)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_setRoot1 (JNIEnv *, jobject, jint, jint, jint, jint); /* * Class: com_e4graph_Storage * Method: isStable1 * Signature: (II)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_isStable1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: markUnstable1 * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_e4graph_Storage_markUnstable1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: getNode1 * Signature: (II)Lcom/e4graph/Node; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getNode1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: getNodeVertex1 * Signature: (IILjava/lang/String;III)Lcom/e4graph/Vertex; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getNodeVertex1 (JNIEnv *, jobject, jint, jint, jstring, jint, jint, jint); /* * Class: com_e4graph_Storage * Method: getIntVertex1 * Signature: (IILjava/lang/String;I)Lcom/e4graph/Vertex; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getIntVertex1 (JNIEnv *, jobject, jint, jint, jstring, jint); /* * Class: com_e4graph_Storage * Method: getDoubleVertex1 * Signature: (IILjava/lang/String;D)Lcom/e4graph/Vertex; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getDoubleVertex1 (JNIEnv *, jobject, jint, jint, jstring, jdouble); /* * Class: com_e4graph_Storage * Method: getStringVertex1 * Signature: (IILjava/lang/String;Ljava/lang/String;)Lcom/e4graph/Vertex; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getStringVertex1 (JNIEnv *, jobject, jint, jint, jstring, jstring); /* * Class: com_e4graph_Storage * Method: getBytesVertex1 * Signature: (IILjava/lang/String;[B)Lcom/e4graph/Vertex; */ JNIEXPORT jobject JNICALL Java_com_e4graph_Storage_getBytesVertex1 (JNIEnv *, jobject, jint, jint, jstring, jbyteArray); /* * Class: com_e4graph_Storage * Method: doGC1 * Signature: (II)V */ JNIEXPORT void JNICALL Java_com_e4graph_Storage_doGC1 (JNIEnv *, jobject, jint, jint); /* * Class: com_e4graph_Storage * Method: needsGC1 * Signature: (II)Z */ JNIEXPORT jboolean JNICALL Java_com_e4graph_Storage_needsGC1 (JNIEnv *, jobject, jint, jint); #ifdef __cplusplus } #endif #endif