public interface ReindexRequestCoalescer
Modifier and Type | Method and Description |
---|---|
List<ReindexRequest> |
coalesce(List<ReindexRequest> requests)
Attempts to combine a list of reindex requests into a fewer number.
|
@Nonnull List<ReindexRequest> coalesce(@Nonnull List<ReindexRequest> requests)
requests
- the requests to combine.Copyright © 2002-2016 Atlassian. All Rights Reserved.