Package org.dataloader.reactive
Interface ReactiveSupport.HelperIntegration<K>
-
- Type Parameters:
K
- for keys
- Enclosing class:
- ReactiveSupport
public static interface ReactiveSupport.HelperIntegration<K>
Just some callbacks to the data loader code to do common tasks
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearCacheEntriesOnExceptions(java.util.List<K> keys)
void
clearCacheView(K key)
StatisticsCollector
getStats()
-
-
-
Method Detail
-
getStats
StatisticsCollector getStats()
-
clearCacheView
void clearCacheView(K key)
-
clearCacheEntriesOnExceptions
void clearCacheEntriesOnExceptions(java.util.List<K> keys)
-
-