public class VolatileFuture<T> extends Object
| Constructor and Description |
|---|
VolatileFuture(T initialValue) |
public VolatileFuture(T initialValue)
public void set(T value)
public T get(long timeoutMillis, Predicate<T> predicate) throws TimeoutException, InterruptedException
TimeoutExceptionInterruptedExceptionCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.