public class ServerThreadFactory extends Object implements ThreadFactory
Modifier and Type | Class and Description |
---|---|
static class |
ServerThreadFactory.ExceptionHandler |
Constructor and Description |
---|
ServerThreadFactory(String threadPrefix,
Thread.UncaughtExceptionHandler handler) |
public ServerThreadFactory(String threadPrefix, Thread.UncaughtExceptionHandler handler)
public Thread newThread(Runnable run)
newThread
in interface ThreadFactory
Copyright © 2019 CorfuDB. All rights reserved.