JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
K
N
O
P
R
S
W
A
allKeysIterator()
- Method in interface com.snappydb.
DB
allKeysIterator()
- Method in class com.snappydb.internal.
DBImpl
allKeysReverseIterator()
- Method in interface com.snappydb.
DB
allKeysReverseIterator()
- Method in class com.snappydb.internal.
DBImpl
B
build()
- Method in class com.snappydb.
SnappyDB.Builder
Create the
DB
instance.
Builder(Context)
- Constructor for class com.snappydb.
SnappyDB.Builder
Start building a new
DB
instance.
byBatch(int)
- Method in interface com.snappydb.
KeyIterator
C
close()
- Method in interface com.snappydb.
DB
close()
- Method in class com.snappydb.internal.
DBImpl
close()
- Method in interface com.snappydb.
KeyIterator
com.snappydb
- package com.snappydb
com.snappydb.internal
- package com.snappydb.internal
countKeys(String)
- Method in interface com.snappydb.
DB
countKeys(String)
- Method in class com.snappydb.internal.
DBImpl
countKeysBetween(String, String)
- Method in interface com.snappydb.
DB
countKeysBetween(String, String)
- Method in class com.snappydb.internal.
DBImpl
D
DB
- Interface in
com.snappydb
DBFactory
- Class in
com.snappydb
DBFactory()
- Constructor for class com.snappydb.
DBFactory
DBImpl
- Class in
com.snappydb.internal
DBImpl(String, Kryo...)
- Constructor for class com.snappydb.internal.
DBImpl
del(String)
- Method in interface com.snappydb.
DB
del(String)
- Method in class com.snappydb.internal.
DBImpl
destroy()
- Method in interface com.snappydb.
DB
destroy()
- Method in class com.snappydb.internal.
DBImpl
directory(String)
- Method in class com.snappydb.
SnappyDB.Builder
E
exists(String)
- Method in interface com.snappydb.
DB
exists(String)
- Method in class com.snappydb.internal.
DBImpl
F
findKeys(String)
- Method in interface com.snappydb.
DB
findKeys(String, int)
- Method in interface com.snappydb.
DB
findKeys(String, int, int)
- Method in interface com.snappydb.
DB
findKeys(String)
- Method in class com.snappydb.internal.
DBImpl
findKeys(String, int)
- Method in class com.snappydb.internal.
DBImpl
findKeys(String, int, int)
- Method in class com.snappydb.internal.
DBImpl
findKeysBetween(String, String)
- Method in interface com.snappydb.
DB
findKeysBetween(String, String, int)
- Method in interface com.snappydb.
DB
findKeysBetween(String, String, int, int)
- Method in interface com.snappydb.
DB
findKeysBetween(String, String)
- Method in class com.snappydb.internal.
DBImpl
findKeysBetween(String, String, int)
- Method in class com.snappydb.internal.
DBImpl
findKeysBetween(String, String, int, int)
- Method in class com.snappydb.internal.
DBImpl
findKeysBetweenIterator(String, String)
- Method in interface com.snappydb.
DB
findKeysBetweenIterator(String, String)
- Method in class com.snappydb.internal.
DBImpl
findKeysBetweenReverseIterator(String, String)
- Method in interface com.snappydb.
DB
findKeysBetweenReverseIterator(String, String)
- Method in class com.snappydb.internal.
DBImpl
findKeysIterator(String)
- Method in interface com.snappydb.
DB
findKeysIterator(String)
- Method in class com.snappydb.internal.
DBImpl
findKeysReverseIterator(String)
- Method in interface com.snappydb.
DB
findKeysReverseIterator(String)
- Method in class com.snappydb.internal.
DBImpl
G
get(String)
- Method in interface com.snappydb.
DB
get(String, Class<T>)
- Method in interface com.snappydb.
DB
get(String, Class<T>)
- Method in class com.snappydb.internal.
DBImpl
get(String)
- Method in class com.snappydb.internal.
DBImpl
getArray(String, Class<T>)
- Method in interface com.snappydb.
DB
getArray(String, Class<T>)
- Method in class com.snappydb.internal.
DBImpl
getBoolean(String)
- Method in interface com.snappydb.
DB
getBoolean(String)
- Method in class com.snappydb.internal.
DBImpl
getBytes(String)
- Method in interface com.snappydb.
DB
getBytes(String)
- Method in class com.snappydb.internal.
DBImpl
getDouble(String)
- Method in interface com.snappydb.
DB
getDouble(String)
- Method in class com.snappydb.internal.
DBImpl
getFloat(String)
- Method in interface com.snappydb.
DB
getFloat(String)
- Method in class com.snappydb.internal.
DBImpl
getInt(String)
- Method in interface com.snappydb.
DB
getInt(String)
- Method in class com.snappydb.internal.
DBImpl
getKryoInstance()
- Method in interface com.snappydb.
DB
getKryoInstance()
- Method in class com.snappydb.internal.
DBImpl
getLong(String)
- Method in interface com.snappydb.
DB
getLong(String)
- Method in class com.snappydb.internal.
DBImpl
getObject(String, Class<T>)
- Method in interface com.snappydb.
DB
getObject(String, Class<T>)
- Method in class com.snappydb.internal.
DBImpl
getObjectArray(String, Class<T>)
- Method in interface com.snappydb.
DB
getObjectArray(String, Class<T>)
- Method in class com.snappydb.internal.
DBImpl
getShort(String)
- Method in interface com.snappydb.
DB
getShort(String)
- Method in class com.snappydb.internal.
DBImpl
H
hasNext()
- Method in interface com.snappydb.
KeyIterator
I
isOpen()
- Method in interface com.snappydb.
DB
isOpen()
- Method in class com.snappydb.internal.
DBImpl
K
KeyIterator
- Interface in
com.snappydb
N
name(String)
- Method in class com.snappydb.
SnappyDB.Builder
next(int)
- Method in interface com.snappydb.
KeyIterator
O
open(String, String, Kryo...)
- Static method in class com.snappydb.
DBFactory
Return the Database with the given folder and name, if it doesn't exist create it
open(String, Kryo...)
- Static method in class com.snappydb.
DBFactory
Return the Database with the given folder and default name, if it doesn't exist create it
open(Context, String, Kryo...)
- Static method in class com.snappydb.
DBFactory
Return the Database with the given name, if it doesn't exist create it
open(Context, Kryo...)
- Static method in class com.snappydb.
DBFactory
Return the Database with the default name
DBFactory.DEFAULT_DBNAME
, if it doesn't exist create it
P
put(String, byte[])
- Method in interface com.snappydb.
DB
put(String, String)
- Method in interface com.snappydb.
DB
put(String, Serializable)
- Method in interface com.snappydb.
DB
put(String, Serializable[])
- Method in interface com.snappydb.
DB
put(String, Object)
- Method in interface com.snappydb.
DB
put(String, Object[])
- Method in interface com.snappydb.
DB
put(String, String)
- Method in class com.snappydb.internal.
DBImpl
put(String, Serializable)
- Method in class com.snappydb.internal.
DBImpl
put(String, Object)
- Method in class com.snappydb.internal.
DBImpl
put(String, byte[])
- Method in class com.snappydb.internal.
DBImpl
put(String, Serializable[])
- Method in class com.snappydb.internal.
DBImpl
put(String, Object[])
- Method in class com.snappydb.internal.
DBImpl
putBoolean(String, boolean)
- Method in interface com.snappydb.
DB
putBoolean(String, boolean)
- Method in class com.snappydb.internal.
DBImpl
putDouble(String, double)
- Method in interface com.snappydb.
DB
putDouble(String, double)
- Method in class com.snappydb.internal.
DBImpl
putFloat(String, float)
- Method in interface com.snappydb.
DB
putFloat(String, float)
- Method in class com.snappydb.internal.
DBImpl
putInt(String, int)
- Method in interface com.snappydb.
DB
putInt(String, int)
- Method in class com.snappydb.internal.
DBImpl
putLong(String, long)
- Method in interface com.snappydb.
DB
putLong(String, long)
- Method in class com.snappydb.internal.
DBImpl
putShort(String, short)
- Method in interface com.snappydb.
DB
putShort(String, short)
- Method in class com.snappydb.internal.
DBImpl
R
registerSerializers(Class, Serializer)
- Method in class com.snappydb.
SnappyDB.Builder
S
SnappyDB
- Class in
com.snappydb
Created by Nabil on 12/06/14.
SnappyDB()
- Constructor for class com.snappydb.
SnappyDB
SnappyDB.Builder
- Class in
com.snappydb
Fluent API for creating
DB
instances.
SnappydbException
- Exception in
com.snappydb
SnappydbException()
- Constructor for exception com.snappydb.
SnappydbException
SnappydbException(String)
- Constructor for exception com.snappydb.
SnappydbException
W
with(Context)
- Static method in class com.snappydb.
SnappyDB
A
B
C
D
E
F
G
H
I
K
N
O
P
R
S
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes