|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.manager.directory.DirectorySynchronisationInformationStoreImpl
public class DirectorySynchronisationInformationStoreImpl
| Constructor Summary | |
|---|---|
DirectorySynchronisationInformationStoreImpl()
|
|
DirectorySynchronisationInformationStoreImpl(ConcurrentMap<Long,DirectorySynchronisationInformation> syncStatus)
Construct a DirectorySynchronisationInformationStoreImpl which is backed by a concurrent map. |
|
| Method Summary | |
|---|---|
void |
clear()
Clears directory synchronisation information of all directories. |
void |
clear(long directoryId)
Clears directory synchronisation information of a directory with the given id. |
DirectorySynchronisationInformation |
get(long directoryId)
Returns directory synchronisation information for a directory with the given id. |
void |
set(long directoryId,
DirectorySynchronisationInformation syncInfo)
Set directory synchronisation information for a directory with the given id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DirectorySynchronisationInformationStoreImpl()
public DirectorySynchronisationInformationStoreImpl(ConcurrentMap<Long,DirectorySynchronisationInformation> syncStatus)
DirectorySynchronisationInformationStoreImpl which is backed by a concurrent map.
This constructor can be used to achieve cluster safety in cluster-capable applications by providing a cluster-aware implementation
| Method Detail |
|---|
public DirectorySynchronisationInformation get(long directoryId)
DirectorySynchronisationInformationStore
get in interface DirectorySynchronisationInformationStoredirectoryId - directory id
public void set(long directoryId,
DirectorySynchronisationInformation syncInfo)
DirectorySynchronisationInformationStore
set in interface DirectorySynchronisationInformationStoredirectoryId - directory idsyncInfo - directory synchronisation informationpublic void clear(long directoryId)
DirectorySynchronisationInformationStore
clear in interface DirectorySynchronisationInformationStoredirectoryId - directory idpublic void clear()
DirectorySynchronisationInformationStore
clear in interface DirectorySynchronisationInformationStore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||