@groovy.util.logging.Slf4j @groovy.transform.CompileStatic class IgLocalCacheStore extends java.lang.Object
Save the cache entries in the local file system
| Constructor and description |
|---|
IgLocalCacheStore
() |
protected IgLocalCacheStore
(nextflow.Session session) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
delete(java.lang.Object key) |
|
void |
deleteAll(java.util.Collection<?> keys) |
|
V |
load(K key) |
|
java.util.Map<K, V> |
loadAll(java.lang.Iterable<? extends K> keys) |
|
void |
loadCache(org.apache.ignite.lang.IgniteBiInClosure<K, V> clo, java.lang.Object... args) |
|
void |
sessionEnd(boolean commit) |
|
void |
write(Cache.Entry<? extends K, ? extends V> entry) |
|
void |
writeAll(java.util.Collection<Cache.Entry<? extends K, ? extends V>> entries) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |