Interface StatisticsGatherer<T extends OfHeader>

All Known Implementing Classes:
StatisticsGatheringOnTheFlyService, StatisticsGatheringService

public interface StatisticsGatherer<T extends OfHeader>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>>
     
  • Method Details

    • getStatisticsOfType

      com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>> getStatisticsOfType(EventIdentifier eventIdentifier, MultipartType type)