Uses of Class
org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.EventIdentifier
Package
Description
-
Uses of EventIdentifier in org.opendaylight.openflowplugin.api.openflow.device.handlers
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionAbstractRequestCallback.getEventIdentifier()
AbstractService.getEventIdentifier()
Modifier and TypeMethodDescriptionvoid
AbstractService.setEventIdentifier
(EventIdentifier eventIdentifier) ModifierConstructorDescriptionAbstractMultipartRequestCallback
(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
ModifierConstructorDescriptionMultiLayerFlowMultipartRequestOnTheFlyCallback
(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
ModifierConstructorDescriptionSingleLayerFlowMultipartRequestOnTheFlyCallback
(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
Modifier and TypeMethodDescriptionstatic void
EventsTimeCounter.markEnd
(EventIdentifier eventIdentifier) static void
EventsTimeCounter.markStart
(EventIdentifier eventIdentifier) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.statistics.services.dedicated
Modifier 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)