public class ResultQueue<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TIME_WAIT_RESULT |
static java.util.concurrent.TimeUnit |
TIME_WAIT_RESULT_UNIT |
| Constructor and Description |
|---|
ResultQueue(int maxSize) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close() |
void |
put(T item) |
T |
take(int time,
java.util.concurrent.TimeUnit timeUnit) |
public static final int TIME_WAIT_RESULT
public static final java.util.concurrent.TimeUnit TIME_WAIT_RESULT_UNIT
Copyright © 2018 SAP SE. All Rights Reserved.