Interface InterfaceManagerService
-
- All Known Implementing Classes:
InterfaceManagerServiceImpl
public interface InterfaceManagerService
OdlInterfaceRpcService
as direct local OSGi service instead of RPC. This interface has the same methods as that, just with a Future of the respective *Output without the intermediary RpcResult.
-
-
Method Summary
-
-
-
Method Detail
-
getEgressInstructionsForInterface
com.google.common.util.concurrent.ListenableFuture<GetEgressInstructionsForInterfaceOutput> getEgressInstructionsForInterface(GetEgressInstructionsForInterfaceInput input)
-
getInterfaceType
com.google.common.util.concurrent.ListenableFuture<GetInterfaceTypeOutput> getInterfaceType(GetInterfaceTypeInput input)
-
getPortFromInterface
com.google.common.util.concurrent.ListenableFuture<GetPortFromInterfaceOutput> getPortFromInterface(GetPortFromInterfaceInput input)
-
getEgressActionsForInterface
com.google.common.util.concurrent.ListenableFuture<GetEgressActionsForInterfaceOutput> getEgressActionsForInterface(GetEgressActionsForInterfaceInput input)
-
getTunnelType
com.google.common.util.concurrent.ListenableFuture<GetTunnelTypeOutput> getTunnelType(GetTunnelTypeInput input)
-
getNodeconnectorIdFromInterface
com.google.common.util.concurrent.ListenableFuture<GetNodeconnectorIdFromInterfaceOutput> getNodeconnectorIdFromInterface(GetNodeconnectorIdFromInterfaceInput input)
-
getEndpointIpForDpn
com.google.common.util.concurrent.ListenableFuture<GetEndpointIpForDpnOutput> getEndpointIpForDpn(GetEndpointIpForDpnInput input)
-
getInterfaceFromIfIndex
com.google.common.util.concurrent.ListenableFuture<GetInterfaceFromIfIndexOutput> getInterfaceFromIfIndex(GetInterfaceFromIfIndexInput input)
-
getDpnInterfaceList
com.google.common.util.concurrent.ListenableFuture<GetDpnInterfaceListOutput> getDpnInterfaceList(GetDpnInterfaceListInput input)
-
getDpidFromInterface
com.google.common.util.concurrent.ListenableFuture<GetDpidFromInterfaceOutput> getDpidFromInterface(GetDpidFromInterfaceInput input)
-
-