com.avaje.ebeanservice.elastic.update.UpdateNested Maven / Gradle / Ivy
package com.avaje.ebeanservice.elastic.update;
import java.util.ArrayList;
import java.util.List;
/**
* A group of nested updates for a given path.
*
* We group these together to process in batch/bulk.
*
*/
public class UpdateNested {
private final String path;
private final List © 2015 - 2025 Weber Informatics LLC | Privacy Policy