@Singleton public class CounterRetriever extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
CounterRetriever(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcProviderRegistry,
StatisticsConfig statisticsConfig,
org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService odlDirectStatsService) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
CounterResultDataStructure |
getNodeConnectorCountersDirect(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId,
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId nodeConnectorId) |
CounterResultDataStructure |
getNodeCountersDirect(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node node) |
CounterResultDataStructure |
getSwitchFlowCountersDirect(BigInteger dpId,
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match match,
short tableId) |
void |
init() |
@Inject public CounterRetriever(org.opendaylight.controller.sal.binding.api.RpcProviderRegistry rpcProviderRegistry, StatisticsConfig statisticsConfig, org.opendaylight.yang.gen.v1.urn.opendaylight.direct.statistics.rev160511.OpendaylightDirectStatisticsService odlDirectStatsService)
@PreDestroy public void destroy()
@PostConstruct public void init()
public CounterResultDataStructure getNodeConnectorCountersDirect(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeId nodeId, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorId nodeConnectorId)
public CounterResultDataStructure getNodeCountersDirect(org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.nodes.Node node)
public CounterResultDataStructure getSwitchFlowCountersDirect(BigInteger dpId, org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.Match match, short tableId)
Copyright © 2018 OpenDaylight. All rights reserved.