Uses of Class
org.opendaylight.openflowplugin.api.openflow.device.Xid
-
-
Uses of Xid in org.opendaylight.openflowplugin.api.openflow.device
Methods in org.opendaylight.openflowplugin.api.openflow.device that return Xid Modifier and Type Method Description @Nullable Xid
RequestContext. getXid()
Returns XID generated for this request. -
Uses of Xid in org.opendaylight.openflowplugin.api.openflow.device.handlers
Methods in org.opendaylight.openflowplugin.api.openflow.device.handlers with parameters of type Xid Modifier and Type Method Description void
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
Methods in org.opendaylight.openflowplugin.impl.device with parameters of type Xid Modifier and Type Method Description void
DeviceContextImpl. processReply(Xid xid, List<? extends OfHeader> ofHeaderList)
-
Uses of Xid in org.opendaylight.openflowplugin.impl.rpc
Methods in org.opendaylight.openflowplugin.impl.rpc that return Xid Modifier and Type Method Description Xid
AbstractRequestContext. getXid()
-
Uses of Xid in org.opendaylight.openflowplugin.impl.services
Methods in org.opendaylight.openflowplugin.impl.services with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.services.multilayer with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.services.sal with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.services.singlelayer with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.statistics.services with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.statistics.services.dedicated with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.multilayer with parameters of type Xid Modifier and Type Method Description protected 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
Methods in org.opendaylight.openflowplugin.impl.statistics.services.direct.singlelayer with parameters of type Xid Modifier and Type Method Description protected 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)
-