Class ConfluenceBandanaPersister
java.lang.Object
com.atlassian.confluence.setup.bandana.ConfluenceBandanaPersister
- All Implemented Interfaces:
BandanaPersister
Deprecated.
since 7.12 No replacement.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Flush all caches of this persister.protected String
Deprecated.void
remove
(BandanaContext bandanaContext) Deprecated.if space context passed in, remove the whole directory for space if global context passed in, remove the global bandana config file onlyvoid
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 bandanaContext) Deprecated.Retrieve all the keys belonging to the context.void
setBootstrapManager
(BootstrapManager bootstrapManager) Deprecated.void
setxStreamManager
(ConfluenceXStreamManager xStreamManager) Deprecated.void
store
(BandanaContext context, String key, Object configuration) Deprecated.Store a context/key/value triplet.
-
Field Details
-
CONFIG_DIRECTORY_NAME
Deprecated.- See Also:
-
GLOBAL_CONFIG_FILE_NAME
Deprecated.- See Also:
-
SPACE_CONFIG_FILE_NAME
Deprecated.- See Also:
-
-
Constructor Details
-
ConfluenceBandanaPersister
public ConfluenceBandanaPersister()Deprecated.
-
-
Method Details
-
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.
-
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.
-
store
Deprecated.Description copied from interface:BandanaPersister
Store a context/key/value triplet.- Specified by:
store
in interfaceBandanaPersister
-
getBasePath
Deprecated. -
setxStreamManager
Deprecated. -
setBootstrapManager
Deprecated. -
flushCaches
public void flushCaches()Deprecated.Description copied from interface:BandanaPersister
Flush all caches of this persister.- Specified by:
flushCaches
in interfaceBandanaPersister
-
remove
Deprecated.if space context passed in, remove the whole directory for space if global context passed in, remove the global bandana config file only- Specified by:
remove
in interfaceBandanaPersister
- Parameters:
bandanaContext
-
-
remove
Deprecated.Description copied from interface:BandanaPersister
Remove the storage of data associated with this context, under the key- Specified by:
remove
in interfaceBandanaPersister
-