Uses of Class
org.opendaylight.infrautils.utils.concurrent.ThreadFactoryProvider
-
Packages that use ThreadFactoryProvider Package Description org.opendaylight.infrautils.utils.concurrent General purpose concurrency related utilities. -
-
Uses of ThreadFactoryProvider in org.opendaylight.infrautils.utils.concurrent
Subclasses of ThreadFactoryProvider in org.opendaylight.infrautils.utils.concurrent Modifier and Type Class Description class
ImmutableThreadFactoryProvider
Immutable implementation ofThreadFactoryProvider
.Methods in org.opendaylight.infrautils.utils.concurrent with parameters of type ThreadFactoryProvider Modifier and Type Method Description static ImmutableThreadFactoryProvider
ImmutableThreadFactoryProvider. copyOf(ThreadFactoryProvider instance)
Creates an immutable copy of aThreadFactoryProvider
value.
-