Interface PcepTopologyStatsRpcService

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.RpcService
    All Known Implementing Classes:
    TopologyStatsRpcServiceImpl

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

      • 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