Class GetAllNodeConnectorsStatisticsImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.GetAllNodeConnectorsStatisticsImpl
- All Implemented Interfaces:
GetAllNodeConnectorsStatistics
,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetAllNodeConnectorsStatisticsInput,
,GetAllNodeConnectorsStatisticsOutput>> org.opendaylight.yangtools.binding.Rpc<GetAllNodeConnectorsStatisticsInput,
GetAllNodeConnectorsStatisticsOutput>
@Deprecated
public final class GetAllNodeConnectorsStatisticsImpl
extends Object
implements GetAllNodeConnectorsStatistics
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.GetAllNodeConnectorsStatistics
QNAME
-
Constructor Summary
ConstructorDescriptionGetAllNodeConnectorsStatisticsImpl
(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<org.opendaylight.yangtools.yang.common.RpcResult<GetAllNodeConnectorsStatisticsOutput>> Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.port.statistics.rev131214.GetAllNodeConnectorsStatistics
implementedInterface
-
Constructor Details
-
GetAllNodeConnectorsStatisticsImpl
public GetAllNodeConnectorsStatisticsImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService) Deprecated.
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllNodeConnectorsStatisticsOutput>> invoke(GetAllNodeConnectorsStatisticsInput input) Deprecated.- Specified by:
invoke
in interfaceGetAllNodeConnectorsStatistics
- Specified by:
invoke
in interfaceorg.opendaylight.yangtools.binding.Rpc<GetAllNodeConnectorsStatisticsInput,
GetAllNodeConnectorsStatisticsOutput>
-