public class NoDataStore extends AbstractDataStore implements com.ohmdb.abstracts.DataStore
running| Constructor and Description |
|---|
NoDataStore(OhmDBImpl ohmDBImpl) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
commit(com.ohmdb.abstracts.DatastoreTransaction tx) |
void |
delete(long key) |
long |
getFileSize() |
void |
rollback(com.ohmdb.abstracts.DatastoreTransaction tx) |
com.ohmdb.abstracts.DatastoreTransaction |
transaction() |
void |
write(long key,
Object value) |
checkActive, shutdown, stoppublic NoDataStore(OhmDBImpl ohmDBImpl)
public void write(long key,
Object value)
write in interface com.ohmdb.abstracts.DataStorepublic long getFileSize()
getFileSize in interface com.ohmdb.abstracts.DataStorepublic com.ohmdb.abstracts.DatastoreTransaction transaction()
transaction in interface com.ohmdb.abstracts.DataStorepublic void delete(long key)
delete in interface com.ohmdb.abstracts.DataStorepublic void clear()
clear in interface com.ohmdb.abstracts.DataStorepublic void commit(com.ohmdb.abstracts.DatastoreTransaction tx)
commit in interface com.ohmdb.abstracts.DataStorepublic void rollback(com.ohmdb.abstracts.DatastoreTransaction tx)
rollback in interface com.ohmdb.abstracts.DataStoreCopyright © 2013–2014 Nikolche Mihajlovski. All rights reserved.