Class NativeStatus.StatusJNI
java.lang.Object
org.fusesource.leveldbjni.internal.NativeStatus.StatusJNI
- Enclosing class:
NativeStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final voiddelete(long self) static final booleanIsNotFound(long self) static final booleanok(long self) static final longToString(long self)
-
Constructor Details
-
StatusJNI
StatusJNI()
-
-
Method Details
-
delete
@JniMethod(flags=CPP_DELETE) public static final void delete(long self) -
ok
@JniMethod(flags=CPP_METHOD) public static final boolean ok(long self) -
IsNotFound
@JniMethod(flags=CPP_METHOD) public static final boolean IsNotFound(long self) -
ToString
@JniMethod(copy="std::string", flags=CPP_METHOD) public static final long ToString(long self)
-