| Package | Description |
|---|---|
| org.onlab.util |
Miscellaneous domain-agnostic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
static BoundedThreadPool |
BoundedThreadPool.newFixedThreadPool(int numberOfThreads,
ThreadFactory threadFactory)
Returns a fixed-size, bounded executor service.
|
static BoundedThreadPool |
BoundedThreadPool.newSingleThreadExecutor(ThreadFactory threadFactory)
Returns a single-thread, bounded executor service.
|
Copyright © 2016. All rights reserved.