Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819.GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput
Package
Description
-
Uses of GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput in org.opendaylight.openflowplugin.impl.statistics.services
Modifier and TypeMethodDescriptionprotected OfHeader
AggregateFlowsInTableService.buildRequest
(Xid xid, GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>>
OpendaylightFlowStatisticsServiceImpl.getAggregateFlowStatisticsFromFlowTableForAllFlows
(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input) Deprecated.provided for Be-release as backward compatibility relic. -
Uses of GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput in org.opendaylight.openflowplugin.impl.statistics.services.compatibility
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>>
OpendaylightFlowStatisticsServiceDelegateImpl.getAggregateFlowStatisticsFromFlowTableForAllFlows
(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input) -
Uses of GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.statistics.rev130819
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput>>
E$$GetAggregateFlowStatisticsFromFlowTableForAllFlowsInputBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescriptionGetAggregateFlowStatisticsFromFlowTableForAllFlowsInputBuilder.build()
A newGetAggregateFlowStatisticsFromFlowTableForAllFlowsInput
instance.Modifier and TypeMethodDescriptionGetAggregateFlowStatisticsFromFlowTableForAllFlowsInput.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput.bindingEquals
(@NonNull GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput.bindingHashCode
(@NonNull GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput obj) Default implementation ofObject.hashCode()
contract for this interface.static String
GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput.bindingToString
(@NonNull GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput obj) Default implementation ofObject.toString()
contract for this interface.com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAggregateFlowStatisticsFromFlowTableForAllFlowsOutput>>
OpendaylightFlowStatisticsService.getAggregateFlowStatisticsFromFlowTableForAllFlows
(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input) Invokeget-aggregate-flow-statistics-from-flow-table-for-all-flows
RPC.Modifier and TypeMethodDescriptionGetAggregateFlowStatisticsFromFlowTableForAllFlowsInputBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput> augmentation) Add an augmentation to this builder's product.GetAggregateFlowStatisticsFromFlowTableForAllFlowsInputBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionGetAggregateFlowStatisticsFromFlowTableForAllFlowsInputBuilder
(GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput base) Construct a builder initialized with state from specifiedGetAggregateFlowStatisticsFromFlowTableForAllFlowsInput
.