| 程序包 | 说明 |
|---|---|
| org.apache.ratis.util |
| 限定符和类型 | 方法和说明 |
|---|---|
<RESULT,THROWABLE extends Throwable> |
DataQueue.pollList(long timeoutMs,
CheckedFunctionWithTimeout<E,RESULT,THROWABLE> getResult,
TriConsumer<E,TimeDuration,TimeoutException> timeoutHandler)
Poll a list of the results within the given timeout.
|
<RESULT,THROWABLE extends Throwable> |
DataBlockingQueue.pollList(long timeoutMs,
CheckedFunctionWithTimeout<E,RESULT,THROWABLE> getResult,
TriConsumer<E,TimeDuration,TimeoutException> timeoutHandler) |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.