Class Dispatchers
java.lang.Object
org.opendaylight.controller.cluster.common.actor.Dispatchers
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.concurrent.ExecutionContextExecutor
getDispatcher
(Dispatchers.DispatcherType dispatcherType) getDispatcherPath
(Dispatchers.DispatcherType dispatcherType)
-
Field Details
-
DEFAULT_DISPATCHER_PATH
- See Also:
-
CLIENT_DISPATCHER_PATH
- See Also:
-
TXN_DISPATCHER_PATH
- See Also:
-
SHARD_DISPATCHER_PATH
- See Also:
-
NOTIFICATION_DISPATCHER_PATH
- See Also:
-
SERIALIZATION_DISPATCHER_PATH
- See Also:
-
-
Constructor Details
-
Dispatchers
public Dispatchers(org.apache.pekko.dispatch.Dispatchers dispatchers)
-
-
Method Details
-
getDispatcher
public scala.concurrent.ExecutionContextExecutor getDispatcher(Dispatchers.DispatcherType dispatcherType) -
getDispatcherPath
-