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-queue
     rpc 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 Detail

      • getQueue

        @CheckReturnValue
        com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueOutput>> getQueue​(GetQueueInput input)
        Exploring openflow device queues.