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 Object
  • Field Details

    • key

      final K key
    • value

      final V value
    • callContext

      final Object callContext
  • Constructor Details

    • LoaderQueueEntry

      public LoaderQueueEntry(K key, V value, Object callContext)
  • Method Details

    • getKey

      K getKey()
    • getValue

      V getValue()
    • getCallContext

      Object getCallContext()