
public interface DataSource
10.09.2015
| Modifier and Type | Method and Description | 
|---|---|
void | 
commit(org.iq80.leveldb.WriteBatch batch)  | 
org.iq80.leveldb.WriteBatch | 
createWriteBatch()  | 
void | 
delete(String key)  | 
<T> Collection<T> | 
findAllByPrefix(String prefix)  | 
<T> Optional<T> | 
get(String key)  | 
void | 
put(String key,
   Serializable value)  | 
<T> Optional<T> get(String key) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundException<T> Collection<T> findAllByPrefix(String prefix) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionorg.iq80.leveldb.WriteBatch createWriteBatch()
void commit(org.iq80.leveldb.WriteBatch batch)
void put(String key, Serializable value) throws IOException
IOExceptionCopyright © 2015 Maxim Yunusov. All rights reserved.