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 TypeMethodDescriptionvoid
remove
(BandanaContext context) Deprecated.Remove the storage of data associated with this contextvoid
remove
(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.void
setxStream
(com.thoughtworks.xstream.XStream xStream) Deprecated.void
store
(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, wait
Methods 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:BandanaPersister
Retrieve a value by its context/key tuple.- Specified by:
retrieve
in interfaceBandanaPersister
-
retrieve
Deprecated.Description copied from interface:BandanaPersister
Retrieve all the values belonging to the context. Don't look at parent contexts.- Specified by:
retrieve
in interfaceBandanaPersister
- Returns:
- a Map containing the keys and values.
-
store
Deprecated.Description copied from interface:BandanaPersister
Store a context/key/value triplet.- Specified by:
store
in interfaceBandanaPersister
-
remove
Deprecated.Description copied from interface:BandanaPersister
Remove the storage of data associated with this context- Specified by:
remove
in interfaceBandanaPersister
-
remove
Deprecated.Description copied from interface:BandanaPersister
Remove the storage of data associated with this context, under the key- Specified by:
remove
in interfaceBandanaPersister
-
retrieveKeys
Deprecated.Description copied from interface:BandanaPersister
Retrieve all the keys belonging to the context. Don't look at parent contexts.- Specified by:
retrieveKeys
in interfaceBandanaPersister
- Returns:
- an Iterable containing the keys.
-