All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService

@Generated("mdsal-binding-generator") public interface PcepTopologyStatsRpcService extends org.opendaylight.yangtools.yang.binding.RpcService
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>>
    Invoke get-stats RPC.
  • Method Details

    • getStats

      @CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetStatsOutput>> getStats(GetStatsInput input)
      Invoke get-stats RPC.
           
               Fetch PCEP session statistics for given PCEP topology and node. If topology
               and/or node details are absent, statistics for all nodes under the context are
               returned.
           
       
      Parameters:
      input - of get-stats
      Returns:
      output of get-stats