public interface DistributedExecutionMap<K extends Serializable,V>
| Modifier and Type | Method and Description |
|---|---|
<R extends Serializable> |
execute(String key,
int timeoutSeconds,
org.infinispan.util.function.SerializableFunction<V,R> task) |
V |
get(K key) |
void |
put(K key,
V value) |
void |
remove(K key,
V value) |
Copyright © 2011–2019 Glowroot contributors. All rights reserved.