@Deprecated public class ConfluenceBandanaPersister extends Object implements com.atlassian.bandana.BandanaPersister
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_DIRECTORY_NAME
Deprecated.
|
static String |
GLOBAL_CONFIG_FILE_NAME
Deprecated.
|
static String |
SPACE_CONFIG_FILE_NAME
Deprecated.
|
| Constructor and Description |
|---|
ConfluenceBandanaPersister()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
flushCaches()
Deprecated.
|
protected String |
getBasePath()
Deprecated.
|
void |
remove(com.atlassian.bandana.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 only
|
void |
remove(com.atlassian.bandana.BandanaContext context,
String key)
Deprecated.
|
Map |
retrieve(com.atlassian.bandana.BandanaContext context)
Deprecated.
|
Object |
retrieve(com.atlassian.bandana.BandanaContext context,
String key)
Deprecated.
|
Iterable<String> |
retrieveKeys(com.atlassian.bandana.BandanaContext bandanaContext)
Deprecated.
|
void |
setBootstrapManager(BootstrapManager bootstrapManager)
Deprecated.
|
void |
setxStreamManager(ConfluenceXStreamManager xStreamManager)
Deprecated.
|
void |
store(com.atlassian.bandana.BandanaContext context,
String key,
Object configuration)
Deprecated.
|
public static final String CONFIG_DIRECTORY_NAME
public static final String GLOBAL_CONFIG_FILE_NAME
public static final String SPACE_CONFIG_FILE_NAME
public Object retrieve(com.atlassian.bandana.BandanaContext context, String key)
retrieve in interface com.atlassian.bandana.BandanaPersisterpublic Map retrieve(com.atlassian.bandana.BandanaContext context)
retrieve in interface com.atlassian.bandana.BandanaPersisterpublic Iterable<String> retrieveKeys(com.atlassian.bandana.BandanaContext bandanaContext)
retrieveKeys in interface com.atlassian.bandana.BandanaPersisterpublic void store(com.atlassian.bandana.BandanaContext context,
String key,
Object configuration)
store in interface com.atlassian.bandana.BandanaPersisterprotected String getBasePath()
public void setxStreamManager(ConfluenceXStreamManager xStreamManager)
public void setBootstrapManager(BootstrapManager bootstrapManager)
public void flushCaches()
flushCaches in interface com.atlassian.bandana.BandanaPersisterpublic void remove(com.atlassian.bandana.BandanaContext bandanaContext)
remove in interface com.atlassian.bandana.BandanaPersisterbandanaContext - public void remove(com.atlassian.bandana.BandanaContext context,
String key)
remove in interface com.atlassian.bandana.BandanaPersisterCopyright © 2003–2021 Atlassian. All rights reserved.