Uses of Class
org.opendaylight.openflowplugin.api.openflow.device.Xid
Package
Description
-
Uses of Xid in org.opendaylight.openflowplugin.api.openflow.device
-
Uses of Xid in org.opendaylight.openflowplugin.api.openflow.device.handlers
Modifier and TypeMethodDescriptionvoid
DeviceReplyProcessor.processReply
(Xid xid, List<? extends OfHeader> ofHeaderList) Method that set future to context in Map. -
Uses of Xid in org.opendaylight.openflowplugin.impl.device
Modifier and TypeMethodDescriptionvoid
DeviceContextImpl.processReply
(Xid xid, List<? extends OfHeader> ofHeaderList) -
Uses of Xid in org.opendaylight.openflowplugin.impl.rpc
-
Uses of Xid in org.opendaylight.openflowplugin.impl.services
Modifier and TypeMethodDescriptionprotected OfHeader
AbstractMultipartCollectorService.buildRequest
(Xid xid, MultipartType input) protected abstract OfHeader
AbstractService.buildRequest
(Xid xid, I input) protected OfHeader
EchoService.buildRequest
(Xid xid, EchoInputBuilder input) protected OfHeader
RoleService.buildRequest
(Xid xid, RoleRequestInputBuilder input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.services.multilayer
Modifier and TypeMethodDescriptionprotected OfHeader
MultiLayerAggregateFlowMultipartService.buildRequest
(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) protected OfHeader
MultiLayerExperimenterMultipartService.buildRequest
(Xid xid, SendExperimenterMpRequestInput input) protected OfHeader
MultiLayerFlowService.buildRequest
(Xid xid, FlowModInputBuilder input) protected OfHeader
MultiLayerGroupService.buildRequest
(Xid xid, I input) protected OfHeader
MultiLayerMeterService.buildRequest
(Xid xid, I input) protected OfHeader
MultiLayerTableMultipartService.buildRequest
(Xid xid, UpdateTableInput input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.services.sal
Modifier and TypeMethodDescriptionprotected OfHeader
FlowCapableTransactionServiceImpl.buildRequest
(Xid xid, SendBarrierInput input) protected OfHeader
NodeConfigServiceImpl.buildRequest
(Xid xid, SetConfigInput input) protected OfHeader
PacketProcessingServiceImpl.buildRequest
(Xid xid, TransmitPacketInput input) protected OfHeader
SalExperimenterMessageServiceImpl.buildRequest
(Xid xid, SendExperimenterInput input) protected OfHeader
SalPortServiceImpl.buildRequest
(Xid xid, UpdatePortInput input) protected OfHeader
SalRoleServiceImpl.buildRequest
(Xid xid, SetRoleInput input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.services.singlelayer
Modifier and TypeMethodDescriptionprotected OfHeader
SingleLayerAggregateFlowMultipartService.buildRequest
(Xid xid, GetAggregateFlowStatisticsFromFlowTableForGivenMatchInput input) protected OfHeader
SingleLayerExperimenterMultipartService.buildRequest
(Xid xid, SendExperimenterMpRequestInput input) protected OfHeader
SingleLayerFlowService.buildRequest
(Xid xid, Flow input) protected OfHeader
SingleLayerGetAsyncConfigService.buildRequest
(Xid xid, GetAsyncInput input) protected OfHeader
SingleLayerGroupService.buildRequest
(Xid xid, Group input) protected OfHeader
SingleLayerMeterService.buildRequest
(Xid xid, Meter input) protected OfHeader
SingleLayerPortService.buildRequest
(Xid xid, CommonPortWithMask input) protected OfHeader
SingleLayerSetAsyncConfigService.buildRequest
(Xid xid, SetAsyncInput input) protected OfHeader
SingleLayerTableMultipartService.buildRequest
(Xid xid, UpdateTableInput input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.statistics.services
Modifier and TypeMethodDescriptionprotected OfHeader
AggregateFlowsInTableService.buildRequest
(Xid xid, GetAggregateFlowStatisticsFromFlowTableForAllFlowsInput input) protected OfHeader
AllFlowsInAllTablesService.buildRequest
(Xid xid, GetAllFlowsStatisticsFromAllFlowTablesInput input) protected OfHeader
AllFlowsInTableService.buildRequest
(Xid xid, GetAllFlowStatisticsFromFlowTableInput input) protected OfHeader
FlowsInTableService.buildRequest
(Xid xid, GetFlowStatisticsFromFlowTableInput input) protected OfHeader
OpendaylightFlowTableStatisticsServiceImpl.buildRequest
(Xid xid, GetFlowTablesStatisticsInput input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.statistics.services.dedicated
Modifier and TypeMethodDescriptionprotected OfHeader
StatisticsGatheringOnTheFlyService.buildRequest
(Xid xid, MultipartType input) protected OfHeader
StatisticsGatheringService.buildRequest
(Xid xid, MultipartType input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer
Modifier and TypeMethodDescriptionprotected OfHeader
FlowDirectStatisticsService.buildRequest
(Xid xid, GetFlowStatisticsInput input) protected OfHeader
GroupDirectStatisticsService.buildRequest
(Xid xid, GetGroupStatisticsInput input) protected OfHeader
MeterDirectStatisticsService.buildRequest
(Xid xid, GetMeterStatisticsInput input) protected OfHeader
PortDirectStatisticsService.buildRequest
(Xid xid, GetNodeConnectorStatisticsInput input) protected OfHeader
QueueDirectStatisticsService.buildRequest
(Xid xid, GetQueueStatisticsInput input) -
Uses of Xid in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer
Modifier and TypeMethodDescriptionprotected OfHeader
FlowDirectStatisticsService.buildRequest
(Xid xid, GetFlowStatisticsInput input) protected OfHeader
GroupDirectStatisticsService.buildRequest
(Xid xid, GetGroupStatisticsInput input) protected OfHeader
MeterDirectStatisticsService.buildRequest
(Xid xid, GetMeterStatisticsInput input) protected OfHeader
PortDirectStatisticsService.buildRequest
(Xid xid, GetNodeConnectorStatisticsInput input) protected OfHeader
QueueDirectStatisticsService.buildRequest
(Xid xid, GetQueueStatisticsInput input)