public class OpendaylightDirectStatisticsServiceImpl extends Object implements OpendaylightDirectStatisticsService
Constructor and Description |
---|
OpendaylightDirectStatisticsServiceImpl(OpendaylightDirectStatisticsServiceProvider provider)
Instantiates a new Opendaylight direct statistics service.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>> |
getFlowStatistics(GetFlowStatisticsInput input)
Get statistics for given flow
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> |
getGroupStatistics(GetGroupStatisticsInput input)
Get statistics for given group
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> |
getMeterStatistics(GetMeterStatisticsInput input)
Get statistics for given meter
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> |
getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
Get statistics for given node connector from the node
|
com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>> |
getQueueStatistics(GetQueueStatisticsInput input)
Get statistics for given queues from given port of the node
|
public OpendaylightDirectStatisticsServiceImpl(OpendaylightDirectStatisticsServiceProvider provider)
provider
- the openflow direct statistics service providerpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetGroupStatisticsOutput>> getGroupStatistics(GetGroupStatisticsInput input)
OpendaylightDirectStatisticsService
getGroupStatistics
in interface OpendaylightDirectStatisticsService
com.google.common.util.concurrent.ListenableFuture
groupStatistics
, or null
if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetQueueStatisticsOutput>> getQueueStatistics(GetQueueStatisticsInput input)
OpendaylightDirectStatisticsService
getQueueStatistics
in interface OpendaylightDirectStatisticsService
com.google.common.util.concurrent.ListenableFuture
queueStatistics
, or null
if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetFlowStatisticsOutput>> getFlowStatistics(GetFlowStatisticsInput input)
OpendaylightDirectStatisticsService
getFlowStatistics
in interface OpendaylightDirectStatisticsService
com.google.common.util.concurrent.ListenableFuture
flowStatistics
, or null
if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetMeterStatisticsOutput>> getMeterStatistics(GetMeterStatisticsInput input)
OpendaylightDirectStatisticsService
getMeterStatistics
in interface OpendaylightDirectStatisticsService
com.google.common.util.concurrent.ListenableFuture
meterStatistics
, or null
if not presentpublic com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetNodeConnectorStatisticsOutput>> getNodeConnectorStatistics(GetNodeConnectorStatisticsInput input)
OpendaylightDirectStatisticsService
getNodeConnectorStatistics
in interface OpendaylightDirectStatisticsService
com.google.common.util.concurrent.ListenableFuture
nodeConnectorStatistics
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.