com.avaje.ebeanservice.elastic.update.UpdateGroup Maven / Gradle / Ivy
package com.avaje.ebeanservice.elastic.update;
import com.avaje.ebean.DocStoreQueueEntry;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
/**
* Groups index update events by queueId.
*
* Some nested path updates can overlap with index events so it is good to process these together as
* a group and check for these overlaps (and skip unnecessary work).
*/
public class UpdateGroup {
private final String queueId;
private final List © 2015 - 2025 Weber Informatics LLC | Privacy Policy