Package org.dataloader
Class DataLoaderHelper.LoaderQueueEntry<K,V>
- java.lang.Object
-
- org.dataloader.DataLoaderHelper.LoaderQueueEntry<K,V>
-
- Enclosing class:
- DataLoaderHelper<K,V>
static class DataLoaderHelper.LoaderQueueEntry<K,V> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Object
callContext
(package private) K
key
(package private) V
value
-
Constructor Summary
Constructors Constructor Description LoaderQueueEntry(K key, V value, java.lang.Object callContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
getCallContext()
(package private) K
getKey()
(package private) V
getValue()
-