Class TaskContextImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      TaskContextImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isStopped()
      Verifies if the the TaskContext is marked as stopped.
      void stop()
      Invoked from within the CacheLoaderTask, in order to signal the AdvancedCacheLoader implementation that iteration should be stopped early (before iteration is finished).