Package org.dataloader.stats.context
Class IncrementLoadCountStatisticsContext<K>
- java.lang.Object
-
- org.dataloader.stats.context.IncrementLoadCountStatisticsContext<K>
-
public class IncrementLoadCountStatisticsContext<K> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
callContext
private K
key
-
Constructor Summary
Constructors Constructor Description IncrementLoadCountStatisticsContext(K key, java.lang.Object callContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getCallContext()
K
getKey()
-
-
-
Field Detail
-
key
private final K key
-
callContext
private final java.lang.Object callContext
-
-
Constructor Detail
-
IncrementLoadCountStatisticsContext
public IncrementLoadCountStatisticsContext(K key, java.lang.Object callContext)
-
-
Method Detail
-
getKey
public K getKey()
-
getCallContext
public java.lang.Object getCallContext()
-
-