public class

ReindexRequestNonCoalescer

extends Object
implements ReindexRequestCoalescer
java.lang.Object
   ↳ com.atlassian.jira.index.request.ReindexRequestNonCoalescer

Class Overview

A coalescer that doesn't do any coalescing. All requests are left exactly as they are.

Summary

Public Constructors
ReindexRequestNonCoalescer()
Public Methods
@Nonnull List<ReindexRequest> coalesce(List<ReindexRequest> requests)
Attempts to combine a list of reindex requests into a fewer number.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.index.request.ReindexRequestCoalescer

Public Constructors

public ReindexRequestNonCoalescer ()

Public Methods

@Nonnull public List<ReindexRequest> coalesce (List<ReindexRequest> requests)

Attempts to combine a list of reindex requests into a fewer number.

Parameters
requests the requests to combine.
Returns
  • a new list of possibly fewer reindex requests.