Uses of Class
org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.EventIdentifier
Packages that use EventIdentifier
Package
Description
-
Uses of EventIdentifier in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoid
MultiMsgCollector.addMultipartMsg
(@NonNull T reply, boolean reqMore, @Nullable EventIdentifier eventIdentifier) Method adds a reply multipart message to the collection and if the message has marker "I'M A LAST" method set whole Collection to Future object and remove from cache.void
MultiMsgCollector.endCollecting
(@Nullable EventIdentifier eventIdentifier) Null response could be a valid end multipart collecting event for barrier response scenario. -
Uses of EventIdentifier in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific
Methods in org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific with parameters of type EventIdentifierModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>>
StatisticsGatherer.getStatisticsOfType
(EventIdentifier eventIdentifier, MultipartType type) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.device.listener
Methods in org.opendaylight.openflowplugin.impl.device.listener with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoid
MultiMsgCollectorImpl.addMultipartMsg
(@NonNull T reply, boolean reqMore, @Nullable EventIdentifier eventIdentifier) void
MultiMsgCollectorImpl.endCollecting
(@Nullable EventIdentifier eventIdentifier) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return EventIdentifierModifier and TypeMethodDescriptionAbstractRequestCallback.getEventIdentifier()
AbstractService.getEventIdentifier()
Methods in org.opendaylight.openflowplugin.impl.services with parameters of type EventIdentifierModifier and TypeMethodDescriptionvoid
AbstractService.setEventIdentifier
(EventIdentifier eventIdentifier) Constructors in org.opendaylight.openflowplugin.impl.services with parameters of type EventIdentifierModifierConstructorDescriptionAbstractMultipartRequestCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier) AbstractMultipartRequestOnTheFlyCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.services.multilayer
Constructors in org.opendaylight.openflowplugin.impl.services.multilayer with parameters of type EventIdentifierModifierConstructorDescriptionMultiLayerFlowMultipartRequestOnTheFlyCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider, ConvertorExecutor convertorExecutor) MultiLayerMultipartRequestCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.services.singlelayer
Constructors in org.opendaylight.openflowplugin.impl.services.singlelayer with parameters of type EventIdentifierModifierConstructorDescriptionSingleLayerFlowMultipartRequestOnTheFlyCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier, MultipartWriterProvider statisticsWriterProvider) SingleLayerMultipartRequestCallback
(RequestContext<List<T>> context, Class<?> requestType, DeviceContext deviceContext, EventIdentifier eventIdentifier) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.statistics.ofpspecific
Methods in org.opendaylight.openflowplugin.impl.statistics.ofpspecific with parameters of type EventIdentifierModifier and TypeMethodDescriptionstatic void
EventsTimeCounter.markEnd
(EventIdentifier eventIdentifier) static void
EventsTimeCounter.markStart
(EventIdentifier eventIdentifier) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.statistics.services.dedicated
Methods in org.opendaylight.openflowplugin.impl.statistics.services.dedicated with parameters of type EventIdentifierModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>>
StatisticsGatheringOnTheFlyService.getStatisticsOfType
(EventIdentifier eventIdentifier, MultipartType type) com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<List<T>>>
StatisticsGatheringService.getStatisticsOfType
(EventIdentifier eventIdentifier, MultipartType type)