Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        final K key
      • value

        final V value
      • callContext

        final java.lang.Object callContext
    • Constructor Detail

      • LoaderQueueEntry

        public LoaderQueueEntry​(K key,
                                V value,
                                java.lang.Object callContext)
    • Method Detail

      • getKey

        K getKey()
      • getValue

        V getValue()
      • getCallContext

        java.lang.Object getCallContext()