|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JournalStateStore | |
|---|---|
| com.atlassian.confluence.impl.journal | Provides implementation of Journal Service. |
| com.atlassian.confluence.importexport.xmlimport | Imports Confluence data from an XML backup. |
| com.atlassian.confluence.test.rpc | |
| com.atlassian.confluence.upgrade.upgradetask | |
| Uses of JournalStateStore in com.atlassian.confluence.impl.journal |
|---|
| Classes in com.atlassian.confluence.impl.journal that implement JournalStateStore | |
|---|---|
class |
CachingJournalStateStore
|
class |
FilesystemJournalStateStore
Persists journal state in the local home directory on each node. |
| Constructors in com.atlassian.confluence.impl.journal with parameters of type JournalStateStore | |
|---|---|
CachingJournalStateStore(JournalStateStore delegate,
com.atlassian.cache.CacheFactory cacheFactory)
|
|
DefaultJournalManager(JournalDao journalDao,
JournalStateStore journalStateStore,
long ignoreWithinMillis)
|
|
JournalStateResettingListener(com.atlassian.event.api.EventListenerRegistrar eventListenerRegistrar,
JournalStateStore journalStateStore)
|
|
| Uses of JournalStateStore in com.atlassian.confluence.importexport.xmlimport |
|---|
| Constructors in com.atlassian.confluence.importexport.xmlimport with parameters of type JournalStateStore | |
|---|---|
FileBackupImporter(JournalStateStore journalStateStore)
|
|
| Uses of JournalStateStore in com.atlassian.confluence.test.rpc |
|---|
| Methods in com.atlassian.confluence.test.rpc with parameters of type JournalStateStore | |
|---|---|
void |
FuncTestRpcHandlerImpl.setJournalStateStore(JournalStateStore journalStateStore)
|
| Uses of JournalStateStore in com.atlassian.confluence.upgrade.upgradetask |
|---|
| Constructors in com.atlassian.confluence.upgrade.upgradetask with parameters of type JournalStateStore | |
|---|---|
InitialiseIndexJournalStateUpgradeTask(JournalStateStore journalStateStore,
net.sf.hibernate.SessionFactory sessionFactory)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||