| Interface | Description |
|---|---|
| StripedCallable<V> |
All of the Callables in the same "Stripe" will be executed consecutively.
|
| StripedObject |
Used to indicate which "stripe" this Runnable or Callable belongs to.
|
| StripedRunnable |
All of the Runnables in the same "Stripe" will be executed consecutively.
|
| Class | Description |
|---|---|
| StripedExecutorService |
The StripedExecutorService accepts Runnable/Callable objects
that also implement the StripedObject interface.
|