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)
OpendaylightDirectStatisticsServicegetGroupStatistics in interface OpendaylightDirectStatisticsServicecom.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)
OpendaylightDirectStatisticsServicegetQueueStatistics in interface OpendaylightDirectStatisticsServicecom.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)
OpendaylightDirectStatisticsServicegetFlowStatistics in interface OpendaylightDirectStatisticsServicecom.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)
OpendaylightDirectStatisticsServicegetMeterStatistics in interface OpendaylightDirectStatisticsServicecom.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)
OpendaylightDirectStatisticsServicegetNodeConnectorStatistics in interface OpendaylightDirectStatisticsServicecom.google.common.util.concurrent.ListenableFuture nodeConnectorStatistics, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.