Interface SalQueueService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
public interface SalQueueService extends org.opendaylight.yangtools.yang.binding.RpcService
Interface for implementing the following YANG RPCs defined in module sal-queuerpc get-queue { input input { uses inv:node-context-ref; leaf port-number { type port-type:port-number-uni; } } output output { list packet-queues { uses queue-type:queue-packet; } } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueOutput>>
getQueue(GetQueueInput input)
Exploring openflow device queues.
-
-
-
Method Detail
-
getQueue
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueOutput>> getQueue(GetQueueInput input)
Exploring openflow device queues.
-
-