Interface | Description |
---|---|
WaterMarkQueue<T> |
This queue acts as a queue with a mark.
|
Class | Description |
---|---|
DefaultWaterMarkQueue<T> |
A Default implementation for WaterMarkQueue interface.
|
WaterMarkExecutor |
An
ExecutorService that executes each submitted task using
one of possibly several pooled threads, but the execution happens differently
from the ThreadPoolExecutor . |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.