Package com.atlassian.bandana.impl
Class MemoryBandanaPersister
java.lang.Object
com.atlassian.bandana.impl.MemoryBandanaPersister
- All Implemented Interfaces:
BandanaPersister
Deprecated.
since 9.3 do not use
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidremove(BandanaContext context) Deprecated.Remove the storage of data associated with this contextvoidremove(BandanaContext context, String key) Deprecated.Remove the storage of data associated with this context, under the keyretrieve(BandanaContext context) Deprecated.Retrieve all the values belonging to the context.retrieve(BandanaContext context, String key) Deprecated.Retrieve a value by its context/key tuple.retrieveKeys(BandanaContext context) Deprecated.Retrieve all the keys belonging to the context.voidsetxStream(com.thoughtworks.xstream.XStream xStream) Deprecated.voidstore(BandanaContext context, String key, Object value) Deprecated.Store a context/key/value triplet.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.bandana.BandanaPersister
flushCaches
-
Constructor Details
-
MemoryBandanaPersister
public MemoryBandanaPersister()Deprecated.
-
-
Method Details
-
setxStream
public void setxStream(com.thoughtworks.xstream.XStream xStream) Deprecated. -
retrieve
Deprecated.Description copied from interface:BandanaPersisterRetrieve a value by its context/key tuple.- Specified by:
retrievein interfaceBandanaPersister
-
retrieve
Deprecated.Description copied from interface:BandanaPersisterRetrieve all the values belonging to the context. Don't look at parent contexts.- Specified by:
retrievein interfaceBandanaPersister- Returns:
- a Map containing the keys and values.
-
store
Deprecated.Description copied from interface:BandanaPersisterStore a context/key/value triplet.- Specified by:
storein interfaceBandanaPersister
-
remove
Deprecated.Description copied from interface:BandanaPersisterRemove the storage of data associated with this context- Specified by:
removein interfaceBandanaPersister
-
remove
Deprecated.Description copied from interface:BandanaPersisterRemove the storage of data associated with this context, under the key- Specified by:
removein interfaceBandanaPersister
-
retrieveKeys
Deprecated.Description copied from interface:BandanaPersisterRetrieve all the keys belonging to the context. Don't look at parent contexts.- Specified by:
retrieveKeysin interfaceBandanaPersister- Returns:
- an Iterable containing the keys.
-