public class SingletonHolder extends Object
Modifier and Type | Field and Description |
---|---|
static javassist.ClassPool |
CLASS_POOL |
static int |
CORE_NOTIFICATION_THREADS |
static org.opendaylight.mdsal.binding.generator.util.JavassistUtils |
JAVASSIST |
static int |
MAX_NOTIFICATION_QUEUE_SIZE |
static int |
MAX_NOTIFICATION_THREADS |
static int |
NOTIFICATION_THREAD_LIFE |
Constructor and Description |
---|
SingletonHolder() |
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
getDefaultChangeEventExecutor() |
static com.google.common.util.concurrent.ListeningExecutorService |
getDefaultCommitExecutor()
Deprecated.
This method is only used from configuration modules and thus callers of it
should use service injection to make the executor configurable.
|
static com.google.common.util.concurrent.ListeningExecutorService |
getDefaultNotificationExecutor()
Deprecated.
This method is only used from configuration modules and thus callers of it
should use service injection to make the executor configurable.
|
public static final javassist.ClassPool CLASS_POOL
public static final org.opendaylight.mdsal.binding.generator.util.JavassistUtils JAVASSIST
public static final int CORE_NOTIFICATION_THREADS
public static final int MAX_NOTIFICATION_THREADS
public static final int MAX_NOTIFICATION_QUEUE_SIZE
public static final int NOTIFICATION_THREAD_LIFE
@Deprecated public static com.google.common.util.concurrent.ListeningExecutorService getDefaultNotificationExecutor()
@Deprecated public static com.google.common.util.concurrent.ListeningExecutorService getDefaultCommitExecutor()
public static ExecutorService getDefaultChangeEventExecutor()
Copyright © 2019 OpenDaylight. All rights reserved.