| Constructor and Description |
|---|
MemoryBackEnd() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginUpdates()
Begins updates.
|
void |
close()
Closes.
|
void |
commit()
Commits.
|
StoreValues |
createResponse(StoreValuesQuery query,
Optional<Identity> identity)
Creates store values for a store query.
|
int |
delete(VersionedValue versionedValue)
Deletes a point value.
|
void |
endUpdates()
Ends updates.
|
Archiver |
newArchiver()
Returns a new archiver.
|
void |
open()
Opens.
|
void |
rollback()
Rolls back.
|
boolean |
setUp(TheStoreServiceAppImpl theStoreAppImpl)
Sets up the back end.
|
boolean |
supportsCount()
Asks if the back end supports count.
|
void |
tearDown()
Tears down what has been set up.
|
void |
update(VersionedValue versionedValue)
Updates a point value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpurge, supportsPurgepublic void beginUpdates()
beginUpdates in interface BackEndpublic StoreValues createResponse(StoreValuesQuery query, Optional<Identity> identity)
createResponse in interface BackEndquery - The store query.identity - The optional requesting identity.public int delete(VersionedValue versionedValue)
public void endUpdates()
endUpdates in interface BackEndpublic Archiver newArchiver()
newArchiver in interface BackEndpublic boolean setUp(TheStoreServiceAppImpl theStoreAppImpl)
public boolean supportsCount()
supportsCount in interface BackEndpublic void tearDown()
public void update(VersionedValue versionedValue)
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.