B C D E F G H I L M N O P R S V W 

B

blockRestartInterval() - Method in class org.iq80.leveldb.Options
 
blockRestartInterval(int) - Method in class org.iq80.leveldb.Options
 
blockSize() - Method in class org.iq80.leveldb.Options
 
blockSize(int) - Method in class org.iq80.leveldb.Options
 

C

cacheSize() - Method in class org.iq80.leveldb.Options
 
cacheSize(long) - Method in class org.iq80.leveldb.Options
 
compactRange(byte[], byte[]) - Method in interface org.iq80.leveldb.DB
Force a compaction of the specified key range.
comparator() - Method in class org.iq80.leveldb.Options
 
comparator(DBComparator) - Method in class org.iq80.leveldb.Options
 
CompressionType - Enum in org.iq80.leveldb
 
compressionType() - Method in class org.iq80.leveldb.Options
 
compressionType(CompressionType) - Method in class org.iq80.leveldb.Options
 
createIfMissing() - Method in class org.iq80.leveldb.Options
 
createIfMissing(boolean) - Method in class org.iq80.leveldb.Options
 
createWriteBatch() - Method in interface org.iq80.leveldb.DB
 

D

DB - Interface in org.iq80.leveldb
 
DBComparator - Interface in org.iq80.leveldb
 
DBException - Exception in org.iq80.leveldb
 
DBException() - Constructor for exception org.iq80.leveldb.DBException
 
DBException(String) - Constructor for exception org.iq80.leveldb.DBException
 
DBException(String, Throwable) - Constructor for exception org.iq80.leveldb.DBException
 
DBException(Throwable) - Constructor for exception org.iq80.leveldb.DBException
 
DBFactory - Interface in org.iq80.leveldb
 
DBIterator - Interface in org.iq80.leveldb
 
delete(byte[]) - Method in interface org.iq80.leveldb.DB
 
delete(byte[], WriteOptions) - Method in interface org.iq80.leveldb.DB
 
delete(byte[]) - Method in interface org.iq80.leveldb.WriteBatch
 
destroy(File, Options) - Method in interface org.iq80.leveldb.DBFactory
 

E

errorIfExists() - Method in class org.iq80.leveldb.Options
 
errorIfExists(boolean) - Method in class org.iq80.leveldb.Options
 

F

fillCache() - Method in class org.iq80.leveldb.ReadOptions
 
fillCache(boolean) - Method in class org.iq80.leveldb.ReadOptions
 
findShortestSeparator(byte[], byte[]) - Method in interface org.iq80.leveldb.DBComparator
If start < limit, returns a short key in [start,limit).
findShortSuccessor(byte[]) - Method in interface org.iq80.leveldb.DBComparator
returns a 'short key' where the 'short key' >= key.

G

get(byte[]) - Method in interface org.iq80.leveldb.DB
 
get(byte[], ReadOptions) - Method in interface org.iq80.leveldb.DB
 
getApproximateSizes(Range...) - Method in interface org.iq80.leveldb.DB
 
getCompressionTypeByPersistentId(int) - Static method in enum org.iq80.leveldb.CompressionType
 
getProperty(String) - Method in interface org.iq80.leveldb.DB
 
getSnapshot() - Method in interface org.iq80.leveldb.DB
 

H

hasPrev() - Method in interface org.iq80.leveldb.DBIterator
 

I

iterator() - Method in interface org.iq80.leveldb.DB
 
iterator(ReadOptions) - Method in interface org.iq80.leveldb.DB
 

L

limit() - Method in class org.iq80.leveldb.Range
 
log(String) - Method in interface org.iq80.leveldb.Logger
 
Logger - Interface in org.iq80.leveldb
 
logger() - Method in class org.iq80.leveldb.Options
 
logger(Logger) - Method in class org.iq80.leveldb.Options
 

M

maxOpenFiles() - Method in class org.iq80.leveldb.Options
 
maxOpenFiles(int) - Method in class org.iq80.leveldb.Options
 

N

name() - Method in interface org.iq80.leveldb.DBComparator
 

O

open(File, Options) - Method in interface org.iq80.leveldb.DBFactory
 
Options - Class in org.iq80.leveldb
 
Options() - Constructor for class org.iq80.leveldb.Options
 
org.iq80.leveldb - package org.iq80.leveldb
 

P

paranoidChecks() - Method in class org.iq80.leveldb.Options
 
paranoidChecks(boolean) - Method in class org.iq80.leveldb.Options
 
peekNext() - Method in interface org.iq80.leveldb.DBIterator
Returns the next element in the iteration, without advancing the iteration.
peekPrev() - Method in interface org.iq80.leveldb.DBIterator
 
persistentId() - Method in enum org.iq80.leveldb.CompressionType
 
prev() - Method in interface org.iq80.leveldb.DBIterator
 
put(byte[], byte[]) - Method in interface org.iq80.leveldb.DB
 
put(byte[], byte[], WriteOptions) - Method in interface org.iq80.leveldb.DB
 
put(byte[], byte[]) - Method in interface org.iq80.leveldb.WriteBatch
 

R

Range - Class in org.iq80.leveldb
 
Range(byte[], byte[]) - Constructor for class org.iq80.leveldb.Range
 
ReadOptions - Class in org.iq80.leveldb
 
ReadOptions() - Constructor for class org.iq80.leveldb.ReadOptions
 
repair(File, Options) - Method in interface org.iq80.leveldb.DBFactory
 
resumeCompactions() - Method in interface org.iq80.leveldb.DB
Resumes the background compaction threads.

S

seek(byte[]) - Method in interface org.iq80.leveldb.DBIterator
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
seekToFirst() - Method in interface org.iq80.leveldb.DBIterator
Repositions the iterator so is is at the beginning of the Database.
seekToLast() - Method in interface org.iq80.leveldb.DBIterator
Repositions the iterator so it is at the end of of the Database.
snapshot() - Method in class org.iq80.leveldb.ReadOptions
 
snapshot(Snapshot) - Method in class org.iq80.leveldb.ReadOptions
 
Snapshot - Interface in org.iq80.leveldb
 
snapshot() - Method in class org.iq80.leveldb.WriteOptions
 
snapshot(boolean) - Method in class org.iq80.leveldb.WriteOptions
 
start() - Method in class org.iq80.leveldb.Range
 
suspendCompactions() - Method in interface org.iq80.leveldb.DB
Suspends any background compaction threads.
sync() - Method in class org.iq80.leveldb.WriteOptions
 
sync(boolean) - Method in class org.iq80.leveldb.WriteOptions
 

V

valueOf(String) - Static method in enum org.iq80.leveldb.CompressionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.iq80.leveldb.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyChecksums() - Method in class org.iq80.leveldb.Options
 
verifyChecksums(boolean) - Method in class org.iq80.leveldb.Options
 
verifyChecksums() - Method in class org.iq80.leveldb.ReadOptions
 
verifyChecksums(boolean) - Method in class org.iq80.leveldb.ReadOptions
 

W

write(WriteBatch) - Method in interface org.iq80.leveldb.DB
 
write(WriteBatch, WriteOptions) - Method in interface org.iq80.leveldb.DB
 
WriteBatch - Interface in org.iq80.leveldb
 
writeBufferSize() - Method in class org.iq80.leveldb.Options
 
writeBufferSize(int) - Method in class org.iq80.leveldb.Options
 
WriteOptions - Class in org.iq80.leveldb
 
WriteOptions() - Constructor for class org.iq80.leveldb.WriteOptions
 
B C D E F G H I L M N O P R S V W 

Copyright © 2011-2016. All Rights Reserved.