类 AbstractListeningExecutorService
java.lang.Object
java.util.concurrent.AbstractExecutorService
com.alibaba.ageiport.common.concurrent.AbstractListeningExecutorService
- 所有已实现的接口:
ListeningExecutorService,Executor,ExecutorService
- 直接已知子类:
ListeningDecorator
public abstract class AbstractListeningExecutorService
extends AbstractExecutorService
implements ListeningExecutorService
- 作者:
- lingyi
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected final <T> RunnableFuture<T>newTaskFor(Runnable runnable, T value) protected final <T> RunnableFuture<T>newTaskFor(Callable<T> callable) <T> ListenableFuture<T><T> ListenableFuture<T>从类继承的方法 java.util.concurrent.AbstractExecutorService
invokeAll, invokeAll, invokeAny, invokeAny从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.concurrent.ExecutorService
awaitTermination, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow从接口继承的方法 com.alibaba.ageiport.common.concurrent.ListeningExecutorService
invokeAll, invokeAll
-
构造器详细资料
-
AbstractListeningExecutorService
public AbstractListeningExecutorService()
-
-
方法详细资料
-
newTaskFor
- 覆盖:
newTaskFor在类中AbstractExecutorService- 从以下版本开始:
- 19.0 (present with return type
ListenableFutureTasksince 14.0)
-
newTaskFor
- 覆盖:
newTaskFor在类中AbstractExecutorService- 从以下版本开始:
- 19.0 (present with return type
ListenableFutureTasksince 14.0)
-
submit
- 指定者:
submit在接口中ExecutorService- 指定者:
submit在接口中ListeningExecutorService- 覆盖:
submit在类中AbstractExecutorService
-
submit
- 指定者:
submit在接口中ExecutorService- 指定者:
submit在接口中ListeningExecutorService- 覆盖:
submit在类中AbstractExecutorService
-
submit
- 指定者:
submit在接口中ExecutorService- 指定者:
submit在接口中ListeningExecutorService- 覆盖:
submit在类中AbstractExecutorService
-