| Package | Description |
|---|---|
| com.atlassian.bandana | |
| com.atlassian.bandana.impl | |
| com.atlassian.confluence.impl.journal |
Provides implementation of Journal Service.
|
| com.atlassian.confluence.plugins.runtimeconfig.service | |
| com.atlassian.confluence.setup.bandana |
| Modifier and Type | Method and Description |
|---|---|
BandanaContext |
BandanaContext.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
DefaultBandanaManager.getContextEntries(BandanaContext context) |
Map<String,Object> |
BandanaManager.getContextEntries(BandanaContext context)
Gets all the entries under the given context.
|
Iterable<String> |
DefaultBandanaManager.getKeys(BandanaContext context) |
Iterable<String> |
BandanaManager.getKeys(BandanaContext context)
Gets all the keys for entries under the given context.
|
Object |
DefaultBandanaManager.getValue(BandanaContext context,
String key) |
Object |
BandanaManager.getValue(BandanaContext context,
String key)
Get the configuration object, starting with the given context and looking upwards.
|
Object |
DefaultBandanaManager.getValue(BandanaContext context,
String key,
boolean lookup) |
Object |
BandanaManager.getValue(BandanaContext context,
String key,
boolean lookUp)
Get the configuration object, starting with the given context
|
void |
BandanaPersister.remove(BandanaContext context)
Remove the storage of data associated with this context
|
void |
BandanaPersister.remove(BandanaContext context,
String key)
Remove the storage of data associated with this context, under the key
|
void |
DefaultBandanaManager.removeValue(BandanaContext context,
String key) |
void |
BandanaManager.removeValue(BandanaContext context,
String key)
Remove the configuration object, using the given context.
|
Map<String,Object> |
BandanaPersister.retrieve(BandanaContext context)
Retrieve all the values belonging to the context.
|
Object |
BandanaPersister.retrieve(BandanaContext context,
String key)
Retrieve a value by its context/key tuple.
|
Iterable<String> |
BandanaPersister.retrieveKeys(BandanaContext context)
Retrieve all the keys belonging to the context.
|
void |
DefaultBandanaManager.setValue(BandanaContext context,
String key,
Object value) |
void |
BandanaManager.setValue(BandanaContext context,
String key,
Object value)
Set a configuration object with the given context.
|
void |
BandanaPersister.store(BandanaContext context,
String key,
Object value)
Store a context/key/value triplet.
|
| Modifier and Type | Method and Description |
|---|---|
BandanaContext |
PersisterKey.getContext() |
| Constructor and Description |
|---|
PersisterKey(BandanaContext context,
String key) |
| Modifier and Type | Class and Description |
|---|---|
class |
JournalBandanaContext
Bandana context that acts as a namespace for key value pairs for the journal system.
|
| Modifier and Type | Method and Description |
|---|---|
BandanaContext |
JournalBandanaContext.getParentContext() |
| Constructor and Description |
|---|
BandanaJournalStateStore(BandanaPersister bandanaPersister,
BandanaContext bandanaContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
RcsBandanaContext
Bandana context for the runtime configuration service
|
| Modifier and Type | Method and Description |
|---|---|
BandanaContext |
RcsBandanaContext.getParentContext() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyedBandanaContext
BandanaContext which provides a string key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfluenceBandanaContext |
| Modifier and Type | Method and Description |
|---|---|
BandanaContext |
ConfluenceBandanaContext.getParentContext() |
| Modifier and Type | Method and Description |
|---|---|
BandanaSerializer |
BandanaPersisterSupport.getSerializer(BandanaContext context) |
void |
ConfluencePrefetchingBandanaPersister.remove(BandanaContext context) |
void |
ConfluenceDaoBandanaPersister.remove(BandanaContext context) |
void |
ConfluenceBandanaPersister.remove(BandanaContext bandanaContext)
if space context passed in, remove the whole directory for space
if global context passed in, remove the global bandana config file only
|
void |
ConfluencePrefetchingBandanaPersister.remove(BandanaContext context,
String key) |
void |
ConfluenceDaoBandanaPersister.remove(BandanaContext context,
String key) |
void |
ConfluenceBandanaPersister.remove(BandanaContext context,
String key) |
Map<String,Object> |
ConfluencePrefetchingBandanaPersister.retrieve(BandanaContext context) |
Map |
ConfluenceDaoBandanaPersister.retrieve(BandanaContext context) |
Map |
ConfluenceBandanaPersister.retrieve(BandanaContext context) |
Object |
ConfluencePrefetchingBandanaPersister.retrieve(BandanaContext context,
String key) |
Object |
ConfluenceDaoBandanaPersister.retrieve(BandanaContext context,
String key) |
Object |
ConfluenceBandanaPersister.retrieve(BandanaContext context,
String key) |
Iterable<String> |
ConfluencePrefetchingBandanaPersister.retrieveKeys(BandanaContext context) |
Iterable<String> |
ConfluenceDaoBandanaPersister.retrieveKeys(BandanaContext bandanaContext) |
Iterable<String> |
ConfluenceBandanaPersister.retrieveKeys(BandanaContext bandanaContext) |
void |
ConfluencePrefetchingBandanaPersister.store(BandanaContext context,
String key,
Object value) |
void |
ConfluenceDaoBandanaPersister.store(BandanaContext context,
String key,
Object value) |
void |
ConfluenceBandanaPersister.store(BandanaContext context,
String key,
Object configuration) |
Copyright © 2003–2016 Atlassian. All rights reserved.