Modifier and Type | Method and Description |
---|---|
void |
AbstractDomConcurrentDataBrokerModule.setMaxDataBrokerCommitQueueSize(Integer maxDataBrokerCommitQueueSize)
The maximum queue size for the data broker's commit executor.
|
void |
AbstractDomConcurrentDataBrokerModule.setMaxDataBrokerFutureCallbackPoolSize(Integer maxDataBrokerFutureCallbackPoolSize)
The maximum thread pool size for the data broker's commit future callback executor.
|
void |
AbstractDomConcurrentDataBrokerModule.setMaxDataBrokerFutureCallbackQueueSize(Integer maxDataBrokerFutureCallbackQueueSize)
The maximum queue size for the data broker's commit future callback executor.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractInMemoryConfigDataStoreProviderModule.setDebugTransactions(Boolean debugTransactions)
Enable transaction lifecycle debugging.
|
void |
AbstractInMemoryOperationalDataStoreProviderModule.setDebugTransactions(Boolean debugTransactions)
Enable transaction lifecycle debugging.
|
void |
AbstractInMemoryConfigDataStoreProviderModule.setMaxDataChangeExecutorPoolSize(Integer maxDataChangeExecutorPoolSize)
The maximum thread pool size for the data change notification executor.
|
void |
AbstractInMemoryOperationalDataStoreProviderModule.setMaxDataChangeExecutorPoolSize(Integer maxDataChangeExecutorPoolSize)
The maximum thread pool size for the data change notification executor.
|
void |
AbstractInMemoryConfigDataStoreProviderModule.setMaxDataChangeExecutorQueueSize(Integer maxDataChangeExecutorQueueSize)
The maximum queue size for the data change notification executor.
|
void |
AbstractInMemoryOperationalDataStoreProviderModule.setMaxDataChangeExecutorQueueSize(Integer maxDataChangeExecutorQueueSize)
The maximum queue size for the data change notification executor.
|
void |
AbstractInMemoryConfigDataStoreProviderModule.setMaxDataChangeListenerQueueSize(Integer maxDataChangeListenerQueueSize)
The maximum queue size for the data change listeners.
|
void |
AbstractInMemoryOperationalDataStoreProviderModule.setMaxDataChangeListenerQueueSize(Integer maxDataChangeListenerQueueSize)
The maximum queue size for the data change listeners.
|
void |
AbstractInMemoryConfigDataStoreProviderModule.setMaxDataStoreExecutorQueueSize(Integer maxDataStoreExecutorQueueSize)
The maximum queue size for the data store executor.
|
void |
AbstractInMemoryOperationalDataStoreProviderModule.setMaxDataStoreExecutorQueueSize(Integer maxDataStoreExecutorQueueSize)
The maximum queue size for the data store executor.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDomInmemoryDataBrokerModule.setMaxDataBrokerCommitQueueSize(Integer maxDataBrokerCommitQueueSize)
The maximum queue size for the data broker's commit executor.
|
void |
AbstractDomInmemoryDataBrokerModule.setMaxDataBrokerFutureCallbackPoolSize(Integer maxDataBrokerFutureCallbackPoolSize)
The maximum thread pool size for the data broker's commit future callback executor.
|
void |
AbstractDomInmemoryDataBrokerModule.setMaxDataBrokerFutureCallbackQueueSize(Integer maxDataBrokerFutureCallbackQueueSize)
The maximum queue size for the data broker's commit future callback executor.
|
void |
AbstractDomBrokerImplModule.setNotificationQueueDepth(MaxQueueDepth notificationQueueDepth)
Maximum number of elements in the notification queue, must be power-of-two.
|
void |
AbstractDomBrokerImplModule.setNotificationQueuePark(Integer notificationQueuePark)
Number of milliseconds notification queue should park for new requests before blocking.
|
void |
AbstractDomBrokerImplModule.setNotificationQueueSpin(Integer notificationQueueSpin)
Number of milliseconds notification queue should spin for new requests before parking.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelFactoryServiceInterface
Configuration wrapper around netty's channel factory
|
interface |
EventExecutorServiceInterface
Configuration wrapper around netty's event executor
|
interface |
EventLoopGroupServiceInterface
Configuration wrapper around netty's threadgroup
|
interface |
TimerServiceInterface
Configuration wrapper around netty's timer
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractNettyThreadgroupModule.setThreadCount(Integer threadCount)
Number of threads to be used by NioEventLoopGroup.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CheckedAutoCloseableServiceInterface
Test api
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestImplModule.setAllowUser(List<String> allowUser)
A list of user name patterns to allow
|
Copyright © 2019 OpenDaylight. All rights reserved.