Uses of Class
org.iq80.leveldb.DBException
Packages that use DBException
-
Uses of DBException in org.iq80.leveldb
Methods in org.iq80.leveldb that throw DBExceptionModifier and TypeMethodDescriptionvoidDB.compactRange(byte[] begin, byte[] end) Force a compaction of the specified key range.voidDB.delete(byte[] key) DB.delete(byte[] key, WriteOptions options) byte[]DB.get(byte[] key) byte[]DB.get(byte[] key, ReadOptions options) voidDB.put(byte[] key, byte[] value) DB.put(byte[] key, byte[] value, WriteOptions options) voidDB.write(WriteBatch updates) DB.write(WriteBatch updates, WriteOptions options) -
Uses of DBException in org.iq80.leveldb.impl
Subclasses of DBException in org.iq80.leveldb.implModifier and TypeClassDescriptionstatic classstatic classMethods in org.iq80.leveldb.impl that throw DBExceptionModifier and TypeMethodDescriptionvoidDbImpl.compactRange(byte[] begin, byte[] end) voidDbImpl.delete(byte[] key) DbImpl.delete(byte[] key, WriteOptions options) byte[]DbImpl.get(byte[] key) byte[]DbImpl.get(byte[] key, ReadOptions options) voidDbImpl.put(byte[] key, byte[] value) DbImpl.put(byte[] key, byte[] value, WriteOptions options) voidDbImpl.write(WriteBatch updates) DbImpl.write(WriteBatch updates, WriteOptions options) DbImpl.writeInternal(WriteBatchImpl updates, WriteOptions options)