| Interface | Description |
|---|---|
| Work<Material,W extends Work<Material,W>> |
A unit of work that can be applied to the given type of material, or combined with other like-typed units of
work.
|
| Class | Description |
|---|---|
| BinaryLatch |
This class is similar in many ways to a CountDownLatch(1).
|
| CompletableFuture<T> |
A
Future that may be explicitly completed (setting its value and status) |
| Futures |
Constructors for basic
Future types |
| RecentK<Type> |
Tracks an (approximate) set of recently seen unique elements in a stream, based on a concurrent LRU implementation.
|
| WorkSync<Material,W extends Work<Material,W>> |
Turns multi-threaded unary work into single-threaded stack work.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.