Class GetAllGroupStatisticsImpl
java.lang.Object
org.opendaylight.openflowplugin.impl.statistics.services.GetAllGroupStatisticsImpl
- All Implemented Interfaces:
GetAllGroupStatistics,org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.Rpc<GetAllGroupStatisticsInput,,GetAllGroupStatisticsOutput>> org.opendaylight.yangtools.binding.Rpc<GetAllGroupStatisticsInput,GetAllGroupStatisticsOutput>
@Deprecated
public final class GetAllGroupStatisticsImpl
extends Object
implements GetAllGroupStatistics
Deprecated.
-
Field Summary
Fields inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.group.statistics.rev131111.GetAllGroupStatistics
QNAME -
Constructor Summary
ConstructorsConstructorDescriptionGetAllGroupStatisticsImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllGroupStatisticsOutput>> invoke(GetAllGroupStatisticsInput input) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.group.statistics.rev131111.GetAllGroupStatistics
implementedInterface
-
Constructor Details
-
GetAllGroupStatisticsImpl
public GetAllGroupStatisticsImpl(RequestContextStack requestContextStack, DeviceContext deviceContext, AtomicLong compatibilityXidSeed, org.opendaylight.mdsal.binding.api.NotificationPublishService notificationPublishService, ConvertorExecutor convertorExecutor) Deprecated.
-
-
Method Details
-
invoke
public com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<GetAllGroupStatisticsOutput>> invoke(GetAllGroupStatisticsInput input) Deprecated.- Specified by:
invokein interfaceGetAllGroupStatistics- Specified by:
invokein interfaceorg.opendaylight.yangtools.binding.Rpc<GetAllGroupStatisticsInput,GetAllGroupStatisticsOutput>
-