public class IndexingCounterManagerImpl extends Object implements IndexingCounterManager, IndexingCounter, Startable
| Constructor and Description |
|---|
IndexingCounterManagerImpl(BackingPropertySetManager backingPropertySetManager,
com.atlassian.beehive.ClusterLockService clusterLockService) |
| Modifier and Type | Method and Description |
|---|---|
long |
getCurrentValue()
This method returns the current re-indexing count.
|
long |
incrementValue() |
void |
start()
This method will be called after the plugin system is fully initialised and all components added to the
dependency injection framework.
|
public IndexingCounterManagerImpl(BackingPropertySetManager backingPropertySetManager, com.atlassian.beehive.ClusterLockService clusterLockService)
public void start()
Startablepublic long getCurrentValue()
IndexingCountergetCurrentValue in interface IndexingCounterpublic long incrementValue()
incrementValue in interface IndexingCounterManagerCopyright © 2002-2019 Atlassian. All Rights Reserved.