Uses of Class
org.opendaylight.openflowplugin.api.openflow.statistics.ofpspecific.EventIdentifier
-
-
Uses of EventIdentifier in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers with parameters of type EventIdentifier Modifier and Type Method Description voidMultiMsgCollector. 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.voidMultiMsgCollector. 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 EventIdentifier Modifier and Type Method Description com.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 EventIdentifier Modifier and Type Method Description voidMultiMsgCollectorImpl. addMultipartMsg(@NonNull T reply, boolean reqMore, @Nullable EventIdentifier eventIdentifier)voidMultiMsgCollectorImpl. endCollecting(@Nullable EventIdentifier eventIdentifier) -
Uses of EventIdentifier in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services that return EventIdentifier Modifier and Type Method Description EventIdentifierAbstractRequestCallback. getEventIdentifier()EventIdentifierAbstractService. getEventIdentifier()Methods in org.opendaylight.openflowplugin.impl.services with parameters of type EventIdentifier Modifier and Type Method Description voidAbstractService. setEventIdentifier(EventIdentifier eventIdentifier)Constructors in org.opendaylight.openflowplugin.impl.services with parameters of type EventIdentifier Constructor Description AbstractMultipartRequestCallback(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 EventIdentifier Constructor Description MultiLayerFlowMultipartRequestOnTheFlyCallback(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 EventIdentifier Constructor Description SingleLayerFlowMultipartRequestOnTheFlyCallback(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 EventIdentifier Modifier and Type Method Description static voidEventsTimeCounter. markEnd(EventIdentifier eventIdentifier)static voidEventsTimeCounter. 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 EventIdentifier Modifier and Type Method Description com.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)
-