public interface DomBrokerImplModuleMXBean
Modifier and Type | Method and Description |
---|---|
ObjectName |
getAsyncDataBroker() |
MaxQueueDepth |
getNotificationQueueDepth() |
Integer |
getNotificationQueuePark() |
Integer |
getNotificationQueueSpin() |
ObjectName |
getRootSchemaService() |
void |
setAsyncDataBroker(ObjectName asyncDataBroker) |
void |
setNotificationQueueDepth(MaxQueueDepth notificationQueueDepth)
Maximum number of elements in the notification queue, must be power-of-two.
|
void |
setNotificationQueuePark(Integer notificationQueuePark)
Number of milliseconds notification queue should park for new requests before blocking.
|
void |
setNotificationQueueSpin(Integer notificationQueueSpin)
Number of milliseconds notification queue should spin for new requests before parking.
|
void |
setRootSchemaService(ObjectName rootSchemaService) |
Integer getNotificationQueueSpin()
void setNotificationQueueSpin(Integer notificationQueueSpin)
ObjectName getRootSchemaService()
void setRootSchemaService(ObjectName rootSchemaService)
Integer getNotificationQueuePark()
void setNotificationQueuePark(Integer notificationQueuePark)
MaxQueueDepth getNotificationQueueDepth()
void setNotificationQueueDepth(MaxQueueDepth notificationQueueDepth)
ObjectName getAsyncDataBroker()
void setAsyncDataBroker(ObjectName asyncDataBroker)
Copyright © 2019 OpenDaylight. All rights reserved.