@ThreadSafe @Deprecated public static interface AdvancedCacheLoader.TaskContext
AdvancedCacheLoader.CacheLoaderTask
a way of canceling the entry
iteration. Should be thread safe.Modifier and Type | Method and Description |
---|---|
boolean |
isStopped()
Deprecated.
Verifies if the the TaskContext is marked as stopped.
|
void |
stop()
Deprecated.
Invoked from within the CacheLoaderTask, in order to signal the AdvancedCacheLoader implementation that
iteration should be stopped early (before iteration is finished).
|
void stop()
boolean isStopped()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.