| Modifier and Type | Interface and Description |
|---|---|
interface |
OutboundQueueHandlerRegistration<T extends OutboundQueueHandler>
An
ObjectRegistration of a OutboundQueueHandler. |
| Modifier and Type | Method and Description |
|---|---|
<T extends OutboundQueueHandler> |
ConnectionAdapter.registerOutboundQueueHandler(T handler,
int maxQueueDepth,
long maxBarrierNanos)
Registers a new bypass outbound queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundQueueManagerNoBarrier<T extends OutboundQueueHandler> |
| Modifier and Type | Method and Description |
|---|---|
<T extends OutboundQueueHandler> |
ConnectionAdapterImpl.registerOutboundQueueHandler(T handler,
int maxQueueDepth,
long maxBarrierNanos) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OutboundQueueProvider
Outbound queue provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundQueueProviderImpl |
Copyright © 2019 OpenDaylight. All rights reserved.