Uses of Class
org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
Packages that use ImmutableThreadFactoryProvider.Builder
Package
Description
Utility classes for dealing with asynchronous and concurrent tasks.
-
Uses of ImmutableThreadFactoryProvider.Builder in org.opendaylight.yangtools.util.concurrent
Methods in org.opendaylight.yangtools.util.concurrent that return ImmutableThreadFactoryProvider.BuilderModifier and TypeMethodDescriptionImmutableThreadFactoryProvider.Builder.daemon
(boolean daemon) Initializes the value for thedaemon
attribute.Initializes the value for thelogger
attribute.ImmutableThreadFactoryProvider.Builder.namePrefix
(String namePrefix) Initializes the value for thenamePrefix
attribute.ImmutableThreadFactoryProvider.Builder.priority
(int priority) Initializes the optional valuepriority
to priority.Initializes the optional valuepriority
to priority.