Uses of Class
org.fusesource.leveldbjni.internal.NativeDB.DBException
Packages that use NativeDB.DBException
-
Uses of NativeDB.DBException in org.fusesource.leveldbjni.internal
Methods in org.fusesource.leveldbjni.internal that throw NativeDB.DBExceptionModifier and TypeMethodDescription(package private) static voidNativeDB.checkStatus(long s) private voidNativeIterator.checkStatus()voidNativeDB.delete(NativeWriteOptions options, byte[] key) private voidNativeDB.delete(NativeWriteOptions options, NativeBuffer keyBuffer) private voidNativeDB.delete(NativeWriteOptions options, NativeSlice keySlice) static voidNativeDB.destroy(File path, NativeOptions options) byte[]NativeDB.get(NativeReadOptions options, byte[] key) private byte[]NativeDB.get(NativeReadOptions options, NativeBuffer keyBuffer) private byte[]NativeDB.get(NativeReadOptions options, NativeSlice keySlice) byte[]NativeIterator.key()voidNativeIterator.next()static NativeDBNativeDB.open(NativeOptions options, File path) voidNativeIterator.prev()voidNativeDB.put(NativeWriteOptions options, byte[] key, byte[] value) private voidNativeDB.put(NativeWriteOptions options, NativeBuffer keyBuffer, NativeBuffer valueBuffer) private voidNativeDB.put(NativeWriteOptions options, NativeSlice keySlice, NativeSlice valueSlice) static voidNativeDB.repair(File path, NativeOptions options) voidNativeIterator.seek(byte[] key) private voidNativeIterator.seek(NativeBuffer keyBuffer) private voidNativeIterator.seek(NativeSlice keySlice) byte[]NativeIterator.value()voidNativeDB.write(NativeWriteOptions options, NativeWriteBatch updates)