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()
Startable
public long getCurrentValue()
IndexingCounter
getCurrentValue
in interface IndexingCounter
public long incrementValue()
incrementValue
in interface IndexingCounterManager
Copyright © 2002-2022 Atlassian. All Rights Reserved.