public class Containers extends LinkedHashMap<String,Container>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
private org.slf4j.Logger |
log |
(package private) ExecutorService |
pool |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
Containers() |
Containers(int n) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shutdown() |
boolean |
shutdown(String name) |
Future<Boolean> |
start(String name) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeprivate static final long serialVersionUID
private final org.slf4j.Logger log
ExecutorService pool
Copyright © 2018. All rights reserved.