Package org.eclipse.jgit.util.io
Class IsolatedOutputStream.NamedThreadFactory
- java.lang.Object
-
- org.eclipse.jgit.util.io.IsolatedOutputStream.NamedThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
- Enclosing class:
- IsolatedOutputStream
private static class IsolatedOutputStream.NamedThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicInteger
cnt
-
Constructor Summary
Constructors Modifier Constructor Description private
NamedThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable r)
-