Uses of Class
org.jgroups.util.AsyncExecutor
-
Packages that use AsyncExecutor Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of AsyncExecutor in org.jgroups.protocols
Fields in org.jgroups.protocols declared as AsyncExecutor Modifier and Type Field Description protected AsyncExecutor<java.lang.Object>
TP. async_executor
Methods in org.jgroups.protocols that return AsyncExecutor Modifier and Type Method Description AsyncExecutor<java.lang.Object>
TP. getAsyncExecutor()
Methods in org.jgroups.protocols with parameters of type AsyncExecutor Modifier and Type Method Description <T extends TP>
TTP. setAsyncExecutor(AsyncExecutor<java.lang.Object> e)
-
Uses of AsyncExecutor in org.jgroups.util
Methods in org.jgroups.util that return AsyncExecutor Modifier and Type Method Description AsyncExecutor<T>
AsyncExecutor. enable(boolean b)
AsyncExecutor<T>
AsyncExecutor. threadPool(ThreadPool p)
-