Package org.dataloader.stats.context
Class IncrementBatchLoadCountByStatisticsContext<K>
- java.lang.Object
-
- org.dataloader.stats.context.IncrementBatchLoadCountByStatisticsContext<K>
-
public class IncrementBatchLoadCountByStatisticsContext<K> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IncrementBatchLoadCountByStatisticsContext(java.util.List<K> keys, java.util.List<java.lang.Object> callContexts)
IncrementBatchLoadCountByStatisticsContext(K key, java.lang.Object callContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>
getCallContexts()
java.util.List<K>
getKeys()
-
-
-
Constructor Detail
-
IncrementBatchLoadCountByStatisticsContext
public IncrementBatchLoadCountByStatisticsContext(java.util.List<K> keys, java.util.List<java.lang.Object> callContexts)
-
IncrementBatchLoadCountByStatisticsContext
public IncrementBatchLoadCountByStatisticsContext(K key, java.lang.Object callContext)
-
-
Method Detail
-
getKeys
public java.util.List<K> getKeys()
-
getCallContexts
public java.util.List<java.lang.Object> getCallContexts()
-
-