Constructor and Description |
---|
AsyncResultCache(Node node,
WeakHashMap<Node,T> cache,
Future<T> future,
String name) |
Modifier and Type | Method and Description |
---|---|
static <V,T extends Throwable> |
get(Node node,
WeakHashMap<Node,V> cache,
hudson.remoting.Callable<V,T> operation,
String name) |
static <V,T extends Throwable> |
get(Node node,
WeakHashMap<Node,V> cache,
hudson.remoting.Callable<V,T> operation,
String name,
V defaultIfNull) |
void |
run() |
public static <V,T extends Throwable> V get(Node node, WeakHashMap<Node,V> cache, hudson.remoting.Callable<V,T> operation, String name, V defaultIfNull) throws IOException
IOException
public static <V,T extends Throwable> V get(Node node, WeakHashMap<Node,V> cache, hudson.remoting.Callable<V,T> operation, String name) throws IOException
IOException
Copyright © 2016–2022. All rights reserved.