Uses of Class
org.dataloader.ValueCache.ValueCachingNotSupported
-
Packages that use ValueCache.ValueCachingNotSupported Package Description org.dataloader org.dataloader.impl -
-
Uses of ValueCache.ValueCachingNotSupported in org.dataloader
Methods in org.dataloader that throw ValueCache.ValueCachingNotSupported Modifier and Type Method Description default java.util.concurrent.CompletableFuture<java.util.List<Try<V>>>
ValueCache. getValues(java.util.List<K> keys)
Gets the specified keys from the value cache, in a batch call.default java.util.concurrent.CompletableFuture<java.util.List<V>>
ValueCache. setValues(java.util.List<K> keys, java.util.List<V> values)
Stores the value with the specified keys, or updates it if the keys if they already exist. -
Uses of ValueCache.ValueCachingNotSupported in org.dataloader.impl
Fields in org.dataloader.impl declared as ValueCache.ValueCachingNotSupported Modifier and Type Field Description private ValueCache.ValueCachingNotSupported
NoOpValueCache. NOT_SUPPORTED
Methods in org.dataloader.impl that throw ValueCache.ValueCachingNotSupported Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.List<Try<V>>>
NoOpValueCache. getValues(java.util.List<K> keys)
java.util.concurrent.CompletableFuture<java.util.List<V>>
NoOpValueCache. setValues(java.util.List<K> keys, java.util.List<V> values)
-