java.lang.Object | ||
↳ | com.atlassian.jira.service.AbstractService | |
↳ | com.atlassian.jira.index.ha.IndexSnapshotService |
A service that when run will store a snapshot of the Lucene indexes
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BACKUP_COUNT | ||||||||||
int | DEFAULT_COUNT | ||||||||||
String | DEFAULT_DATE_FORMAT | ||||||||||
String | SERVICE_KEY | ||||||||||
String | SERVICE_NAME |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
[Expand]
Inherited Fields | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | ||||||||||||||
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the key of this object
| |||||||||||
Initialise the service.
| |||||||||||
By default, returns false.
| |||||||||||
By default, services are not unique.
| |||||||||||
This method must be implemented in a subclass, and performs the functionality
that the service performs.
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||
![]() |
Initialise the service. This method is guaranteed to be called before the first call to run().
As the parameters are gained from the user's interaction with the website, it is not guaranteed to be called with the correct, or indeed with any parameters.
init() may be called multiple times during the services lifetime.
props | initialisation parameters |
---|
ObjectConfigurationException |
---|
By default, returns false.
By default, services are not unique.
This method must be implemented in a subclass, and performs the functionality that the service performs. This method is called after the duration specified through the administration web interface.