- AbstractChoicesCompleter - Class in org.onosproject.cli
-
Abstraction of a completer with preset choices.
- AbstractChoicesCompleter() - Constructor for class org.onosproject.cli.AbstractChoicesCompleter
-
- AbstractCompleter - Class in org.onosproject.cli
-
Abstract argument completer.
- AbstractCompleter() - Constructor for class org.onosproject.cli.AbstractCompleter
-
- AbstractShellCommand - Class in org.onosproject.cli
-
Base abstraction of Karaf shell commands.
- AbstractShellCommand() - Constructor for class org.onosproject.cli.AbstractShellCommand
-
- activate() - Method in class org.onosproject.cli.CliComponent
-
- activate() - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- addGatewayNode(GatewayNode) - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Adds gateway node in scalableGW application.
- addGatewayNode(GatewayNode) - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- AddHostToHostIntentCommand - Class in org.onosproject.cli.net
-
Installs host-to-host connectivity intent.
- AddHostToHostIntentCommand() - Constructor for class org.onosproject.cli.net.AddHostToHostIntentCommand
-
- AddMeterCommand - Class in org.onosproject.cli.net
-
Add a meter to a device.
- AddMeterCommand() - Constructor for class org.onosproject.cli.net.AddMeterCommand
-
- AddMplsIntent - Class in org.onosproject.cli.net
-
- AddMplsIntent() - Constructor for class org.onosproject.cli.net.AddMplsIntent
-
Deprecated.
- AddMultiPointToSinglePointIntentCommand - Class in org.onosproject.cli.net
-
Installs connectivity intent between multiple ingress devices and a single egress device.
- AddMultiPointToSinglePointIntentCommand() - Constructor for class org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand
-
- AddPointToPointIntentCommand - Class in org.onosproject.cli.net
-
Installs point-to-point connectivity intents.
- AddPointToPointIntentCommand() - Constructor for class org.onosproject.cli.net.AddPointToPointIntentCommand
-
- AddSinglePointToMultiPointIntentCommand - Class in org.onosproject.cli.net
-
Installs connectivity intent between a single ingress device and multiple egress devices.
- AddSinglePointToMultiPointIntentCommand() - Constructor for class org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand
-
- AddTestFlowsCommand - Class in org.onosproject.cli.net
-
Installs bulk flows.
- AddTestFlowsCommand() - Constructor for class org.onosproject.cli.net.AddTestFlowsCommand
-
- AddTunnelCommand - Class in org.onosproject.cli.net
-
Installs intent domain tunnel primitive.
- AddTunnelCommand() - Constructor for class org.onosproject.cli.net.AddTunnelCommand
-
- AllApplicationNamesCompleter - Class in org.onosproject.cli.app
-
All installed application name completer.
- AllApplicationNamesCompleter() - Constructor for class org.onosproject.cli.app.AllApplicationNamesCompleter
-
- AllocationsCommand - Class in org.onosproject.cli.net
-
Lists allocated resources.
- AllocationsCommand() - Constructor for class org.onosproject.cli.net.AllocationsCommand
-
- AnnotateDeviceCommand - Class in org.onosproject.cli.net
-
Annotates network device model.
- AnnotateDeviceCommand() - Constructor for class org.onosproject.cli.net.AnnotateDeviceCommand
-
- annotations(Annotations) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Produces a string image of the specified key/value annotations.
- annotations(Annotations, Set<String>) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Produces a string image of the specified key/value annotations.
- annotations(ObjectMapper, Annotations) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Produces a JSON object from the specified key/value annotations.
- AnnotationsSerializer - Class in org.onosproject.store.serializers
-
- AnnotationsSerializer() - Constructor for class org.onosproject.store.serializers.AnnotationsSerializer
-
- ANY - Static variable in class org.onosproject.cli.net.FlowsListCommand
-
- ANY - Static variable in class org.onosproject.cli.net.GroupsListCommand
-
- API - Static variable in class org.onosproject.store.serializers.KryoNamespaces
-
- API_MAX_SIZE - Static variable in class org.onosproject.store.serializers.KryoNamespaces
-
KryoNamespace which can serialize API bundle classes.
- appId() - Method in class org.onosproject.cli.AbstractShellCommand
-
Returns application ID for the CLI.
- appId() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
-
- appId() - Method in class org.onosproject.cli.net.RandomIntentCommand
-
- ApplicationCommand - Class in org.onosproject.cli.app
-
Manages application inventory.
- ApplicationCommand() - Constructor for class org.onosproject.cli.app.ApplicationCommand
-
- ApplicationCommandCompleter - Class in org.onosproject.cli.app
-
Application command completer.
- ApplicationCommandCompleter() - Constructor for class org.onosproject.cli.app.ApplicationCommandCompleter
-
- ApplicationIdListCommand - Class in org.onosproject.cli.app
-
Lists application ID information.
- ApplicationIdListCommand() - Constructor for class org.onosproject.cli.app.ApplicationIdListCommand
-
- ApplicationIdWithIntentNameCompleter - Class in org.onosproject.cli.app
-
Application name completer.
- ApplicationIdWithIntentNameCompleter() - Constructor for class org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter
-
- ApplicationNameCompleter - Class in org.onosproject.cli.app
-
Application name completer.
- ApplicationNameCompleter() - Constructor for class org.onosproject.cli.app.ApplicationNameCompleter
-
- ApplicationsListCommand - Class in org.onosproject.cli.app
-
Lists application information.
- ApplicationsListCommand() - Constructor for class org.onosproject.cli.app.ApplicationsListCommand
-
- ArraysAsListSerializer - Class in org.onosproject.store.serializers
-
- ArraysAsListSerializer() - Constructor for class org.onosproject.store.serializers.ArraysAsListSerializer
-
- dataIpAddress(Ip4Address) - Method in class org.onosproject.scalablegateway.api.GatewayNode.Builder
-
Sets the ip address of gateway node for data plain.
- DATAPLANE_IP - Static variable in class org.onosproject.scalablegateway.api.GatewayNodeConfig
-
- deactivate() - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- decode(byte[]) - Method in class org.onosproject.store.serializers.KryoSerializer
-
Deprecated.
- decode(ByteBuffer) - Method in class org.onosproject.store.serializers.KryoSerializer
-
Deprecated.
- decode(InputStream) - Method in class org.onosproject.store.serializers.KryoSerializer
-
Deprecated.
- decode(byte[]) - Method in interface org.onosproject.store.serializers.StoreSerializer
-
Deserializes the specified bytes into an object.
- decode(ByteBuffer) - Method in interface org.onosproject.store.serializers.StoreSerializer
-
Deserializes the specified bytes into an object.
- decode(InputStream) - Method in interface org.onosproject.store.serializers.StoreSerializer
-
Deserializes the specified bytes into an object.
- DefaultApplicationIdSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for DefaultApplicationId.
- DefaultApplicationIdSerializer() - Constructor for class org.onosproject.store.serializers.DefaultApplicationIdSerializer
-
Creates DefaultApplicationId serializer instance.
- DefaultLinkSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for DefaultLink.
- DefaultLinkSerializer() - Constructor for class org.onosproject.store.serializers.DefaultLinkSerializer
-
Creates DefaultLink serializer instance.
- DefaultOutboundPacketSerializer - Class in org.onosproject.store.serializers
-
Serializer for a default outbound packet.
- DefaultOutboundPacketSerializer() - Constructor for class org.onosproject.store.serializers.DefaultOutboundPacketSerializer
-
Creates DefaultOutboundPacket serializer instance.
- DefaultPortSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for DefaultPort.
- DefaultPortSerializer() - Constructor for class org.onosproject.store.serializers.DefaultPortSerializer
-
Creates DefaultPort serializer instance.
- deleteGatewayNode(GatewayNode) - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Removes gateway node in scalableGW application.
- deleteGatewayNode(GatewayNode) - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- DeviceConfigGetterCommand - Class in org.onosproject.cli.net
-
Command that gets the configuration of the specified type from the specified
device.
- DeviceConfigGetterCommand() - Constructor for class org.onosproject.cli.net.DeviceConfigGetterCommand
-
- DeviceConfigSetterCommand - Class in org.onosproject.cli.net
-
Command that sets the configuration included in the specified file to the
specified device.
- DeviceConfigSetterCommand() - Constructor for class org.onosproject.cli.net.DeviceConfigSetterCommand
-
- DeviceControllersCommand - Class in org.onosproject.cli.net
-
Sets role of the controller node for the given infrastructure device.
- DeviceControllersCommand() - Constructor for class org.onosproject.cli.net.DeviceControllersCommand
-
- DeviceIdCompleter - Class in org.onosproject.cli.net
-
Device ID completer.
- DeviceIdCompleter() - Constructor for class org.onosproject.cli.net.DeviceIdCompleter
-
- DeviceIdSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for DeviceId.
- DeviceIdSerializer() - Constructor for class org.onosproject.store.serializers.DeviceIdSerializer
-
Creates DeviceId serializer instance.
- deviceIdSerializer() - Static method in class org.onosproject.store.serializers.DeviceIdSerializer
-
- DeviceInterfaceAddCommand - Class in org.onosproject.cli.net
-
Configures a device interface.
- DeviceInterfaceAddCommand() - Constructor for class org.onosproject.cli.net.DeviceInterfaceAddCommand
-
- DeviceInterfaceRemoveCommand - Class in org.onosproject.cli.net
-
Removes an interface configurion from a device.
- DeviceInterfaceRemoveCommand() - Constructor for class org.onosproject.cli.net.DeviceInterfaceRemoveCommand
-
- DeviceInterfacesListCommand - Class in org.onosproject.cli.net
-
Lists all interfaces or interfaces of a device.
- DeviceInterfacesListCommand() - Constructor for class org.onosproject.cli.net.DeviceInterfacesListCommand
-
- DeviceKeyAddCommand - Class in org.onosproject.cli.net
-
Adds a device key.
- DeviceKeyAddCommand() - Constructor for class org.onosproject.cli.net.DeviceKeyAddCommand
-
- DeviceKeyListCommand - Class in org.onosproject.cli.net
-
Lists all device keys.
- DeviceKeyListCommand() - Constructor for class org.onosproject.cli.net.DeviceKeyListCommand
-
- DeviceKeyRemoveCommand - Class in org.onosproject.cli.net
-
Removes a device key.
- DeviceKeyRemoveCommand() - Constructor for class org.onosproject.cli.net.DeviceKeyRemoveCommand
-
- DevicePortGetterCommand - Class in org.onosproject.cli.net
-
Command that gets the configuration of the specified type from the specified
device.
- DevicePortGetterCommand() - Constructor for class org.onosproject.cli.net.DevicePortGetterCommand
-
- DevicePortsListCommand - Class in org.onosproject.cli.net
-
Lists all ports or all ports of a device.
- DevicePortsListCommand() - Constructor for class org.onosproject.cli.net.DevicePortsListCommand
-
- DevicePortStateCommand - Class in org.onosproject.cli.net
-
Administratively enables or disabled a port on a device.
- DevicePortStateCommand() - Constructor for class org.onosproject.cli.net.DevicePortStateCommand
-
- DevicePortStatsCommand - Class in org.onosproject.cli.net
-
Lists port statistic of all ports in the system.
- DevicePortStatsCommand() - Constructor for class org.onosproject.cli.net.DevicePortStatsCommand
-
- DeviceRemoveCommand - Class in org.onosproject.cli.net
-
Removes an infrastructure device.
- DeviceRemoveCommand() - Constructor for class org.onosproject.cli.net.DeviceRemoveCommand
-
- DeviceRoleCommand - Class in org.onosproject.cli.net
-
Sets role of the controller node for the given infrastructure device.
- DeviceRoleCommand() - Constructor for class org.onosproject.cli.net.DeviceRoleCommand
-
- deviceService - Variable in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- DeviceSetControllersCommand - Class in org.onosproject.cli.net
-
Sets role of the controller node for the given infrastructure device.
- DeviceSetControllersCommand() - Constructor for class org.onosproject.cli.net.DeviceSetControllersCommand
-
- DevicesListCommand - Class in org.onosproject.cli.net
-
Lists all infrastructure devices.
- DevicesListCommand() - Constructor for class org.onosproject.cli.net.DevicesListCommand
-
- doExecute() - Method in class org.onosproject.cli.AbstractShellCommand
-
- DOWN - Static variable in class org.onosproject.cli.UpDownCompleter
-
- DpisListCommand - Class in org.onosproject.cli.net
-
Fetches DPI statistics list.
- DpisListCommand() - Constructor for class org.onosproject.cli.net.DpisListCommand
-
- DriverNameCompleter - Class in org.onosproject.cli.net
-
Device driver name completer.
- DriverNameCompleter() - Constructor for class org.onosproject.cli.net.DriverNameCompleter
-
- driverService - Variable in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- DriversListCommand - Class in org.onosproject.cli.net
-
Lists device drivers.
- DriversListCommand() - Constructor for class org.onosproject.cli.net.DriversListCommand
-
- gatewayDeviceId(DeviceId) - Method in class org.onosproject.scalablegateway.api.GatewayNode.Builder
-
Sets the device id of gateway node.
- GatewayNode - Class in org.onosproject.scalablegateway.api
-
Represents SONA GatewayNode information.
- GatewayNode.Builder - Class in org.onosproject.scalablegateway.api
-
GatewayNode Builder class.
- GatewayNodeConfig - Class in org.onosproject.scalablegateway.api
-
Configuration object for OpensatckNode service.
- GatewayNodeConfig() - Constructor for class org.onosproject.scalablegateway.api.GatewayNodeConfig
-
- gatewayNodes() - Method in class org.onosproject.scalablegateway.api.GatewayNodeConfig
-
Returns the set of nodes read from network config.
- get(Class<T>) - Static method in class org.onosproject.cli.AbstractShellCommand
-
Returns the reference to the implementation of the specified service.
- getArgumentList() - Method in class org.onosproject.cli.AbstractCompleter
-
Returns the argument list.
- getDataIpAddress() - Method in class org.onosproject.scalablegateway.api.GatewayNode
-
Returns the data ip address of gateway node.
- GetFlowStatisticsCommand - Class in org.onosproject.cli.net
-
Fetches flow statistics with a flow type and instruction type.
- GetFlowStatisticsCommand() - Constructor for class org.onosproject.cli.net.GetFlowStatisticsCommand
-
- getGatewayDeviceId() - Method in class org.onosproject.scalablegateway.api.GatewayNode
-
Returns the device id of gateway node.
- getGatewayDeviceIds() - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Returns the list of gateway`s device identifiers.
- getGatewayDeviceIds() - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- getGatewayGroupId(DeviceId) - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Returns group id for gateway load balance.
- getGatewayGroupId(DeviceId) - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- getGatewayNode(DeviceId) - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Returns gateway node with the given device identifier.
- getGatewayNode(DeviceId) - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- getGatewayNodes() - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Returns the list of gateway node information with the given device identifier.
- getGatewayNodes() - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- getGroupKey(DeviceId) - Method in class org.onosproject.scalablegateway.impl.SelectGroupHandler
-
Returns unique group key with supplied source device ID as a hash.
- getService(Class<T>) - Method in class org.onosproject.cli.AbstractShellCommand
-
- getSortedDeviceKeys(DeviceKeyService) - Method in class org.onosproject.cli.net.DeviceKeyListCommand
-
Returns the list of devices keys sorted using the device key identifier.
- getSortedDevices(DeviceService) - Static method in class org.onosproject.cli.net.DevicesListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedFlows(DeviceService, FlowRuleService, CoreService) - Method in class org.onosproject.cli.net.FlowsListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedGroups(DeviceService, GroupService) - Method in class org.onosproject.cli.net.GroupsListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedHosts(HostService) - Method in class org.onosproject.cli.net.HostsListCommand
-
Returns the list of devices sorted using the device ID URIs.
- getSortedRegions(RegionService) - Method in class org.onosproject.cli.net.RegionListCommand
-
Returns the list of regions sorted using the region identifier.
- getSortedTableStats(DeviceService, FlowRuleService) - Method in class org.onosproject.cli.net.TableStatisticsCommand
-
Returns the list of table statistics sorted using the device ID URIs and table IDs.
- GetStatisticsCommand - Class in org.onosproject.cli.net
-
Fetches statistics.
- GetStatisticsCommand() - Constructor for class org.onosproject.cli.net.GetStatisticsCommand
-
- getUplinkIntf() - Method in class org.onosproject.scalablegateway.api.GatewayNode
-
Returns the gateway`s interface name.
- getUplinkPort(DeviceId) - Method in interface org.onosproject.scalablegateway.api.ScalableGatewayService
-
Returns the uplink port number of the gateway with the supplied device ID.
- getUplinkPort(DeviceId) - Method in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- GlobalLabelApplyCommand - Class in org.onosproject.cli.net
-
- GlobalLabelApplyCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelApplyCommand
-
- GlobalLabelCommand - Class in org.onosproject.cli.net
-
- GlobalLabelCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelCommand
-
- GlobalLabelPoolCreateCommand - Class in org.onosproject.cli.net
-
create label resource pool by specific device id.
- GlobalLabelPoolCreateCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelPoolCreateCommand
-
- GlobalLabelPoolDestoryCommand - Class in org.onosproject.cli.net
-
- GlobalLabelPoolDestoryCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelPoolDestoryCommand
-
- GlobalLabelReleaseCommand - Class in org.onosproject.cli.net
-
- GlobalLabelReleaseCommand() - Constructor for class org.onosproject.cli.net.GlobalLabelReleaseCommand
-
- groupService - Variable in class org.onosproject.scalablegateway.impl.ScalableGatewayManager
-
- GroupsListCommand - Class in org.onosproject.cli.net
-
Lists all groups in the system.
- GroupsListCommand() - Constructor for class org.onosproject.cli.net.GroupsListCommand
-
- GroupStatusCompleter - Class in org.onosproject.cli.net
-
Group status completer.
- GroupStatusCompleter() - Constructor for class org.onosproject.cli.net.GroupStatusCompleter
-
- Icmp6Code - Enum in org.onosproject.cli.net
-
Known values for ICMPv6 code field that can be supplied to the CLI.
- Icmp6CodeCompleter - Class in org.onosproject.cli.net
-
ICMPv6 type completer.
- Icmp6CodeCompleter() - Constructor for class org.onosproject.cli.net.Icmp6CodeCompleter
-
- Icmp6Type - Enum in org.onosproject.cli.net
-
Known values for ICMPv6 type field that can be supplied to the CLI.
- Icmp6TypeCompleter - Class in org.onosproject.cli.net
-
ICMPv6 type completer.
- Icmp6TypeCompleter() - Constructor for class org.onosproject.cli.net.Icmp6TypeCompleter
-
- ImmutableByteSequenceSerializer - Class in org.onosproject.store.serializers
-
Kryo serializer for ImmutableByteSequence.
- ImmutableByteSequenceSerializer() - Constructor for class org.onosproject.store.serializers.ImmutableByteSequenceSerializer
-
Creates a new ImmutableByteSequence serializer instance.
- ImmutableListSerializer - Class in org.onosproject.store.serializers
-
Creates ImmutableList serializer instance.
- ImmutableListSerializer() - Constructor for class org.onosproject.store.serializers.ImmutableListSerializer
-
Creates ImmutableList serializer instance.
- ImmutableMapSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for ImmutableMap.
- ImmutableMapSerializer() - Constructor for class org.onosproject.store.serializers.ImmutableMapSerializer
-
Creates ImmutableMap serializer instance.
- ImmutableSetSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for ImmutableSet.
- ImmutableSetSerializer() - Constructor for class org.onosproject.store.serializers.ImmutableSetSerializer
-
Creates ImmutableSet serializer instance.
- init() - Method in class org.onosproject.cli.net.TopologyCommand
-
Initializes the context for all cluster commands.
- IntentCycleCommand - Class in org.onosproject.cli.net
-
Installs point-to-point connectivity intents.
- IntentCycleCommand() - Constructor for class org.onosproject.cli.net.IntentCycleCommand
-
- IntentKeyCompleter - Class in org.onosproject.cli.net
-
Intent Key completer.
- IntentKeyCompleter() - Constructor for class org.onosproject.cli.net.IntentKeyCompleter
-
- IntentListCompilers - Class in org.onosproject.cli.net
-
Lists the inventory of intents and their states.
- IntentListCompilers() - Constructor for class org.onosproject.cli.net.IntentListCompilers
-
- IntentPurgeCommand - Class in org.onosproject.cli.net
-
Purges all WITHDRAWN intents.
- IntentPurgeCommand() - Constructor for class org.onosproject.cli.net.IntentPurgeCommand
-
- IntentPushTestCommand - Class in org.onosproject.cli.net
-
Installs bulk point-to-point connectivity intents between given ingress/egress devices.
- IntentPushTestCommand() - Constructor for class org.onosproject.cli.net.IntentPushTestCommand
-
- IntentRemoveCommand - Class in org.onosproject.cli.net
-
Removes an intent.
- IntentRemoveCommand() - Constructor for class org.onosproject.cli.net.IntentRemoveCommand
-
- IntentsListCommand - Class in org.onosproject.cli.net
-
Lists the inventory of intents and their states.
- IntentsListCommand() - Constructor for class org.onosproject.cli.net.IntentsListCommand
-
- InterfaceAddCommand - Class in org.onosproject.cli.net
-
Adds a new interface configuration.
- InterfaceAddCommand() - Constructor for class org.onosproject.cli.net.InterfaceAddCommand
-
- InterfaceRemoveCommand - Class in org.onosproject.cli.net
-
Removes an interface configuration.
- InterfaceRemoveCommand() - Constructor for class org.onosproject.cli.net.InterfaceRemoveCommand
-
- InterfacesListCommand - Class in org.onosproject.cli.net
-
Lists all configured interfaces.
- InterfacesListCommand() - Constructor for class org.onosproject.cli.net.InterfacesListCommand
-
- Ip4AddressSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for Ip4Address.
- Ip4AddressSerializer() - Constructor for class org.onosproject.store.serializers.Ip4AddressSerializer
-
Creates Ip4Address serializer instance.
- Ip4PrefixSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for Ip4Prefix.
- Ip4PrefixSerializer() - Constructor for class org.onosproject.store.serializers.Ip4PrefixSerializer
-
Creates Ip4Prefix serializer instance.
- Ip6AddressSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for Ip6Address.
- Ip6AddressSerializer() - Constructor for class org.onosproject.store.serializers.Ip6AddressSerializer
-
Creates Ip6Address serializer instance.
- Ip6PrefixSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for Ip6Prefix.
- Ip6PrefixSerializer() - Constructor for class org.onosproject.store.serializers.Ip6PrefixSerializer
-
Creates Ip6Prefix serializer instance.
- IpAddressSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for IpAddress.
- IpAddressSerializer() - Constructor for class org.onosproject.store.serializers.IpAddressSerializer
-
Creates IpAddress serializer instance.
- IpPrefixSerializer - Class in org.onosproject.store.serializers
-
Kryo Serializer for IpPrefix.
- IpPrefixSerializer() - Constructor for class org.onosproject.store.serializers.IpPrefixSerializer
-
Creates IpPrefix serializer instance.
- IpProtocol - Enum in org.onosproject.cli.net
-
Known protocol values for IP protocol field that can be supplied to the CLI.
- IpProtocolCompleter - Class in org.onosproject.cli.net
-
IP protocol completer.
- IpProtocolCompleter() - Constructor for class org.onosproject.cli.net.IpProtocolCompleter
-
- isIncluded(Port) - Method in class org.onosproject.cli.net.DevicePortsListCommand
-
- isValid() - Method in class org.onosproject.scalablegateway.api.GatewayNodeConfig
-
- PacketProcessorsListCommand - Class in org.onosproject.cli.net
-
Lists packet processors.
- PacketProcessorsListCommand() - Constructor for class org.onosproject.cli.net.PacketProcessorsListCommand
-
- PacketRequestsListCommand - Class in org.onosproject.cli.net
-
Lists packet requests.
- PacketRequestsListCommand() - Constructor for class org.onosproject.cli.net.PacketRequestsListCommand
-
- parseFromString(String) - Static method in enum org.onosproject.cli.net.EthType
-
Parse a string input that could contain an EthType value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.ExtHeader
-
Parse a string input that could contain an ExtHeader value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.Icmp6Code
-
Parse a string input that could contain an Icmp6Code value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.Icmp6Type
-
Parse a string input that could contain an Icmp6Type value.
- parseFromString(String) - Static method in enum org.onosproject.cli.net.IpProtocol
-
Parse a string input that could contain an IpProtocol value.
- parseInt(String) - Method in class org.onosproject.cli.net.AddMplsIntent
-
Deprecated.
- PartitionsListCommand - Class in org.onosproject.cli.net
-
Command to list the database partitions in the system.
- PartitionsListCommand() - Constructor for class org.onosproject.cli.net.PartitionsListCommand
-
- PathListCommand - Class in org.onosproject.cli.net
-
Lists all shortest-paths paths between the specified source and
destination devices.
- PathListCommand() - Constructor for class org.onosproject.cli.net.PathListCommand
-
- pathString(Path) - Method in class org.onosproject.cli.net.PathListCommand
-
Produces a formatted string representing the specified path.
- PlaceholderCompleter - Class in org.onosproject.cli
-
A completer that can be used as a placeholder for arguments that don't
need/want completers.
- PlaceholderCompleter() - Constructor for class org.onosproject.cli.PlaceholderCompleter
-
- PortNumberCompleter - Class in org.onosproject.cli.net
-
PortNumber completer.
- PortNumberCompleter() - Constructor for class org.onosproject.cli.net.PortNumberCompleter
-
- PortNumberSerializer - Class in org.onosproject.store.serializers
-
Serializer for PortNumber.
- PortNumberSerializer() - Constructor for class org.onosproject.store.serializers.PortNumberSerializer
-
Creates PortNumber serializer instance.
- PortQueryVlansCommand - Class in org.onosproject.cli.net
-
Command to show the list of unused vlan-ids.
- PortQueryVlansCommand() - Constructor for class org.onosproject.cli.net.PortQueryVlansCommand
-
- PortStateCompleter - Class in org.onosproject.cli.net
-
PortState completer.
- PortStateCompleter() - Constructor for class org.onosproject.cli.net.PortStateCompleter
-
- print(String, Object...) - Method in class org.onosproject.cli.AbstractShellCommand
-
Prints the arguments using the specified format.
- printDevice(DeviceService, Device) - Method in class org.onosproject.cli.net.DevicesListCommand
-
Prints information about the specified device.
- printFlows(Device, List<FlowEntry>, CoreService) - Method in class org.onosproject.cli.net.FlowsListCommand
-
Prints flows.
- printHost(Host) - Method in class org.onosproject.cli.net.HostsListCommand
-
Prints information about a host.
- printPorts(DeviceService, Device) - Method in class org.onosproject.cli.net.DevicePortsListCommand
-
- printRoles(MastershipService, DeviceId) - Method in class org.onosproject.cli.RolesCommand
-
Prints the role information for a device.
- printTableStats(Device, List<TableStatisticsEntry>) - Method in class org.onosproject.cli.net.TableStatisticsCommand
-
Prints flow table statistics.
- priority() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
-
Gets the priority to use for the intent.
- ProviderIdSerializer - Class in org.onosproject.store.serializers
-
Serializer for ProviderId.
- ProviderIdSerializer() - Constructor for class org.onosproject.store.serializers.ProviderIdSerializer
-
Creates ProviderId serializer instance.
- value() - Method in enum org.onosproject.cli.net.EthType
-
Gets the value to use for this EthType.
- value() - Method in enum org.onosproject.cli.net.ExtHeader
-
Gets the value to use for this ExtHeader.
- value() - Method in enum org.onosproject.cli.net.Icmp6Code
-
Gets the value to use for this Icmp6Code.
- value() - Method in enum org.onosproject.cli.net.Icmp6Type
-
Gets the value to use for this Icmp6Type.
- value() - Method in enum org.onosproject.cli.net.IpProtocol
-
Gets the value to use for this IpProtocol.
- valueOf(String) - Static method in enum org.onosproject.cli.net.EthType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.ExtHeader
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.Icmp6Code
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.Icmp6Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.onosproject.cli.net.IpProtocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.onosproject.cli.net.EthType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.ExtHeader
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.Icmp6Code
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.Icmp6Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.onosproject.cli.net.IpProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VirtualDeviceCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual device.
- VirtualDeviceCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand
-
- VirtualDeviceListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual devices for the network ID.
- VirtualDeviceListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceListCommand
-
- VirtualDeviceRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual device.
- VirtualDeviceRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand
-
- VirtualHostCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual host.
- VirtualHostCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualHostCreateCommand
-
- VirtualHostListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual hosts for the network ID.
- VirtualHostListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualHostListCommand
-
- VirtualHostRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual host.
- VirtualHostRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualHostRemoveCommand
-
- VirtualLinkCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual link.
- VirtualLinkCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualLinkCreateCommand
-
- VirtualLinkListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual links for the network ID.
- VirtualLinkListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualLinkListCommand
-
- VirtualLinkRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual link.
- VirtualLinkRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand
-
- VirtualNetworkCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual network.
- VirtualNetworkCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand
-
- VirtualNetworkIntentCreateCommand - Class in org.onosproject.cli.net.vnet
-
Installs virtual network intents.
- VirtualNetworkIntentCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand
-
- VirtualNetworkIntentRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual network intent.
- VirtualNetworkIntentRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand
-
- VirtualNetworkListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual networks for the tenant ID.
- VirtualNetworkListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkListCommand
-
- VirtualNetworkRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual network.
- VirtualNetworkRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand
-
- VirtualPortBindCommand - Class in org.onosproject.cli.net.vnet
-
Binds an existing virtual port with a physical port.
- VirtualPortBindCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortBindCommand
-
- VirtualPortCreateCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual port.
- VirtualPortCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortCreateCommand
-
- VirtualPortListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all virtual ports for the network ID.
- VirtualPortListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortListCommand
-
- VirtualPortRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Removes a virtual port.
- VirtualPortRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortRemoveCommand
-