@Value.Immutable public abstract class InMemoryDOMDataStoreConfigProperties extends Object
InMemoryDOMDataStore
instance via the
InMemoryDOMDataStoreFactory
.InMemoryDOMDataStoreFactory
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_MAX_DATA_CHANGE_EXECUTOR_POOL_SIZE |
static int |
DEFAULT_MAX_DATA_CHANGE_EXECUTOR_QUEUE_SIZE |
static int |
DEFAULT_MAX_DATA_CHANGE_LISTENER_QUEUE_SIZE |
static int |
DEFAULT_MAX_DATA_STORE_EXECUTOR_QUEUE_SIZE |
Constructor and Description |
---|
InMemoryDOMDataStoreConfigProperties() |
Modifier and Type | Method and Description |
---|---|
static @NonNull InMemoryDOMDataStoreConfigPropertiesBuilder |
builder()
Returns a new
InMemoryDOMDataStoreConfigPropertiesBuilder . |
boolean |
getDebugTransactions()
Returns true if transaction allocation debugging should be enabled.
|
static @NonNull InMemoryDOMDataStoreConfigProperties |
getDefault()
Returns the InMemoryDOMDataStoreConfigProperties instance with default values.
|
int |
getMaxDataChangeExecutorPoolSize()
Returns the maximum thread pool size for the data change notification executor.
|
int |
getMaxDataChangeExecutorQueueSize()
Returns the maximum queue size for the data change notification executor.
|
int |
getMaxDataChangeListenerQueueSize()
Returns the maximum queue size for the data change listeners.
|
int |
getMaxDataStoreExecutorQueueSize()
Returns the maximum queue size for the data store executor.
|
public static final int DEFAULT_MAX_DATA_CHANGE_EXECUTOR_QUEUE_SIZE
public static final int DEFAULT_MAX_DATA_CHANGE_EXECUTOR_POOL_SIZE
public static final int DEFAULT_MAX_DATA_CHANGE_LISTENER_QUEUE_SIZE
public static final int DEFAULT_MAX_DATA_STORE_EXECUTOR_QUEUE_SIZE
public InMemoryDOMDataStoreConfigProperties()
public static @NonNull InMemoryDOMDataStoreConfigProperties getDefault()
public static @NonNull InMemoryDOMDataStoreConfigPropertiesBuilder builder()
InMemoryDOMDataStoreConfigPropertiesBuilder
.InMemoryDOMDataStoreConfigPropertiesBuilder
.@Value.Default public boolean getDebugTransactions()
@Value.Default public int getMaxDataChangeExecutorQueueSize()
@Value.Default public int getMaxDataChangeExecutorPoolSize()
@Value.Default public int getMaxDataChangeListenerQueueSize()
@Value.Default public int getMaxDataStoreExecutorQueueSize()
Copyright © 2019 OpenDaylight. All rights reserved.