org.dataloader.stats.context.IncrementBatchLoadCountByStatisticsContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-dataloader Show documentation
Show all versions of java-dataloader Show documentation
A pure Java 8 port of Facebook Dataloader
package org.dataloader.stats.context;
import java.util.Collections;
import java.util.List;
public class IncrementBatchLoadCountByStatisticsContext {
private final List keys;
private final List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy