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.ObjectcallContext(package private) Kkey(package private) Vvalue
-
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.ObjectgetCallContext()(package private) KgetKey()(package private) VgetValue()
-