Uses of Class
org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
Packages that use ImmutableThreadFactoryProvider
Package
Description
Utility classes for dealing with asynchronous and concurrent tasks.
-
Uses of ImmutableThreadFactoryProvider in org.opendaylight.yangtools.util.concurrent
Methods in org.opendaylight.yangtools.util.concurrent that return ImmutableThreadFactoryProviderModifier and TypeMethodDescriptionImmutableThreadFactoryProvider.Builder.build()
Builds a newImmutableThreadFactoryProvider
.ImmutableThreadFactoryProvider.BuildFinal.build()
Builds a newImmutableThreadFactoryProvider
.ImmutableThreadFactoryProvider.copyOf
(ThreadFactoryProvider instance) Creates an immutable copy of aThreadFactoryProvider
value.Construct a new immutableThreadFactoryProvider
instance.ImmutableThreadFactoryProvider.withDaemon
(boolean value) Copy the current immutable object by setting a value for thedaemon
attribute.ImmutableThreadFactoryProvider.withLogger
(Logger value) Copy the current immutable object by setting a value for thelogger
attribute.ImmutableThreadFactoryProvider.withNamePrefix
(String value) Copy the current immutable object by setting a value for thenamePrefix
attribute.ImmutableThreadFactoryProvider.withPriority
(int value) Copy the current immutable object by setting a present value for the optionalpriority
attribute.ImmutableThreadFactoryProvider.withPriority
(Optional<Integer> optional) Copy the current immutable object by setting an optional value for thepriority
attribute.