leveldb-api
Package Index
|
Class Index
org.iq80.leveldb
Interfaces
DB
DBComparator
DBFactory
DBIterator
Logger
Snapshot
WriteBatch
Classes
Options
Range
ReadOptions
WriteOptions
Enums
CompressionType
Exceptions
DBException
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ReadOptions
extends Object
java.lang.Object
↳
org.iq80.leveldb.ReadOptions
Summary
Public Constructors
ReadOptions
()
Public Methods
boolean
fillCache
()
ReadOptions
fillCache
(boolean fillCache)
Snapshot
snapshot
()
ReadOptions
snapshot
(
Snapshot
snapshot)
boolean
verifyChecksums
()
ReadOptions
verifyChecksums
(boolean verifyChecksums)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
Public Constructors
public
ReadOptions
()
Public Methods
public boolean
fillCache
()
public
ReadOptions
fillCache
(boolean fillCache)
public
Snapshot
snapshot
()
public
ReadOptions
snapshot
(
Snapshot
snapshot)
public boolean
verifyChecksums
()
public
ReadOptions
verifyChecksums
(boolean verifyChecksums)