- 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
-
- AbstractMapper<E extends Throwable> - Class in org.onlab.rest.exceptions
-
Base exception mapper implementation.
- AbstractMapper() - Constructor for class org.onlab.rest.exceptions.AbstractMapper
-
- AbstractShellCommand - Class in org.onosproject.cli
-
Base abstraction of Karaf shell commands.
- AbstractShellCommand() - Constructor for class org.onosproject.cli.AbstractShellCommand
-
- AbstractWebApplication - Class in org.onlab.rest
-
Base web application.
- AbstractWebApplication() - Constructor for class org.onlab.rest.AbstractWebApplication
-
- activate() - Method in class org.onosproject.cli.CliComponent
-
- activate() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- activate() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- 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.
- ANY - Static variable in class org.onosproject.cli.net.FlowsListCommand
-
- ANY - Static variable in class org.onosproject.cli.net.GroupsListCommand
-
- 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
-
- get(Class<T>) - Method in class org.onlab.rest.BaseResource
-
Returns reference to the specified service implementation.
- 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.
- getClasses(Class<?>...) - Method in class org.onlab.rest.AbstractWebApplication
-
Returns the aggregate set of resources, writers and mappers combined
with a default set of such web entities.
- getClasses() - Method in class org.onlab.rest.AbstractWebApplication
-
- getEvents() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- getEvents() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the last saved intent events.
- getEvents() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- getEvents() - Method in interface org.onosproject.metrics.topology.TopologyMetricsService
-
Gets the last saved topology events.
- 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
-
- getService(Class<T>) - Method in class org.onosproject.cli.AbstractShellCommand
-
- getSize(ObjectNode, Class<?>, Type, Annotation[], MediaType) - Method in class org.onlab.rest.JsonBodyWriter
-
- 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
-
- 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
-
- 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
-
- IllegalArgumentExceptionMapper - Class in org.onlab.rest.exceptions
-
Mapper for illegal argument exceptions to the BAD_REQUEST response code.
- IllegalArgumentExceptionMapper() - Constructor for class org.onlab.rest.exceptions.IllegalArgumentExceptionMapper
-
- IllegalStateExceptionMapper - Class in org.onlab.rest.exceptions
-
Mapper for illegal state exceptions to the BAD_REQUEST response code.
- IllegalStateExceptionMapper() - Constructor for class org.onlab.rest.exceptions.IllegalStateExceptionMapper
-
- 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
-
- IntentEventsListCommand - Class in org.onosproject.metrics.intent.cli
-
Command to show the list of last intent events.
- IntentEventsListCommand() - Constructor for class org.onosproject.metrics.intent.cli.IntentEventsListCommand
-
- IntentEventsMetricsCommand - Class in org.onosproject.metrics.intent.cli
-
Command to show the intent events metrics.
- IntentEventsMetricsCommand() - Constructor for class org.onosproject.metrics.intent.cli.IntentEventsMetricsCommand
-
- intentFailedEventMetric() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- intentFailedEventMetric() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the Event Metric for the intent FAILED events.
- intentInstalledEventMetric() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- intentInstalledEventMetric() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the Event Metric for the intent INSTALLED events.
- 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
-
- IntentMetrics - Class in org.onosproject.metrics.intent
-
ONOS Intent Metrics Application that collects intent-related metrics.
- IntentMetrics() - Constructor for class org.onosproject.metrics.intent.IntentMetrics
-
- IntentMetricsService - Interface in org.onosproject.metrics.intent
-
Service interface exported by IntentMetrics.
- IntentPurgeCommand - Class in org.onosproject.cli.net
-
Purges all WITHDRAWN intents.
- IntentPurgeCommand() - Constructor for class org.onosproject.cli.net.IntentPurgeCommand
-
- intentPurgedEventMetric() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- intentPurgedEventMetric() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the Event Metric for the intent PURGED events.
- 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
-
- intentService - Variable in class org.onosproject.metrics.intent.IntentMetrics
-
- IntentsListCommand - Class in org.onosproject.cli.net
-
Lists the inventory of intents and their states.
- IntentsListCommand() - Constructor for class org.onosproject.cli.net.IntentsListCommand
-
- intentSubmittedEventMetric() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- intentSubmittedEventMetric() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the Event Metric for the intent INSTALL_REQ events.
- intentWithdrawnEventMetric() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- intentWithdrawnEventMetric() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the Event Metric for the intent WITHDRAWN events.
- intentWithdrawRequestedEventMetric() - Method in class org.onosproject.metrics.intent.IntentMetrics
-
- intentWithdrawRequestedEventMetric() - Method in interface org.onosproject.metrics.intent.IntentMetricsService
-
Gets the Event Metric for the intent WITHDRAW_REQ events.
- 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
-
- 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
-
- isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.onlab.rest.JsonBodyWriter
-
- ok(Object) - Static method in class org.onlab.rest.BaseResource
-
- org.onlab.rest - package org.onlab.rest
-
Facilities for building JAX-RS web resources.
- org.onlab.rest.exceptions - package org.onlab.rest.exceptions
-
Various exception mappers to map errors to proper response status codes.
- org.onosproject.cli - package org.onosproject.cli
-
Administrative console command-line extensions.
- org.onosproject.cli.app - package org.onosproject.cli.app
-
CLI commands for managing distributed inventory of applications.
- org.onosproject.cli.cfg - package org.onosproject.cli.cfg
-
CLI commands for managing centralized component and network configurations.
- org.onosproject.cli.net - package org.onosproject.cli.net
-
Administrative console command-line extensions for interacting with the
network model & services.
- org.onosproject.cli.net.vnet - package org.onosproject.cli.net.vnet
-
CLI commands for querying and administering virtual networks.
- org.onosproject.cli.security - package org.onosproject.cli.security
-
CLI commands for managing security permissions.
- org.onosproject.metrics.intent - package org.onosproject.metrics.intent
-
ONOS Intent Metrics Application that collects intent-related metrics.
- org.onosproject.metrics.intent.cli - package org.onosproject.metrics.intent.cli
-
Intent metrics command-line handlers.
- org.onosproject.metrics.topology - package org.onosproject.metrics.topology
-
ONOS Topology Metrics Application that collects topology-related metrics.
- org.onosproject.metrics.topology.cli - package org.onosproject.metrics.topology.cli
-
Topology metrics command-line handlers.
- outputJson() - Method in class org.onosproject.cli.AbstractShellCommand
-
Indicates whether JSON format should be output.
- 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
-
- 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.
- RandomIntentCommand - Class in org.onosproject.cli.net
-
Installs bulk point-to-point connectivity intents between random ingress/egress devices.
- RandomIntentCommand() - Constructor for class org.onosproject.cli.net.RandomIntentCommand
-
- RegionAddCommand - Class in org.onosproject.cli.net
-
Add a new region.
- RegionAddCommand() - Constructor for class org.onosproject.cli.net.RegionAddCommand
-
- RegionAddDevicesCommand - Class in org.onosproject.cli.net
-
Add a set of devices into existing region.
- RegionAddDevicesCommand() - Constructor for class org.onosproject.cli.net.RegionAddDevicesCommand
-
- RegionIdCompleter - Class in org.onosproject.cli.net
-
Region ID completer.
- RegionIdCompleter() - Constructor for class org.onosproject.cli.net.RegionIdCompleter
-
- RegionListCommand - Class in org.onosproject.cli.net
-
List Region details including membership.
- RegionListCommand() - Constructor for class org.onosproject.cli.net.RegionListCommand
-
- RegionRemoveCommand - Class in org.onosproject.cli.net
-
Removes a region from the existing region list.
- RegionRemoveCommand() - Constructor for class org.onosproject.cli.net.RegionRemoveCommand
-
- RegionRemoveDevicesCommand - Class in org.onosproject.cli.net
-
Remove a set of devices from existing region.
- RegionRemoveDevicesCommand() - Constructor for class org.onosproject.cli.net.RegionRemoveDevicesCommand
-
- RegionTypeCompleter - Class in org.onosproject.cli.net
-
Region type completer.
- RegionTypeCompleter() - Constructor for class org.onosproject.cli.net.RegionTypeCompleter
-
- RegionUpdateCommand - Class in org.onosproject.cli.net
-
Update an existing region.
- RegionUpdateCommand() - Constructor for class org.onosproject.cli.net.RegionUpdateCommand
-
- ResourcesCommand - Class in org.onosproject.cli.net
-
Lists available resources.
- ResourcesCommand() - Constructor for class org.onosproject.cli.net.ResourcesCommand
-
- response(Response.Status, Throwable) - Method in class org.onlab.rest.exceptions.AbstractMapper
-
Produces a response builder primed with the supplied status code
and JSON entity with the status code and exception message.
- responseStatus() - Method in class org.onlab.rest.exceptions.AbstractMapper
-
Returns the response status to be given when the exception occurs.
- responseStatus() - Method in class org.onlab.rest.exceptions.BadRequestMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.EntityNotFoundMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.IllegalArgumentExceptionMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.IllegalStateExceptionMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.NotFoundMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.ServerErrorMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.ServiceNotFoundMapper
-
- responseStatus() - Method in class org.onlab.rest.exceptions.WebApplicationExceptionMapper
-
- ReviewApplicationNameCompleter - Class in org.onosproject.cli.security
-
Application name completer for security review command.
- ReviewApplicationNameCompleter() - Constructor for class org.onosproject.cli.security.ReviewApplicationNameCompleter
-
- ReviewCommand - Class in org.onosproject.cli.security
-
Application security policy review commands.
- ReviewCommand() - Constructor for class org.onosproject.cli.security.ReviewCommand
-
- RoleCompleter - Class in org.onosproject.cli.net
-
Device mastership role completer.
- RoleCompleter() - Constructor for class org.onosproject.cli.net.RoleCompleter
-
- RolesCommand - Class in org.onosproject.cli
-
Lists mastership roles of nodes for each device.
- RolesCommand() - Constructor for class org.onosproject.cli.RolesCommand
-
- RouteAddCommand - Class in org.onosproject.cli.net
-
Command to add a route to the routing table.
- RouteAddCommand() - Constructor for class org.onosproject.cli.net.RouteAddCommand
-
- RouteRemoveCommand - Class in org.onosproject.cli.net
-
Command to remove a route from the routing table.
- RouteRemoveCommand() - Constructor for class org.onosproject.cli.net.RouteRemoveCommand
-
- RoutesListCommand - Class in org.onosproject.cli.net
-
Command to show the routes in the routing tables.
- RoutesListCommand() - Constructor for class org.onosproject.cli.net.RoutesListCommand
-
- TableStatisticsCommand - Class in org.onosproject.cli.net
-
Lists port statistic of all ports in the system.
- TableStatisticsCommand() - Constructor for class org.onosproject.cli.net.TableStatisticsCommand
-
- TenantAddCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual network tenant.
- TenantAddCommand() - Constructor for class org.onosproject.cli.net.vnet.TenantAddCommand
-
- TenantListCommand - Class in org.onosproject.cli.net.vnet
-
Lists all tenants.
- TenantListCommand() - Constructor for class org.onosproject.cli.net.vnet.TenantListCommand
-
- TenantRemoveCommand - Class in org.onosproject.cli.net.vnet
-
Creates a new virtual network tenant.
- TenantRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.TenantRemoveCommand
-
- TestAllocateResource - Class in org.onosproject.cli.net
-
Test tool to allocate resources.
- TestAllocateResource() - Constructor for class org.onosproject.cli.net.TestAllocateResource
-
- topology - Variable in class org.onosproject.cli.net.TopologyCommand
-
- TopologyCommand - Class in org.onosproject.cli.net
-
Lists summary of the current topology.
- TopologyCommand() - Constructor for class org.onosproject.cli.net.TopologyCommand
-
- topologyDeviceEventMetric() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- topologyDeviceEventMetric() - Method in interface org.onosproject.metrics.topology.TopologyMetricsService
-
Gets the Event Metric for the Device Events.
- TopologyEventsListCommand - Class in org.onosproject.metrics.topology.cli
-
Command to show the list of last topology events.
- TopologyEventsListCommand() - Constructor for class org.onosproject.metrics.topology.cli.TopologyEventsListCommand
-
- TopologyEventsMetricsCommand - Class in org.onosproject.metrics.topology.cli
-
Command to show the topology events metrics.
- TopologyEventsMetricsCommand() - Constructor for class org.onosproject.metrics.topology.cli.TopologyEventsMetricsCommand
-
- topologyGraphEventMetric() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- topologyGraphEventMetric() - Method in interface org.onosproject.metrics.topology.TopologyMetricsService
-
Gets the Event Metric for the Topology Graph Events.
- topologyGraphReasonsEventMetric() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- topologyGraphReasonsEventMetric() - Method in interface org.onosproject.metrics.topology.TopologyMetricsService
-
Gets the Event Metric for the Topology Graph Reasons Events.
- topologyHostEventMetric() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- topologyHostEventMetric() - Method in interface org.onosproject.metrics.topology.TopologyMetricsService
-
Gets the Event Metric for the Host Events.
- topologyLinkEventMetric() - Method in class org.onosproject.metrics.topology.TopologyMetrics
-
- topologyLinkEventMetric() - Method in interface org.onosproject.metrics.topology.TopologyMetricsService
-
Gets the Event Metric for the Link Events.
- TopologyMetrics - Class in org.onosproject.metrics.topology
-
ONOS Topology Metrics Application that collects topology-related metrics.
- TopologyMetrics() - Constructor for class org.onosproject.metrics.topology.TopologyMetrics
-
- TopologyMetricsService - Interface in org.onosproject.metrics.topology
-
Service interface exported by TopologyMetrics.
- topologyService - Variable in class org.onosproject.metrics.topology.TopologyMetrics
-
- toResponse(E) - Method in class org.onlab.rest.exceptions.AbstractMapper
-
- toResponse(WebApplicationException) - Method in class org.onlab.rest.exceptions.WebApplicationExceptionMapper
-
Extracts and returns the response from a WebApplicationException.
- TransactionsCommand - Class in org.onosproject.cli.net
-
CLI to view in-progress database transactions in the system.
- TransactionsCommand() - Constructor for class org.onosproject.cli.net.TransactionsCommand
-
- TunnelBorrowCommand - Class in org.onosproject.cli.net
-
Borrows tunnels.
- TunnelBorrowCommand() - Constructor for class org.onosproject.cli.net.TunnelBorrowCommand
-
- TunnelCreateCommand - Class in org.onosproject.cli.net
-
Supports for creating a tunnel by using IP address and optical as tunnel end
point.
- TunnelCreateCommand() - Constructor for class org.onosproject.cli.net.TunnelCreateCommand
-
- TunnelQueryCommand - Class in org.onosproject.cli.net
-
Supports for querying tunnels.
- TunnelQueryCommand() - Constructor for class org.onosproject.cli.net.TunnelQueryCommand
-
- TunnelQuerySubscriptionCommand - Class in org.onosproject.cli.net
-
Query all tunnel subscriptions of consumer by consumer id.
- TunnelQuerySubscriptionCommand() - Constructor for class org.onosproject.cli.net.TunnelQuerySubscriptionCommand
-
- TunnelRemoveCommand - Class in org.onosproject.cli.net
-
Supports for removing tunnels.
- TunnelRemoveCommand() - Constructor for class org.onosproject.cli.net.TunnelRemoveCommand
-
- TunnelReturnCommand - Class in org.onosproject.cli.net
-
Returns tunnels.
- TunnelReturnCommand() - Constructor for class org.onosproject.cli.net.TunnelReturnCommand
-
- TunnelUpdateCommand - Class in org.onosproject.cli.net
-
Supports for updating a tunnel by tunnel identity.
- TunnelUpdateCommand() - Constructor for class org.onosproject.cli.net.TunnelUpdateCommand
-
- 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
-
- 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
-