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 aThreadFactoryProvidervalue.Construct a new immutableThreadFactoryProviderinstance.ImmutableThreadFactoryProvider.withDaemon(boolean value) Copy the current immutable object by setting a value for thedaemonattribute.ImmutableThreadFactoryProvider.withLogger(Logger value) Copy the current immutable object by setting a value for theloggerattribute.ImmutableThreadFactoryProvider.withNamePrefix(String value) Copy the current immutable object by setting a value for thenamePrefixattribute.ImmutableThreadFactoryProvider.withPriority(int value) Copy the current immutable object by setting a present value for the optionalpriorityattribute.ImmutableThreadFactoryProvider.withPriority(Optional<Integer> optional) Copy the current immutable object by setting an optional value for thepriorityattribute.