public class ReindexingAuditHandlerImpl extends AbstractAuditHandler implements ReindexingAuditHandler
Constructor and Description |
---|
ReindexingAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService,
JiraDurationUtils durationUtils,
DateTimeFormatter dateTimeFormatter) |
Modifier and Type | Method and Description |
---|---|
void |
handleBackgroundReindexingCancelled(long startTime) |
void |
handleReindexingCompleted(long startTime,
long duration,
boolean wasBackgroundReindex,
long reindexedIssuesCount,
long reindexedArchivedIssuesCount) |
void |
handleReindexingStarted(boolean isBackgroundReindex) |
handleException
public ReindexingAuditHandlerImpl(com.atlassian.audit.api.AuditService auditService, JiraDurationUtils durationUtils, DateTimeFormatter dateTimeFormatter)
public void handleReindexingStarted(boolean isBackgroundReindex)
handleReindexingStarted
in interface ReindexingAuditHandler
public void handleReindexingCompleted(long startTime, long duration, boolean wasBackgroundReindex, long reindexedIssuesCount, long reindexedArchivedIssuesCount)
handleReindexingCompleted
in interface ReindexingAuditHandler
public void handleBackgroundReindexingCancelled(long startTime)
handleBackgroundReindexingCancelled
in interface ReindexingAuditHandler
Copyright © 2002-2021 Atlassian. All Rights Reserved.