Uses of Class
org.jgroups.util.DefaultThreadFactory
-
Packages that use DefaultThreadFactory Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of DefaultThreadFactory in org.jgroups.util
Subclasses of DefaultThreadFactory in org.jgroups.util Modifier and Type Class Description class
LazyThreadFactory
Lazily names threads: whenever the address or cluster name is changed, all threads are renamedMethods in org.jgroups.util with type parameters of type DefaultThreadFactory Modifier and Type Method Description <T extends DefaultThreadFactory>
TDefaultThreadFactory. log(Log l)
<T extends DefaultThreadFactory>
TDefaultThreadFactory. useFibers(boolean f)
-