Interface StatisticsGatherer<T extends OfHeader>
-
- All Known Implementing Classes:
StatisticsGatheringOnTheFlyService
,StatisticsGatheringService
public interface StatisticsGatherer<T extends OfHeader>
-
-
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<List<T>>>
getStatisticsOfType(EventIdentifier eventIdentifier, MultipartType type)
-
-
-
Method Detail
-
getStatisticsOfType
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>> getStatisticsOfType(EventIdentifier eventIdentifier, MultipartType type)
-
-