Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

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
 
AbstractDeviceProvider - Class in org.onosproject.common.net
Base device provider capable of engaging DeviceDescriptionDiscovery driver behaviour to discover device and port details.
AbstractDeviceProvider(ProviderId) - Constructor for class org.onosproject.common.net.AbstractDeviceProvider
Creates a provider with the supplied identifier.
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
 
AbstractVirtualListenerManager<E extends org.onosproject.event.Event,L extends org.onosproject.event.EventListener<E>> - Class in org.onosproject.incubator.net.virtual.event
Basis for virtual event components which need to export listener mechanism.
AbstractVirtualListenerManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
AbstractVirtualProvider - Class in org.onosproject.incubator.net.virtual.provider
 
AbstractVirtualProvider(ProviderId) - Constructor for class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProvider
Creates a virtual provider with the supplied identifier.
AbstractVirtualProviderService<P extends VirtualProvider> - Class in org.onosproject.incubator.net.virtual.provider
Base implementation of a virtual provider service, which tracks the provider to which it is issued and can be invalidated.
AbstractVirtualProviderService() - Constructor for class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
 
AbstractVnetService - Class in org.onosproject.incubator.net.virtual
Basis for virtual network service.
AbstractVnetService(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.AbstractVnetService
 
AbstractWebApplication - Class in org.onlab.rest
Base web application.
AbstractWebApplication() - Constructor for class org.onlab.rest.AbstractWebApplication
 
acknowledged() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns a flag to indicate if this alarm has been acknowledged.
acknowledged() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
activate() - Method in class org.onosproject.cli.CliComponent
 
activate() - Method in class org.onosproject.codec.impl.CodecManager
 
activate() - Method in class org.onosproject.common.net.AbstractDeviceProvider
 
activate(ApplicationId, String) - Method in interface org.onosproject.incubator.component.ComponentService
Activates the component identified by the given name.
activate() - Method in class org.onosproject.incubator.net.config.impl.ExtraNetworkConfigs
 
activate() - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
activate(ComponentContext) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
activate() - Method in class org.onosproject.incubator.net.impl.PortStatisticsManager
 
activate() - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
activate() - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
activate() - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
activate(ComponentContext) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
activate() - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
activate() - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
activate() - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
activate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
activate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
 
activate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
activate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
activate() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
add(Interface) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
add(Interface) - Method in interface org.onosproject.incubator.net.intf.InterfaceAdminService
Adds a new interface configuration to the system.
add(McastRoute) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
addChildren(Class<ConfigNode>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode.Builder
Adds children to the children field.
addConfigListener(ConfigStoreType, ConfigNodePath, ElasticConfigListener) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Registers a listener to be notified when the subtree rooted at the specified path is modified.
addCriteria(Set<ConfigNodePath>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter.Builder
Adds new ConfigNodePath filtering criteria to a ConfigFilter object.
addDevice(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual device to the store.
addDpiStatistics(DpiStatistics) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Adds DpiStatistics at the end of the Store list.
addDpiStatistics(DpiStatistics) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
addHost(NetworkId, HostId, MacAddress, VlanId, HostLocation, Set<IpAddress>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual host to the store.
AddHostToHostIntentCommand - Class in org.onosproject.cli.net
Installs host-to-host connectivity intent.
AddHostToHostIntentCommand() - Constructor for class org.onosproject.cli.net.AddHostToHostIntentCommand
 
addInterface(Interface) - Method in class org.onosproject.incubator.net.config.basics.InterfaceConfig
Adds an interface to the config.
addLink(NetworkId, ConnectPoint, ConnectPoint, Link.State, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual link.
addListener(RouteListener) - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
In a departure from other services in ONOS, calling addListener will cause all current routes to be pushed to the listener before any new events are sent.
addListener(L) - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
AddMplsIntent - Class in org.onosproject.cli.net
Deprecated.
in Goldeneye Release, in favour of encapsulation constraint EncapsulationConstraint
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
 
addNetwork(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual network for the specified tenant to the store.
addNode(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Adds a new node to the elastic config store.
addNode(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Adds a new node to the ElasticConfigStore.
addOrUpdateFlowRule(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Stores a new flow rule, or updates an existing entry.
addOrUpdateIntent(Intent, IntentState) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Add or update the intent to the store.
addPending(IntentData) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
AddPointToPointIntentCommand - Class in org.onosproject.cli.net
Installs point-to-point connectivity intents.
AddPointToPointIntentCommand() - Constructor for class org.onosproject.cli.net.AddPointToPointIntentCommand
 
addPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual port to the network.
addProcessor(PacketProcessor, int) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
AddProtectedTransportIntentCommand - Class in org.onosproject.cli.net
Installs ProtectedTransportIntent.
AddProtectedTransportIntentCommand() - Constructor for class org.onosproject.cli.net.AddProtectedTransportIntentCommand
 
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
 
addSink(McastRoute, ConnectPoint) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
addSource(McastRoute, ConnectPoint) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
addTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new tenant ID to the store.
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
 
addTunnelId(Intent, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds the intent to tunnel identifier mapping to the store.
addType(NodeType) - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode.Builder
Adds the type of the instance node.
addValue(Class<V>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode.Builder
Adds the value of the instance node.
Alarm - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Representation of an Alarm.
Alarm.SeverityLevel - Enum in org.onosproject.incubator.net.faultmanagement.alarm
Represents the severity level on an alarm, as per ITU-T X.733 specifications.
AlarmConsumer - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Abstraction of a device behaviour capable of retrieving/consuming list of pending alarms from the device.
AlarmEntityId - Class in org.onosproject.incubator.net.faultmanagement.alarm
Immutable representation of a alarm source.
AlarmEntityId() - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
alarmEntityId(String) - Static method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
alarmEntityId(URI) - Static method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
AlarmEvent - Class in org.onosproject.incubator.net.faultmanagement.alarm
Entity that represents Alarm events.
AlarmEvent(AlarmEvent.Type, Alarm) - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEvent
Creates an event due to one alarm.
AlarmEvent.Type - Enum in org.onosproject.incubator.net.faultmanagement.alarm
Type of alarm event.
AlarmId - Class in org.onosproject.incubator.net.faultmanagement.alarm
Alarm identifier suitable as an external key.
alarmId(long) - Static method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmId
Creates an alarm identifier from the specified long representation.
AlarmListener - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Entity capable of receiving alarm related events.
AlarmProvider - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Abstraction of an entity capable of supplying alarms collected from network devices.
AlarmProviderRegistry - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Abstraction of a alarm provider registry.
AlarmProviderService - Interface in org.onosproject.incubator.net.faultmanagement.alarm
The interface Alarm provider service.
alarms() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics
 
alarms() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStatistics
Returns the alarms on a tunnel.
AlarmService - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Service for interacting with the alarm handling of devices.
AlarmTranslator - Interface in org.onosproject.incubator.net.faultmanagement.alarm
Abstraction of ability to translate device messages into alarms.
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
 
annotate(ObjectNode, T, CodecContext) - Method in class org.onosproject.codec.impl.AnnotatedCodec
Adds JSON encoding of the given item annotations to the specified node.
AnnotatedCodec<T extends org.onosproject.net.Annotated> - Class in org.onosproject.codec.impl
Base JSON codec for annotated entities.
AnnotatedCodec() - Constructor for class org.onosproject.codec.impl.AnnotatedCodec
 
AnnotateDeviceCommand - Class in org.onosproject.cli.net
Annotates network device model.
AnnotateDeviceCommand() - Constructor for class org.onosproject.cli.net.AnnotateDeviceCommand
 
AnnotateLinkCommand - Class in org.onosproject.cli.net
Annotates network link model.
AnnotateLinkCommand() - Constructor for class org.onosproject.cli.net.AnnotateLinkCommand
 
AnnotationKeysCompleter - Class in org.onosproject.cli.net.completer
Completer for annotation keys declared in AnnotationKeys.
AnnotationKeysCompleter() - Constructor for class org.onosproject.cli.net.completer.AnnotationKeysCompleter
 
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.
annotations() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
AnnotationsCodec - Class in org.onosproject.codec.impl
Annotations JSON codec.
AnnotationsCodec() - Constructor for class org.onosproject.codec.impl.AnnotationsCodec
 
ANY - Static variable in class org.onosproject.cli.net.FlowsListCommand
 
ANY - Static variable in class org.onosproject.cli.net.GroupsListCommand
 
ANY - Static variable in class org.onosproject.cli.net.vnet.VirtualFlowsListCommand
 
APP_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
APP_ID - Static variable in class org.onosproject.codec.impl.IntentCodec
 
APP_ID_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
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
 
appId() - Method in class org.onosproject.incubator.net.domain.IntentPrimitive
The getter for the application ID associated with the intent primitive upon creation.
appId() - Method in class org.onosproject.incubator.net.domain.IntentResource
Returns the application ID associated with this resource at creation.
appId() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourHandlerRegistration
Gets the ID of the application that registered the handler.
appId(ApplicationId) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
ApplicationArchive - Class in org.onosproject.common.app
Facility for reading application archive stream and managing application directory structure.
ApplicationArchive() - Constructor for class org.onosproject.common.app.ApplicationArchive
 
ApplicationCodec - Class in org.onosproject.codec.impl
Application JSON codec.
ApplicationCodec() - Constructor for class org.onosproject.codec.impl.ApplicationCodec
 
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
 
ApplicationIdCodec - Class in org.onosproject.codec.impl
ApplicationId JSON codec.
ApplicationIdCodec() - Constructor for class org.onosproject.codec.impl.ApplicationIdCodec
 
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
 
apply(IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider apply the path from the intent resource.
apply(FlowRuleOperations) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
applyFlowRule(NetworkId, FlowRule...) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
applyFlowRule(NetworkId, FlowRule...) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProvider
Instructs the provider to apply the specified flow rules to their respective virtual devices.
applyFlowRules(FlowRule...) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
applyFromDevicePool(DeviceId, long) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
applyFromDevicePool(DeviceId, long) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Returns labels from resource pool by a specific device id.
applyFromDevicePool(DeviceId, long) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Returns labels from resource pool by a specific device id.
applyFromGlobalPool(long) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
applyFromGlobalPool(long) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Returns labels from the global label resource pool.
applyFromGlobalPool(long) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Returns labels from the global label resource pool.
applyNum() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
Returns apply label number.
arpEnabled - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
assignedUser() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns the user to whom this alarm is assigned; this is for future use and always returns null in this release.
assignedUser() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
avgPktSize() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic average packet size.

B

BadRequestMapper - Class in org.onlab.rest.exceptions
Mapper for IO exceptions to the BAD_REQUEST response code.
BadRequestMapper() - Constructor for class org.onlab.rest.exceptions.BadRequestMapper
 
BalanceMastersCommand - Class in org.onosproject.cli
Forces device mastership rebalancing.
BalanceMastersCommand() - Constructor for class org.onosproject.cli.BalanceMastersCommand
 
BANDWIDTH - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
bandwidthUtilization() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics
 
bandwidthUtilization() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStatistics
Returns the bandwidth utilization of a tunnel.
BaseResource - Class in org.onlab.rest
Base abstraction of a JAX-RS resource.
BaseResource() - Constructor for class org.onlab.rest.BaseResource
 
batchOperationComplete(NetworkId, FlowRuleBatchEvent) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Invoked on the completion of a storeBatch operation.
batchOperationCompleted(long, CompletedBatchOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Indicates to the core that the requested batch operation has been completed.
beginLabel() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns a begin Label id.
bindPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Binds an existing virtual port to the network.
bindVirtualPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
bindVirtualPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Binds an existing virtual port on the specified device.
borrowTunnel(ApplicationId, TunnelId, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
borrowTunnel(ApplicationId, TunnelName, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
borrowTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
borrowTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
borrowTunnel(ApplicationId, TunnelId, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Borrows a specific tunnel.
borrowTunnel(ApplicationId, TunnelName, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Borrows a specific tunnel by tunnelName.
borrowTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Borrows all tunnels between source and destination.
borrowTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Borrows all specified type tunnels between source and destination.
borrowTunnel(ApplicationId, TunnelId, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns a specific tunnel.
borrowTunnel(ApplicationId, TunnelName, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns a specific tunnel by tunnelName.
borrowTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all tunnels between source and destination.
borrowTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all specified type tunnels between source and destination.
breed() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol breed.
broadcastPoints(ClusterId) - Method in class org.onosproject.common.DefaultTopology
Returns the set of the cluster broadcast points.
broadcastSetSize(ClusterId) - Method in class org.onosproject.common.DefaultTopology
Returns the size of the cluster broadcast set.
build() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter.Builder
Builds an immutable ConfigFilter entity.
build() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode.Builder
Builds an immutable ConfigNode entity.
build() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
build() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Creates a TunnelStatistics object.
build() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Builds a default virtual link object from the accumulated parameters.
build() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
Builds a virtual network intent from the accumulated parameters.
buildConstraints() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
Builds the constraint list for this command based on the command line parameters.
Builder(Alarm) - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
Builder(DeviceId, String, Alarm.SeverityLevel, long) - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
Builder() - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
 
builder() - Static method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
Creates a new default virtual link builder.
builder() - Static method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
Returns a new point to point intent builder.
buildTrafficSelector() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
Constructs a traffic selector based on the command line arguments presented to the command.
buildTrafficTreatment() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
Generates a traffic treatment for this intent based on command line arguments presented to the command.
bytes() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow bytes.
bytes() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol bytes.

C

cancel(IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider cancel the path.
cancelPackets(TrafficSelector, PacketPriority, ApplicationId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
cancelPackets(TrafficSelector, PacketPriority, ApplicationId, Optional<DeviceId>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
cancelPackets(PacketRequest) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager.InternalStoreDelegate
 
cancelPackets(NetworkId, PacketRequest) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Cancels intercept of packets that match the given selector.
changePortState(DeviceId, PortNumber, boolean) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Administratively enables or disables a port.
CHANNEL_SPACING - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
CHANNEL_SPACING - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
checkValidity() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
Checks the validity of this provider service.
children() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the children of the instance node.
choices() - Method in class org.onosproject.cli.AbstractChoicesCompleter
 
choices() - Method in class org.onosproject.cli.app.AllApplicationNamesCompleter
 
choices() - Method in class org.onosproject.cli.app.ApplicationCommandCompleter
 
choices() - Method in class org.onosproject.cli.cfg.ConfigKeyCompleter
 
choices() - Method in class org.onosproject.cli.cfg.SubjectClassKeyCompleter
 
choices() - Method in class org.onosproject.cli.cfg.SubjectKeyCompleter
 
choices() - Method in class org.onosproject.cli.MetricNameCompleter
 
choices() - Method in class org.onosproject.cli.net.completer.AnnotationKeysCompleter
 
choices() - Method in class org.onosproject.cli.net.completer.IntentIdCompleter
 
choices() - Method in class org.onosproject.cli.net.completer.InterfaceNameCompleter
 
choices() - Method in class org.onosproject.cli.net.completer.PeerConnectPointCompleter
 
choices() - Method in class org.onosproject.cli.net.GroupStatusCompleter
 
choices() - Method in class org.onosproject.cli.net.PortNumberCompleter
 
choices() - Method in class org.onosproject.cli.net.PortStateCompleter
 
choices() - Method in class org.onosproject.cli.net.RegionIdCompleter
 
choices() - Method in class org.onosproject.cli.net.RegionTypeCompleter
 
choices() - Method in class org.onosproject.cli.StartStopCompleter
 
choices() - Method in class org.onosproject.cli.UpDownCompleter
 
clear() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
clearActive(String) - Method in class org.onosproject.common.app.ApplicationArchive
Clears the app as active by deleting token file in the app directory.
CliComponent - Class in org.onosproject.cli
OSGI Component for the ONOS CLI.
CliComponent() - Constructor for class org.onosproject.cli.CliComponent
 
CLUSTER_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
clusterCount() - Method in class org.onosproject.common.DefaultTopology
 
ClusterDevicesCommand - Class in org.onosproject.cli.net
Lists devices of the specified topology cluster in the current topology.
ClusterDevicesCommand() - Constructor for class org.onosproject.cli.net.ClusterDevicesCommand
 
ClusterIdCompleter - Class in org.onosproject.cli.net
Cluster ID completer.
ClusterIdCompleter() - Constructor for class org.onosproject.cli.net.ClusterIdCompleter
 
ClusterLinksCommand - Class in org.onosproject.cli.net
Lists links of the specified topology cluster in the current topology.
ClusterLinksCommand() - Constructor for class org.onosproject.cli.net.ClusterLinksCommand
 
ClustersListCommand - Class in org.onosproject.cli.net
Lists all clusters in the current topology.
ClustersListCommand() - Constructor for class org.onosproject.cli.net.ClustersListCommand
 
codec(Class<T>) - Method in class org.onosproject.cli.AbstractShellCommand
 
CodecManager - Class in org.onosproject.codec.impl
Implementation of the JSON codec brokering service.
CodecManager() - Constructor for class org.onosproject.codec.impl.CodecManager
 
compactLinkString(Link) - Static method in class org.onosproject.cli.net.LinksListCommand
Returns a compact string representing the given link.
Comparators - Class in org.onosproject.utils
Various comparators.
complete(String, int, List<String>) - Method in class org.onosproject.cli.AbstractChoicesCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.app.ApplicationIdWithIntentNameCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.app.ApplicationNameCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.cfg.ComponentConfigCommandCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.cfg.ComponentNameCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.cfg.ComponentPropertyNameCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.ClusterIdCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.ConnectPointCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.DeviceIdCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.DriverNameCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.EncapTypeCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.EthTypeCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.ExtHeaderCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.FlowRuleStatusCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.HostIdCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.Icmp6CodeCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.Icmp6TypeCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.IntentKeyCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.IpProtocolCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.LinkDstCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.LinkSrcCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.net.RoleCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.NodeIdCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.PlaceholderCompleter
 
complete(String, int, List<String>) - Method in class org.onosproject.cli.security.ReviewApplicationNameCompleter
 
ComponentConfigCommand - Class in org.onosproject.cli.cfg
Manages component configuration.
ComponentConfigCommand() - Constructor for class org.onosproject.cli.cfg.ComponentConfigCommand
 
ComponentConfigCommandCompleter - Class in org.onosproject.cli.cfg
Component configuration command completer.
ComponentConfigCommandCompleter() - Constructor for class org.onosproject.cli.cfg.ComponentConfigCommandCompleter
 
componentConfigService - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
ComponentNameCompleter - Class in org.onosproject.cli.cfg
Component name completer.
ComponentNameCompleter() - Constructor for class org.onosproject.cli.cfg.ComponentNameCompleter
 
ComponentPropertyNameCompleter - Class in org.onosproject.cli.cfg
Component property name completer.
ComponentPropertyNameCompleter() - Constructor for class org.onosproject.cli.cfg.ComponentPropertyNameCompleter
 
ComponentService - Interface in org.onosproject.incubator.component
Service for managing the components in the system.
computeCost() - Method in class org.onosproject.common.DefaultTopology
 
ConfigException - Exception in org.onosproject.incubator.net.config.basics
Signals that an error was encountered while reading/writing configuration.
ConfigException(String) - Constructor for exception org.onosproject.incubator.net.config.basics.ConfigException
Constructs a new ConfigException with the given message.
ConfigException(String, Throwable) - Constructor for exception org.onosproject.incubator.net.config.basics.ConfigException
Constructs a new ConfigException with the given message and cause.
ConfigFilter - Interface in org.onosproject.incubator.elasticcfg
Abstraction for Filters that can be used while traversing the PropConfig stores.
ConfigFilter.Builder - Interface in org.onosproject.incubator.elasticcfg
Builder for ConfigFilter.
ConfigKeyCompleter - Class in org.onosproject.cli.cfg
Network configuration config key completer.
ConfigKeyCompleter() - Constructor for class org.onosproject.cli.cfg.ConfigKeyCompleter
 
ConfigNode<V> - Interface in org.onosproject.incubator.elasticcfg
Abstraction of an instance in the elastic config store.
ConfigNode.Builder<V> - Interface in org.onosproject.incubator.elasticcfg
Builder for ConfigNode.
ConfigNodePath - Class in org.onosproject.incubator.elasticcfg
Abstraction of the key to an instance in the elastic config store.
ConfigNodePath(String, String) - Constructor for class org.onosproject.incubator.elasticcfg.ConfigNodePath
Creates a new ConfigNodePath from parentKey and nodeKey.
configService - Variable in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
ConfigStoreType - Enum in org.onosproject.incubator.elasticcfg
Designates the store type for various Proprietary Config stores.
CONNECT_POINT_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
ConnectivityIntentCodec - Class in org.onosproject.codec.impl
Connectivity intent codec.
ConnectivityIntentCodec() - Constructor for class org.onosproject.codec.impl.ConnectivityIntentCodec
 
ConnectivityIntentCommand - Class in org.onosproject.cli.net
Base class for command line operations for connectivity based intents.
ConnectivityIntentCommand() - Constructor for class org.onosproject.cli.net.ConnectivityIntentCommand
 
connectPoint() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the connection point that this interface maps to.
ConnectPointCodec - Class in org.onosproject.codec.impl
Connection point JSON codec.
ConnectPointCodec() - Constructor for class org.onosproject.codec.impl.ConnectPointCodec
 
ConnectPointCompleter - Class in org.onosproject.cli.net
ConnectPoint completer.
ConnectPointCompleter() - Constructor for class org.onosproject.cli.net.ConnectPointCompleter
 
ConstraintCodec - Class in org.onosproject.codec.impl
Constraint JSON codec.
ConstraintCodec() - Constructor for class org.onosproject.codec.impl.ConstraintCodec
 
constraints(List<Constraint>) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
consumeAlarms() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmConsumer
Returns the list of active alarms consumed from the device.
consumerId() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns consumer identity.
Context(Timer.Context, String) - Constructor for class org.onosproject.utils.MeteringAgent.Context
Constructs Context.
ControllerNodeCodec - Class in org.onosproject.codec.impl
Device JSON codec.
ControllerNodeCodec() - Constructor for class org.onosproject.codec.impl.ControllerNodeCodec
 
coreService - Variable in class org.onosproject.cli.CliComponent
 
coreService - Variable in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
coreService - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
coreService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
coreService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
coreService - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
CounterCommand - Class in org.onosproject.cli.net
Command to display the current value of a atomic counter.
CounterCommand() - Constructor for class org.onosproject.cli.net.CounterCommand
 
CountersListCommand - Class in org.onosproject.cli.net
Command to list the various counters in the system.
CountersListCommand() - Constructor for class org.onosproject.cli.net.CountersListCommand
 
createContext(Ethernet, ConnectPoint, NeighbourMessageActions) - Static method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
Attempts to create a MessageContext for the given Ethernet frame.
createDevicePool(DeviceId, LabelResourceId, LabelResourceId) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
createDevicePool(DeviceId, LabelResourceId, LabelResourceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceAdminService
Creates the only label resource of some device id from begin label to end label.
createDevicePool(DeviceId, LabelResourceId, LabelResourceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Creates a label resource of some device id from begin label to end label.
createGlobalPool(LabelResourceId, LabelResourceId) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
createGlobalPool(LabelResourceId, LabelResourceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceAdminService
Creates the only global label resource pool.
createGlobalPool(LabelResourceId, LabelResourceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Creates the global label resource pool.
createOrUpdateTunnel(Tunnel) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Creates or updates a tunnel.
createOrUpdateTunnel(Tunnel, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Creates a tunnel or updates a tunnel with the new state given in input.
createProviderService(IntentDomainProvider) - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
createProviderService(MeterProvider) - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
createProviderService(LabelResourceProvider) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
createProviderService(TunnelProvider) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
createProviderService(VirtualNetworkProvider) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
createRecursive(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Creates nodes in the elastic config store, recursively by creating all missing intermediate nodes in the path.
createRecursive(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Creates nodes in the ElasticConfigStore, recursively by creating all missing intermediate nodes in the path.
createTunnel(NetworkId, ConnectPoint, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
createTunnel(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProvider
Creates a network tunnel for all traffic from the specified source connection point to the indicated destination connection point.
createVirtualDevice(NetworkId, DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
createVirtualDevice(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual device within the specified network.
createVirtualHost(NetworkId, HostId, MacAddress, VlanId, HostLocation, Set<IpAddress>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
createVirtualHost(NetworkId, HostId, MacAddress, VlanId, HostLocation, Set<IpAddress>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual host within the specified network.
createVirtualLink(NetworkId, ConnectPoint, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
createVirtualLink(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual link within the specified network.
createVirtualNetwork(TenantId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
createVirtualNetwork(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual network for the specified tenant.
createVirtualPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
createVirtualPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual port on the specified device.
creationTime() - Method in class org.onosproject.common.DefaultTopology
 
CriterionCodec - Class in org.onosproject.codec.impl
Criterion codec.
CriterionCodec() - Constructor for class org.onosproject.codec.impl.CriterionCodec
 
currentTopology() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
currentUsedMaxLabelId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns a begin Label id.

D

deactivate() - Method in class org.onosproject.codec.impl.CodecManager
 
deactivate() - Method in class org.onosproject.common.net.AbstractDeviceProvider
 
deactivate(ApplicationId, String) - Method in interface org.onosproject.incubator.component.ComponentService
Deactivates the component identified by the given name.
deactivate() - Method in class org.onosproject.incubator.net.config.impl.ExtraNetworkConfigs
 
deactivate() - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
deactivate() - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
deactivate() - Method in class org.onosproject.incubator.net.impl.PortStatisticsManager
 
deactivate() - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
deactivate() - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
deactivate() - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
deactivate() - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
deactivate() - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
deactivate() - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
deactivate() - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
deactivate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
deactivate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
 
deactivate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
deactivate() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
deactivate() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.AnnotationsCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.ApplicationIdCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.ConnectPointCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.ConstraintCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.ControllerNodeCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.CriterionCodec
 
decode() - Method in class org.onosproject.codec.impl.DecodeConstraintCodecHelper
Decodes the given constraint.
decode() - Method in class org.onosproject.codec.impl.DecodeCriterionCodecHelper
Decodes the JSON into a criterion object.
decode() - Method in class org.onosproject.codec.impl.DecodeInstructionCodecHelper
Decodes the JSON into an instruction object.
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.DeviceCodec
Note: ProviderId is not part of JSON representation.
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.DeviceKeyCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.FilteredConnectPointCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.FilteringObjectiveCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.FlowRuleCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.ForwardingObjectiveCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.GroupBucketCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.GroupCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.HostToHostIntentCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.InstructionCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.IntentCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.LinkCodec
Note: ProviderId is not part of JSON representation.
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.MastershipRoleCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.MastershipTermCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.McastRouteCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.MeterBandCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.MeterRequestCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.NextObjectiveCodec
 
decode(ObjectNode, Objective.Builder, CodecContext) - Method in class org.onosproject.codec.impl.ObjectiveCodecHelper
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.PointToPointIntentCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.PortCodec
Note: Result of Port.element() returned Port object, is not a full Device object.
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.RegionCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.RoleInfoCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.SinglePointToMultiPointIntentCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.TenantIdCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.TrafficSelectorCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.TrafficTreatmentCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.TransportEndpointDescriptionCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.VirtualDeviceCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.VirtualHostCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.VirtualLinkCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.VirtualNetworkCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.VirtualPortCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfoCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.incubator.net.dpi.DpiStatisticsCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfoCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfoCodec
 
decode(ObjectNode, CodecContext) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfoCodec
 
DecodeConstraintCodecHelper - Class in org.onosproject.codec.impl
Constraint JSON decoder.
DecodeConstraintCodecHelper(ObjectNode) - Constructor for class org.onosproject.codec.impl.DecodeConstraintCodecHelper
Constructs a constraint decoder.
DecodeCriterionCodecHelper - Class in org.onosproject.codec.impl
Decode portion of the criterion codec.
DecodeCriterionCodecHelper(ObjectNode) - Constructor for class org.onosproject.codec.impl.DecodeCriterionCodecHelper
Creates a decode criterion codec object.
DecodeInstructionCodecHelper - Class in org.onosproject.codec.impl
Decoding portion of the instruction codec.
DecodeInstructionCodecHelper(ObjectNode, CodecContext) - Constructor for class org.onosproject.codec.impl.DecodeInstructionCodecHelper
Creates a decode instruction codec object.
DefaultAlarm - Class in org.onosproject.incubator.net.faultmanagement.alarm
Default implementation of an alarm.
DefaultAlarm.Builder - Class in org.onosproject.incubator.net.faultmanagement.alarm
 
DefaultLabelResource - Class in org.onosproject.incubator.net.resource.label
the implementation of a label resource of a device.
DefaultLabelResource(String, long) - Constructor for class org.onosproject.incubator.net.resource.label.DefaultLabelResource
Initialize a label resource object.
DefaultLabelResource(DeviceId, LabelResourceId) - Constructor for class org.onosproject.incubator.net.resource.label.DefaultLabelResource
Initialize a label resource object.
DefaultLabelStack - Class in org.onosproject.incubator.net.tunnel
Default implementation of label stack.
DefaultLabelStack(List<LabelResourceId>) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultLabelStack
Creates label stack.
DefaultNeighbourMessageActions - Class in org.onosproject.incubator.net.neighbour.impl
Implementation of neighbour message actions.
DefaultNeighbourMessageActions(PacketService, EdgePortService) - Constructor for class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageActions
 
DefaultNeighbourMessageContext - Class in org.onosproject.incubator.net.neighbour.impl
Default implementation of a neighbour message context.
DefaultNeighbourMessageHandler - Class in org.onosproject.incubator.net.neighbour
Default neighbour message handler which implements basic proxying on an L2 network (i.e.
DefaultNeighbourMessageHandler() - Constructor for class org.onosproject.incubator.net.neighbour.DefaultNeighbourMessageHandler
 
DefaultOpticalTunnelEndPoint - Class in org.onosproject.incubator.net.tunnel
Default optical tunnel point model implementation.
DefaultOpticalTunnelEndPoint(ProviderId, Optional<ElementId>, Optional<PortNumber>, Optional<OpticalTunnelEndPoint>, OpticalTunnelEndPoint.Type, OpticalLogicId, boolean, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
Creates a optical tunnel point attributed to the specified provider (may be null).
DefaultTopology - Class in org.onosproject.common
Default implementation of the topology descriptor.
DefaultTopology(ProviderId, GraphDescription, Function<ConnectPoint, Boolean>) - Constructor for class org.onosproject.common.DefaultTopology
Creates a topology descriptor attributed to the specified provider.
DefaultTopology(ProviderId, GraphDescription) - Constructor for class org.onosproject.common.DefaultTopology
Creates a topology descriptor attributed to the specified provider.
DefaultTopologyGraph - Class in org.onosproject.common
Default implementation of an immutable topology graph based on a generic implementation of adjacency lists graph.
DefaultTopologyGraph(Set<TopologyVertex>, Set<TopologyEdge>) - Constructor for class org.onosproject.common.DefaultTopologyGraph
Creates a topology graph comprising of the specified vertexes and edges.
DefaultTunnel - Class in org.onosproject.incubator.net.tunnel
The default implementation of an network tunnel.
DefaultTunnel(ProviderId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, DefaultGroupId, TunnelId, TunnelName, Path, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnel
Creates an active infrastructure tunnel using the supplied information.
DefaultTunnel(ProviderId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Tunnel.State, DefaultGroupId, TunnelId, TunnelName, Path, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnel
Creates an tunnel using the supplied information.
DefaultTunnel(ProviderId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, DefaultGroupId, TunnelId, TunnelName, Path, NetworkResource, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnel
Creates an active infrastructure tunnel using the supplied information.
DefaultTunnel(ProviderId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Tunnel.State, DefaultGroupId, TunnelId, TunnelName, Path, NetworkResource, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnel
Creates an tunnel using the supplied information.
DefaultTunnelDescription - Class in org.onosproject.incubator.net.tunnel
Default implementation of immutable tunnel description entity.
DefaultTunnelDescription(TunnelId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, DefaultGroupId, ProviderId, TunnelName, Path, SparseAnnotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
Creates a tunnel description using the supplied information.
DefaultTunnelDescription(TunnelId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, DefaultGroupId, ProviderId, TunnelName, Path, NetworkResource, SparseAnnotations...) - Constructor for class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
Creates a tunnel description using the supplied information.
DefaultTunnelStatistics - Class in org.onosproject.incubator.net.tunnel
Default implementation of immutable tunnel statistics.
DefaultTunnelStatistics.Builder - Class in org.onosproject.incubator.net.tunnel
Builder for tunnelStatistics.
DefaultVirtualDevice - Class in org.onosproject.incubator.net.virtual
Default representation of a virtual device.
DefaultVirtualDevice(NetworkId, DeviceId) - Constructor for class org.onosproject.incubator.net.virtual.DefaultVirtualDevice
Creates a network element attributed to the specified provider.
DefaultVirtualFlowRuleProvider - Class in org.onosproject.incubator.net.virtual.impl.provider
Provider that translate virtual flow rules into physical rules.
DefaultVirtualFlowRuleProvider() - Constructor for class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
Creates a provider with the supplied identifier.
DefaultVirtualGroupProvider - Class in org.onosproject.incubator.net.virtual.impl.provider
Provider to handle Group for virtual network.
DefaultVirtualGroupProvider() - Constructor for class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
Creates a virtual provider with the supplied identifier.
DefaultVirtualHost - Class in org.onosproject.incubator.net.virtual
Default representation of a virtual host.
DefaultVirtualHost(NetworkId, HostId, MacAddress, VlanId, HostLocation, Set<IpAddress>) - Constructor for class org.onosproject.incubator.net.virtual.DefaultVirtualHost
Creates a virtual host attributed to the specified provider.
DefaultVirtualLink - Class in org.onosproject.incubator.net.virtual
Default representation of a virtual link.
DefaultVirtualLink.Builder - Class in org.onosproject.incubator.net.virtual
Builder for DefaultVirtualLink objects.
DefaultVirtualNetwork - Class in org.onosproject.incubator.net.virtual
Default implementation of the virtual network descriptor.
DefaultVirtualNetwork(NetworkId, TenantId) - Constructor for class org.onosproject.incubator.net.virtual.DefaultVirtualNetwork
Creates a new virtual network descriptor.
DefaultVirtualNetworkProvider - Class in org.onosproject.incubator.net.virtual.impl.provider
Virtual network topology provider.
DefaultVirtualNetworkProvider() - Constructor for class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
Default constructor.
DefaultVirtualPacketProvider - Class in org.onosproject.incubator.net.virtual.impl.provider
 
DefaultVirtualPacketProvider() - Constructor for class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
Creates a provider with the supplied identifier.
DefaultVirtualPort - Class in org.onosproject.incubator.net.virtual
Default representation of a virtual port.
DefaultVirtualPort(NetworkId, Device, PortNumber, ConnectPoint) - Constructor for class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
deleteFlowRule(NetworkId, FlowRule) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Marks a flow rule for deletion.
deleteRecursive(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Delete nodes in the elastic config store, recursively by deleting all intermediate nodes in the path.
deleteRecursive(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Delete nodes in the ElasticConfigStore, recursively by deleting all intermediate nodes in the path.
deleteTunnel(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Deletes a tunnel by a specific tunnel identifier.
deleteTunnel(TunnelEndPoint, TunnelEndPoint, ProviderId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Deletes all tunnels between source point and destination point.
deleteTunnel(TunnelEndPoint, TunnelEndPoint, Tunnel.Type, ProviderId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Deletes all specific type tunnels between source point and destination point.
description() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns a description of alarm.
description() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
destroyDevicePool(DeviceId) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
destroyDevicePool(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceAdminService
Destroys a label resource pool of a specific device id.
destroyDevicePool(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Destroys a label resource pool of a specific device id.
destroyGlobalPool() - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
destroyGlobalPool() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceAdminService
Destroys the global label resource pool.
destroyGlobalPool() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Destroys a the global label resource pool.
destroyTunnel(NetworkId, TunnelId) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
destroyTunnel(NetworkId, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProvider
Destroys the specified network tunnel.
detectedProtocol() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow detected protocol.
detectedProtocolName() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow detected protocol name.
detectedProtos() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Returns DPI detected protocols statistic information.
DEVICE_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
DEVICE_KEY_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
DeviceCodec - Class in org.onosproject.codec.impl
Device JSON codec.
DeviceCodec() - Constructor for class org.onosproject.codec.impl.DeviceCodec
 
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
 
deviceCount() - Method in class org.onosproject.common.DefaultTopology
 
deviceId() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
The device to which this alarm is related.
deviceId() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
deviceId() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
deviceId() - Method in interface org.onosproject.incubator.net.resource.label.LabelResource
Returns device id.
deviceId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns a device id.
deviceId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
Returns a device id.
DeviceIdCompleter - Class in org.onosproject.cli.net
Device ID completer.
DeviceIdCompleter() - Constructor for class org.onosproject.cli.net.DeviceIdCompleter
 
deviceInstallers - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
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
 
DeviceKeyCodec - Class in org.onosproject.codec.impl
Device key JSON codec.
DeviceKeyCodec() - Constructor for class org.onosproject.codec.impl.DeviceKeyCodec
 
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
 
deviceLabelResourcePoolDestroyed(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceProviderService
Signals that an label resource pool has been destroyed.
deviceLabelResourcePoolDetected(DeviceId, LabelResourceId, LabelResourceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceProviderService
Signals that a device label resource pool has been detected.
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.incubator.net.impl.PortStatisticsManager
 
deviceService - Variable in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
deviceService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
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
 
devirtualizeContext(VirtualPacketContext) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
Translate the requested a virtual Packet Context into a physical Packet Context.
discardedBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic discarded bytes.
discoverDevice(DriverHandler) - Method in class org.onosproject.common.net.AbstractDeviceProvider
Discovers the device details using the device discovery behaviour of the supplied driver handler context for interacting with a specific device.
DisjointPathCodec - Class in org.onosproject.codec.impl
DisjointPath JSON codec.
DisjointPathCodec() - Constructor for class org.onosproject.codec.impl.DisjointPathCodec
 
doExecute() - Method in class org.onosproject.cli.AbstractShellCommand
 
DomainTunnelId - Class in org.onosproject.incubator.net.tunnel
A wrapper class for a long used to identify domain level tunnels.
DomainTunnelId() - Constructor for class org.onosproject.incubator.net.tunnel.DomainTunnelId
Constructor for serializer.
DomainTunnelId(long) - Constructor for class org.onosproject.incubator.net.tunnel.DomainTunnelId
Constructs the Domain ID corresponding to a given long value.
DOWN - Static variable in class org.onosproject.cli.UpDownCompleter
 
downTunnel(ApplicationId, TunnelId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
downTunnel(ApplicationId, TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Triggers removal of specified tunnel.
DpisListCommand - Class in org.onosproject.cli.net
Fetches DPI statistics list.
DpisListCommand() - Constructor for class org.onosproject.cli.net.DpisListCommand
 
DpiStatInfo - Class in org.onosproject.incubator.net.dpi
DPI statistic information.
DpiStatInfo() - Constructor for class org.onosproject.incubator.net.dpi.DpiStatInfo
Constructor for default DpiStatInfo class.
DpiStatInfo(TrafficStatInfo) - Constructor for class org.onosproject.incubator.net.dpi.DpiStatInfo
Constructor for DpiStatistics class specified with trafficStatInfo.
DpiStatInfo(TrafficStatInfo, List<ProtocolStatInfo>) - Constructor for class org.onosproject.incubator.net.dpi.DpiStatInfo
Constructor for DpiStatistics class specified with trafficStatInfo and detectedProtos.
DpiStatInfo(TrafficStatInfo, List<ProtocolStatInfo>, List<FlowStatInfo>) - Constructor for class org.onosproject.incubator.net.dpi.DpiStatInfo
Constructor for DpiStatistics class specified with trafficStatInfo, detectedProtos and knownFlows.
DpiStatInfo(TrafficStatInfo, List<ProtocolStatInfo>, List<FlowStatInfo>, List<FlowStatInfo>) - Constructor for class org.onosproject.incubator.net.dpi.DpiStatInfo
Constructor for DpiStatistics class specified with trafficStatInfo, detectedProtos, knownFlows and unknownFlows.
dpiStatInfo() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
Returns DPI statistics information.
DpiStatInfoCodec - Class in org.onosproject.incubator.net.dpi
Implementation of encoder for DpiStatInfo codec.
DpiStatInfoCodec() - Constructor for class org.onosproject.incubator.net.dpi.DpiStatInfoCodec
 
DpiStatistics - Class in org.onosproject.incubator.net.dpi
DPI statistics with received time.
DpiStatistics(String, DpiStatInfo) - Constructor for class org.onosproject.incubator.net.dpi.DpiStatistics
Constructor for DpiStatistics class.
DpiStatisticsCodec - Class in org.onosproject.incubator.net.dpi
Implementation of encoder for DpiStatistics codec.
DpiStatisticsCodec() - Constructor for class org.onosproject.incubator.net.dpi.DpiStatisticsCodec
 
DpiStatisticsManager - Class in org.onosproject.incubator.net.dpi.impl
DPI Statistics Manager.
DpiStatisticsManager() - Constructor for class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
DpiStatisticsManagerService - Interface in org.onosproject.incubator.net.dpi
Service for DPI Statistics Service Manager.
dpiThroughputBps() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic throughput Bps(Byte per second).
dpiThroughputPps() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic throughput Pps(Packet per second).
DriverCodec - Class in org.onosproject.codec.impl
JSON codec for the Driver class.
DriverCodec() - Constructor for class org.onosproject.codec.impl.DriverCodec
 
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.common.net.AbstractDeviceProvider
 
driverService - Variable in class org.onosproject.incubator.net.meter.impl.MeterManager
 
DriversListCommand - Class in org.onosproject.cli.net
Lists device drivers.
DriversListCommand() - Constructor for class org.onosproject.cli.net.DriversListCommand
 
drop(NeighbourMessageContext) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageActions
 
drop() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
drop(NeighbourMessageContext) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageActions
Drops the incoming message.
drop() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Drops the incoming message.
dst() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
dst() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
dst() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
the terminal of a tunnel.
dst() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns the connection point destination.
dst() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns destination point of tunnel.
dst(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the destination connect point to be used by the builder.
dstMac() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
dstMac() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the destination MAC address of the message.

E

edgePorts() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the set of edge ports for the intent domain.
EdgePortsListCommand - Class in org.onosproject.cli.net
Lists all edge ports.
EdgePortsListCommand() - Constructor for class org.onosproject.cli.net.EdgePortsListCommand
 
edgeService - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
egress() - Method in class org.onosproject.incubator.net.domain.IntentResource
Returns the egress connect point associated with this resource at creation.
egressPoint(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
Sets the egress point of the virtual network intent that will be built.
egressPoint() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
Returns the port on which the traffic should egress.
egressVlan() - Method in class org.onosproject.incubator.net.config.basics.McastConfig
Gets egress VLAN of multicast traffic.
ElasticConfigEvent - Class in org.onosproject.incubator.elasticcfg
Describes a ProprietaryConfig event.
ElasticConfigEvent(ElasticConfigEvent.Type, ConfigNodePath, ConfigNode) - Constructor for class org.onosproject.incubator.elasticcfg.ElasticConfigEvent
Creates an event of a given type, config node value and config node path.
ElasticConfigEvent.Type - Enum in org.onosproject.incubator.elasticcfg
Type of configuration events.
ElasticConfigListener - Interface in org.onosproject.incubator.elasticcfg
Entity capable of receiving elastic config change events.
ElasticConfigService - Interface in org.onosproject.incubator.elasticcfg
Service for storing and distributing elastic configuration data.
ElasticConfigStore - Interface in org.onosproject.incubator.elasticcfg
Store service for storing and distributing elastic configuration data.
ElasticConfigStoreDelegate - Interface in org.onosproject.incubator.elasticcfg
Proprietary configuration store delegate abstraction.
ELEMENT_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
ELEMENT_ID_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
elementId() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
elementId() - Method in interface org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint
Returns the parent network element to which this tunnel point belongs.
emit(NetworkId, OutboundPacket) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
emit(OutboundPacket) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
emit(NetworkId, OutboundPacket) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualPacketProvider
Emits the specified outbound packet onto the underlay physical network.
emit(NetworkId, OutboundPacket) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Decides which instance should emit the packet and forwards the packet to that instance.
EncapTypeCompleter - Class in org.onosproject.cli.net
Encapsulation type completer.
EncapTypeCompleter() - Constructor for class org.onosproject.cli.net.EncapTypeCompleter
 
encode(Annotations, CodecContext) - Method in class org.onosproject.codec.impl.AnnotationsCodec
 
encode(Application, CodecContext) - Method in class org.onosproject.codec.impl.ApplicationCodec
 
encode(ApplicationId, CodecContext) - Method in class org.onosproject.codec.impl.ApplicationIdCodec
 
encode(ConnectivityIntent, CodecContext) - Method in class org.onosproject.codec.impl.ConnectivityIntentCodec
 
encode(ConnectPoint, CodecContext) - Method in class org.onosproject.codec.impl.ConnectPointCodec
 
encode(Constraint, CodecContext) - Method in class org.onosproject.codec.impl.ConstraintCodec
 
encode(ControllerNode, CodecContext) - Method in class org.onosproject.codec.impl.ControllerNodeCodec
 
encode(Criterion, CodecContext) - Method in class org.onosproject.codec.impl.CriterionCodec
 
encode(Device, CodecContext) - Method in class org.onosproject.codec.impl.DeviceCodec
 
encode(DeviceKey, CodecContext) - Method in class org.onosproject.codec.impl.DeviceKeyCodec
 
encode(DisjointPath, CodecContext) - Method in class org.onosproject.codec.impl.DisjointPathCodec
 
encode(Driver, CodecContext) - Method in class org.onosproject.codec.impl.DriverCodec
 
encode() - Method in class org.onosproject.codec.impl.EncodeConstraintCodecHelper
Encodes the constraint in JSON.
encode() - Method in class org.onosproject.codec.impl.EncodeCriterionCodecHelper
Encodes a criterion into a JSON node.
encode() - Method in class org.onosproject.codec.impl.EncodeInstructionCodecHelper
Encodes the given instruction into JSON.
encode(Ethernet, CodecContext) - Method in class org.onosproject.codec.impl.EthernetCodec
 
encode(FilteredConnectPoint, CodecContext) - Method in class org.onosproject.codec.impl.FilteredConnectPointCodec
 
encode(FilteringObjective, CodecContext) - Method in class org.onosproject.codec.impl.FilteringObjectiveCodec
 
encode(FlowEntry, CodecContext) - Method in class org.onosproject.codec.impl.FlowEntryCodec
 
encode(FlowRule, CodecContext) - Method in class org.onosproject.codec.impl.FlowRuleCodec
 
encode(ForwardingObjective, CodecContext) - Method in class org.onosproject.codec.impl.ForwardingObjectiveCodec
 
encode(GroupBucket, CodecContext) - Method in class org.onosproject.codec.impl.GroupBucketCodec
 
encode(Group, CodecContext) - Method in class org.onosproject.codec.impl.GroupCodec
 
encode(Host, CodecContext) - Method in class org.onosproject.codec.impl.HostCodec
 
encode(HostLocation, CodecContext) - Method in class org.onosproject.codec.impl.HostLocationCodec
 
encode(HostToHostIntent, CodecContext) - Method in class org.onosproject.codec.impl.HostToHostIntentCodec
 
encode(Instruction, CodecContext) - Method in class org.onosproject.codec.impl.InstructionCodec
 
encode(Intent, CodecContext) - Method in class org.onosproject.codec.impl.IntentCodec
 
encode(Link, CodecContext) - Method in class org.onosproject.codec.impl.LinkCodec
 
encode(Load, CodecContext) - Method in class org.onosproject.codec.impl.LoadCodec
 
encode(MastershipRole, CodecContext) - Method in class org.onosproject.codec.impl.MastershipRoleCodec
 
encode(MastershipTerm, CodecContext) - Method in class org.onosproject.codec.impl.MastershipTermCodec
 
encode(McastRoute, CodecContext) - Method in class org.onosproject.codec.impl.McastRouteCodec
 
encode(Band, CodecContext) - Method in class org.onosproject.codec.impl.MeterBandCodec
 
encode(Meter, CodecContext) - Method in class org.onosproject.codec.impl.MeterCodec
 
encode(Metric, CodecContext) - Method in class org.onosproject.codec.impl.MetricCodec
 
encode(NextObjective, CodecContext) - Method in class org.onosproject.codec.impl.NextObjectiveCodec
 
encode(Objective, CodecContext) - Method in class org.onosproject.codec.impl.ObjectiveCodecHelper
 
encode(Path, CodecContext) - Method in class org.onosproject.codec.impl.PathCodec
 
encode(PointToPointIntent, CodecContext) - Method in class org.onosproject.codec.impl.PointToPointIntentCodec
 
encode(Port, CodecContext) - Method in class org.onosproject.codec.impl.PortCodec
 
encode(PortStatistics, CodecContext) - Method in class org.onosproject.codec.impl.PortStatisticsCodec
 
encode(Region, CodecContext) - Method in class org.onosproject.codec.impl.RegionCodec
 
encode(RoleInfo, CodecContext) - Method in class org.onosproject.codec.impl.RoleInfoCodec
 
encode(SinglePointToMultiPointIntent, CodecContext) - Method in class org.onosproject.codec.impl.SinglePointToMultiPointIntentCodec
 
encode(TableStatisticsEntry, CodecContext) - Method in class org.onosproject.codec.impl.TableStatisticsEntryCodec
 
encode(TenantId, CodecContext) - Method in class org.onosproject.codec.impl.TenantIdCodec
 
encode(TopologyCluster, CodecContext) - Method in class org.onosproject.codec.impl.TopologyClusterCodec
 
encode(Topology, CodecContext) - Method in class org.onosproject.codec.impl.TopologyCodec
 
encode(TrafficSelector, CodecContext) - Method in class org.onosproject.codec.impl.TrafficSelectorCodec
 
encode(TrafficTreatment, CodecContext) - Method in class org.onosproject.codec.impl.TrafficTreatmentCodec
 
encode(TransportEndpointDescription, CodecContext) - Method in class org.onosproject.codec.impl.TransportEndpointDescriptionCodec
 
encode(VirtualDevice, CodecContext) - Method in class org.onosproject.codec.impl.VirtualDeviceCodec
 
encode(VirtualHost, CodecContext) - Method in class org.onosproject.codec.impl.VirtualHostCodec
 
encode(VirtualLink, CodecContext) - Method in class org.onosproject.codec.impl.VirtualLinkCodec
 
encode(VirtualNetwork, CodecContext) - Method in class org.onosproject.codec.impl.VirtualNetworkCodec
 
encode(VirtualPort, CodecContext) - Method in class org.onosproject.codec.impl.VirtualPortCodec
 
encode(DpiStatInfo, CodecContext) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfoCodec
 
encode(DpiStatistics, CodecContext) - Method in class org.onosproject.incubator.net.dpi.DpiStatisticsCodec
 
encode(FlowStatInfo, CodecContext) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfoCodec
 
encode(ProtocolStatInfo, CodecContext) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfoCodec
 
encode(TrafficStatInfo, CodecContext) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfoCodec
 
EncodeConstraintCodecHelper - Class in org.onosproject.codec.impl
Implementation of encoder for constraint JSON codec.
EncodeConstraintCodecHelper(Constraint, CodecContext) - Constructor for class org.onosproject.codec.impl.EncodeConstraintCodecHelper
Constructs a constraint encoder.
EncodeCriterionCodecHelper - Class in org.onosproject.codec.impl
Encode portion of the criterion codec.
EncodeCriterionCodecHelper(Criterion, CodecContext) - Constructor for class org.onosproject.codec.impl.EncodeCriterionCodecHelper
Creates an encoder object for a criterion.
EncodeInstructionCodecHelper - Class in org.onosproject.codec.impl
JSON encoding of Instructions.
EncodeInstructionCodecHelper(Instruction, CodecContext) - Constructor for class org.onosproject.codec.impl.EncodeInstructionCodecHelper
Creates an instruction object encoder.
endLabel() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns an end Label id.
EntityNotFoundMapper - Class in org.onlab.rest.exceptions
Mapper for service not found exceptions to the NOT_FOUND response code.
EntityNotFoundMapper() - Constructor for class org.onlab.rest.exceptions.EntityNotFoundMapper
 
equals(Object) - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
 
equals(Object) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
equals(Object) - Method in class org.onosproject.incubator.net.intf.Interface
 
equals(Object) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
equals(Object) - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
equals(Object) - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
 
equals(Object) - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
 
equals(Object) - Method in class org.onosproject.incubator.net.routing.NextHop
 
equals(Object) - Method in class org.onosproject.incubator.net.routing.NextHopData
 
equals(Object) - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
 
equals(Object) - Method in class org.onosproject.incubator.net.routing.Route
 
equals(Object) - Method in class org.onosproject.incubator.net.routing.RouteEvent
 
equals(Object) - Method in class org.onosproject.incubator.net.routing.RouteTableId
 
equals(Object) - Method in class org.onosproject.incubator.net.tunnel.DefaultLabelStack
 
equals(Object) - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
equals(Object) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
equals(Object) - Method in class org.onosproject.incubator.net.tunnel.IpTunnelEndPoint
 
equals(Object) - Method in class org.onosproject.incubator.net.tunnel.TunnelName
 
equals(Object) - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
 
equals(Object) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualDevice
 
equals(Object) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualHost
 
equals(Object) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
equals(Object) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualNetwork
 
equals(Object) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
error - Variable in class org.onlab.rest.exceptions.AbstractMapper
Holds the current exception for use in subclasses.
error(String, Object...) - Method in class org.onosproject.cli.AbstractShellCommand
Prints the arguments using the specified format to error stream.
ERROR_MESSAGE - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
ETH_TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ETHERNET_TYPE - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
ethernetBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ethernet bytes.
EthernetCodec - Class in org.onosproject.codec.impl
Ethernet codec.
EthernetCodec() - Constructor for class org.onosproject.codec.impl.EthernetCodec
 
EthType - Enum in org.onosproject.cli.net
Allowed values for Ethernet types.
EthTypeCompleter - Class in org.onosproject.cli.net
Ethernet type completer.
EthTypeCompleter() - Constructor for class org.onosproject.cli.net.EthTypeCompleter
 
event(IntentEvent) - Method in class org.onosproject.cli.net.IntentCycleCommand
 
event(IntentEvent) - Method in class org.onosproject.cli.net.IntentPushTestCommand
 
eventDispatcher - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
execute() - Method in class org.onosproject.cli.AbstractShellCommand
Executes this command.
execute() - Method in class org.onosproject.cli.app.ApplicationCommand
 
execute() - Method in class org.onosproject.cli.app.ApplicationIdListCommand
 
execute() - Method in class org.onosproject.cli.app.ApplicationsListCommand
 
execute() - Method in class org.onosproject.cli.BalanceMastersCommand
 
execute() - Method in class org.onosproject.cli.cfg.ComponentConfigCommand
 
execute() - Method in class org.onosproject.cli.cfg.NetworkConfigCommand
 
execute() - Method in class org.onosproject.cli.cfg.NetworkConfigRegistryCommand
 
execute() - Method in class org.onosproject.cli.MastersListCommand
 
execute() - Method in class org.onosproject.cli.MetricsListCommand
 
execute() - Method in class org.onosproject.cli.net.AddHostToHostIntentCommand
 
execute() - Method in class org.onosproject.cli.net.AddMplsIntent
Deprecated.
 
execute() - Method in class org.onosproject.cli.net.AddMultiPointToSinglePointIntentCommand
 
execute() - Method in class org.onosproject.cli.net.AddPointToPointIntentCommand
 
execute() - Method in class org.onosproject.cli.net.AddProtectedTransportIntentCommand
 
execute() - Method in class org.onosproject.cli.net.AddSinglePointToMultiPointIntentCommand
 
execute() - Method in class org.onosproject.cli.net.AddTestFlowsCommand
 
execute() - Method in class org.onosproject.cli.net.AddTunnelCommand
 
execute() - Method in class org.onosproject.cli.net.AllocationsCommand
 
execute() - Method in class org.onosproject.cli.net.AnnotateDeviceCommand
 
execute() - Method in class org.onosproject.cli.net.AnnotateLinkCommand
 
execute() - Method in class org.onosproject.cli.net.ClusterDevicesCommand
 
execute() - Method in class org.onosproject.cli.net.ClusterLinksCommand
 
execute() - Method in class org.onosproject.cli.net.ClustersListCommand
 
execute() - Method in class org.onosproject.cli.net.CounterCommand
 
execute() - Method in class org.onosproject.cli.net.CountersListCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceConfigGetterCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceConfigSetterCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceControllersCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceInterfaceAddCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceInterfaceRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceInterfacesListCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceKeyAddCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceKeyListCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceKeyRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.DevicePortGetterCommand
 
execute() - Method in class org.onosproject.cli.net.DevicePortsListCommand
 
execute() - Method in class org.onosproject.cli.net.DevicePortStateCommand
 
execute() - Method in class org.onosproject.cli.net.DevicePortStatsCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceRoleCommand
 
execute() - Method in class org.onosproject.cli.net.DeviceSetControllersCommand
 
execute() - Method in class org.onosproject.cli.net.DevicesListCommand
 
execute() - Method in class org.onosproject.cli.net.DpisListCommand
 
execute() - Method in class org.onosproject.cli.net.DriversListCommand
 
execute() - Method in class org.onosproject.cli.net.EdgePortsListCommand
 
execute() - Method in class org.onosproject.cli.net.FlowObjectiveCompositionCommand
 
execute() - Method in class org.onosproject.cli.net.FlowObjectiveNextListCommand
 
execute() - Method in class org.onosproject.cli.net.FlowObjectivePendingNextCommand
 
execute() - Method in class org.onosproject.cli.net.FlowsListCommand
 
execute() - Method in class org.onosproject.cli.net.GetFlowStatisticsCommand
 
execute() - Method in class org.onosproject.cli.net.GetStatisticsCommand
 
execute() - Method in class org.onosproject.cli.net.GlobalLabelApplyCommand
 
execute() - Method in class org.onosproject.cli.net.GlobalLabelCommand
 
execute() - Method in class org.onosproject.cli.net.GlobalLabelPoolCreateCommand
 
execute() - Method in class org.onosproject.cli.net.GlobalLabelPoolDestoryCommand
 
execute() - Method in class org.onosproject.cli.net.GlobalLabelReleaseCommand
 
execute() - Method in class org.onosproject.cli.net.GroupsListCommand
 
execute() - Method in class org.onosproject.cli.net.HostRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.HostsListCommand
 
execute() - Method in class org.onosproject.cli.net.IntentCycleCommand
 
execute() - Method in class org.onosproject.cli.net.IntentDetailsCommand
 
execute() - Method in class org.onosproject.cli.net.IntentListCompilers
 
execute() - Method in class org.onosproject.cli.net.IntentPurgeCommand
 
execute() - Method in class org.onosproject.cli.net.IntentPushTestCommand
 
execute() - Method in class org.onosproject.cli.net.IntentRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.IntentsListCommand
 
execute() - Method in class org.onosproject.cli.net.InterfaceAddCommand
 
execute() - Method in class org.onosproject.cli.net.InterfaceRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.InterfacesListCommand
 
execute() - Method in class org.onosproject.cli.net.LabelApplyCommand
 
execute() - Method in class org.onosproject.cli.net.LabelPoolCreateCommand
 
execute() - Method in class org.onosproject.cli.net.LabelPoolDestroyCommand
 
execute() - Method in class org.onosproject.cli.net.LabelReleaseCommand
 
execute() - Method in class org.onosproject.cli.net.LabelResourceCommand
 
execute() - Method in class org.onosproject.cli.net.LayoutAddCommand
 
execute() - Method in class org.onosproject.cli.net.LayoutListCommand
 
execute() - Method in class org.onosproject.cli.net.LeaderCommand
 
execute() - Method in class org.onosproject.cli.net.LinksListCommand
 
execute() - Method in class org.onosproject.cli.net.MapsListCommand
 
execute() - Method in class org.onosproject.cli.net.McastDeleteCommand
 
execute() - Method in class org.onosproject.cli.net.McastJoinCommand
 
execute() - Method in class org.onosproject.cli.net.McastShowCommand
 
execute() - Method in class org.onosproject.cli.net.MeterAddCommand
 
execute() - Method in class org.onosproject.cli.net.MeterRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.MetersListCommand
 
execute() - Method in class org.onosproject.cli.net.NeighbourHandlersListCommand
 
execute() - Method in class org.onosproject.cli.net.NextHopsListCommand
 
execute() - Method in class org.onosproject.cli.net.PacketProcessorsListCommand
 
execute() - Method in class org.onosproject.cli.net.PacketRequestsListCommand
 
execute() - Method in class org.onosproject.cli.net.PartitionsListCommand
 
execute() - Method in class org.onosproject.cli.net.PathListCommand
 
execute() - Method in class org.onosproject.cli.net.PortQueryVlansCommand
 
execute() - Method in class org.onosproject.cli.net.QueuesListCommand
 
execute() - Method in class org.onosproject.cli.net.RandomIntentCommand
 
execute() - Method in class org.onosproject.cli.net.RegionAddCommand
 
execute() - Method in class org.onosproject.cli.net.RegionAddDevicesCommand
 
execute() - Method in class org.onosproject.cli.net.RegionListCommand
 
execute() - Method in class org.onosproject.cli.net.RegionRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.RegionRemoveDevicesCommand
 
execute() - Method in class org.onosproject.cli.net.RegionUpdateCommand
 
execute() - Method in class org.onosproject.cli.net.ResourcesCommand
 
execute() - Method in class org.onosproject.cli.net.RouteAddCommand
 
execute() - Method in class org.onosproject.cli.net.RouteRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.RoutesListCommand
 
execute() - Method in class org.onosproject.cli.net.TableStatisticsCommand
 
execute() - Method in class org.onosproject.cli.net.TestAllocateResource
 
execute() - Method in class org.onosproject.cli.net.TestProtectionEndpointIntentCommand
 
execute() - Method in class org.onosproject.cli.net.TopologyCommand
 
execute() - Method in class org.onosproject.cli.net.TransactionsCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelBorrowCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelCreateCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelQueryCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelQuerySubscriptionCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelReturnCommand
 
execute() - Method in class org.onosproject.cli.net.TunnelUpdateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.TenantAddCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.TenantListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.TenantRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualDeviceCreateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualDeviceListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualFlowsListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualHostCreateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualHostListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualHostRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualLinkCreateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualLinkListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualLinkRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualNetworkListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualPortBindCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualPortCreateCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualPortListCommand
 
execute() - Method in class org.onosproject.cli.net.vnet.VirtualPortRemoveCommand
 
execute() - Method in class org.onosproject.cli.net.WipeOutCommand
 
execute() - Method in class org.onosproject.cli.NodeAddCommand
 
execute() - Method in class org.onosproject.cli.NodeRemoveCommand
 
execute() - Method in class org.onosproject.cli.NodesListCommand
 
execute() - Method in class org.onosproject.cli.PrettyJson
 
execute() - Method in class org.onosproject.cli.RolesCommand
 
execute() - Method in class org.onosproject.cli.security.ReviewCommand
 
execute() - Method in class org.onosproject.cli.SummaryCommand
 
execute() - Method in class org.onosproject.cli.UiViewListCommand
 
executeBatch(NetworkId, FlowRuleBatchOperation) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
executeBatch(NetworkId, FlowRuleBatchOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProvider
Installs a batch of flow rules.
existingRequests(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Obtains all existing requests in the system.
EXT_HDR_FLAGS - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
EXTENSION - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
ExtHeader - Enum in org.onosproject.cli.net
Known values for IPv6 extension header field that can be supplied to the CLI.
ExtHeaderCompleter - Class in org.onosproject.cli.net
IPv6 extension header completer.
ExtHeaderCompleter() - Constructor for class org.onosproject.cli.net.ExtHeaderCompleter
 
extractAnnotations(ObjectNode, CodecContext) - Method in class org.onosproject.codec.impl.AnnotatedCodec
Extracts annotations of given Object.
ExtraNetworkConfigs - Class in org.onosproject.incubator.net.config.impl
Component for registration of builtin basic network configurations.
ExtraNetworkConfigs() - Constructor for class org.onosproject.incubator.net.config.impl.ExtraNetworkConfigs
 
ExtraSubjectFactories - Class in org.onosproject.incubator.net.config.basics
Set of subject factories for potential configuration subjects.

F

FailedException - Exception in org.onosproject.incubator.elasticcfg
Exceptions for use by the PropConfigService.
FailedException() - Constructor for exception org.onosproject.incubator.elasticcfg.FailedException
Constructs a new runtime exception with no error message.
FailedException(String) - Constructor for exception org.onosproject.incubator.elasticcfg.FailedException
Constructs a new runtime exception with the given error message.
fetchSinks(McastRoute) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
fetchSource(McastRoute) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
FilteredConnectPointCodec - Class in org.onosproject.codec.impl
JSON Codec for FilteredConnectPoint.
FilteredConnectPointCodec() - Constructor for class org.onosproject.codec.impl.FilteredConnectPointCodec
 
FilteringObjectiveCodec - Class in org.onosproject.codec.impl
Filtering Objective Codec.
FilteringObjectiveCodec() - Constructor for class org.onosproject.codec.impl.FilteringObjectiveCodec
 
findPath(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.InternalRoutingAlgorithm
Find a route between two connect points (i.e.
fingerprint() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmId
Returns the backing integer index.
flood(NeighbourMessageContext) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageActions
 
flood() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
flood(NeighbourMessageContext) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageActions
Floods the incoming message to all edge ports except the in port.
flood() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Floods the incoming message out all ports except the input port.
FLOW_LABEL - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
FLOW_LABEL - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
FLOW_RULE_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
FLOW_RULE_NULL - Static variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
flowDelay() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics
 
flowDelay() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStatistics
Returns the end-to-end traffic flow delay of a tunnel.
FLOWENTRY_WITHLOAD_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
FlowEntryCodec - Class in org.onosproject.codec.impl
Flow entry JSON codec.
FlowEntryCodec() - Constructor for class org.onosproject.codec.impl.FlowEntryCodec
 
FlowObjectiveCompositionCommand - Class in org.onosproject.cli.net
Manages FlowObjectiveComposition policy.
FlowObjectiveCompositionCommand() - Constructor for class org.onosproject.cli.net.FlowObjectiveCompositionCommand
 
FlowObjectiveNextListCommand - Class in org.onosproject.cli.net
Returns a mapping of FlowObjective next-ids to the groups that get created by a device driver.
FlowObjectiveNextListCommand() - Constructor for class org.onosproject.cli.net.FlowObjectiveNextListCommand
 
FlowObjectivePendingNextCommand - Class in org.onosproject.cli.net
Returns a list of FlowObjective next-ids waiting to get created by device-drivers.
FlowObjectivePendingNextCommand() - Constructor for class org.onosproject.cli.net.FlowObjectivePendingNextCommand
 
flowRemoved(FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Signals that a flow rule that was previously installed has been removed.
FlowRuleCodec - Class in org.onosproject.codec.impl
Flow rule JSON codec.
FlowRuleCodec() - Constructor for class org.onosproject.codec.impl.FlowRuleCodec
 
flowRuleService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
FlowRuleStatusCompleter - Class in org.onosproject.cli.net
Flow rule status completer.
FlowRuleStatusCompleter() - Constructor for class org.onosproject.cli.net.FlowRuleStatusCompleter
 
flows() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol flows.
FlowsListCommand - Class in org.onosproject.cli.net
Lists all currently-known flows.
FlowsListCommand() - Constructor for class org.onosproject.cli.net.FlowsListCommand
 
FlowStatInfo - Class in org.onosproject.incubator.net.dpi
Flow statistic information.
FlowStatInfo() - Constructor for class org.onosproject.incubator.net.dpi.FlowStatInfo
Constructor for default FlowStatInfo class.
FlowStatInfo(String, String, int, String, int, int, String, long, long) - Constructor for class org.onosproject.incubator.net.dpi.FlowStatInfo
Constructor for FlowStatInfo class specified with flow statistic parameters.
FlowStatInfo(String, String, int, String, int, int, String, long, long, String) - Constructor for class org.onosproject.incubator.net.dpi.FlowStatInfo
Constructor for FlowStatInfo class specified with flow statistic parameters and hostServerName.
FlowStatInfoCodec - Class in org.onosproject.incubator.net.dpi
Implementation of encoder for FlowStatInfo codec.
FlowStatInfoCodec() - Constructor for class org.onosproject.incubator.net.dpi.FlowStatInfoCodec
 
forSource(AlarmEntityId) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
forward(NeighbourMessageContext, ConnectPoint) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageActions
 
forward(NeighbourMessageContext, Interface) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageActions
 
forward(ConnectPoint) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
forward(Interface) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
forward(NeighbourMessageContext, ConnectPoint) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageActions
Forwards the incoming message to the given connect point.
forward(NeighbourMessageContext, Interface) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageActions
Forwards the incoming message to a given interface.
forward(ConnectPoint) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Forwards the message to a given output port.
forward(Interface) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Forwards the message to a given interface.
ForwardingObjectiveCodec - Class in org.onosproject.codec.impl
Forwarding Objective Codec.
ForwardingObjectiveCodec() - Constructor for class org.onosproject.codec.impl.ForwardingObjectiveCodec
 
fromHost(Host) - Static method in class org.onosproject.incubator.net.routing.NextHopData
Creates a new instance from a host.

G

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.
get(NetworkId, Class<T>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
get(NetworkId, Class<T>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns implementation of the specified service class for operating in the context of the given network.
get(Class<T>) - Method in interface org.onosproject.incubator.rpc.RemoteServiceContext
Returns implementation of the specified service class.
get(URI) - Method in interface org.onosproject.incubator.rpc.RemoteServiceContextProvider
Returns RemoteServiceContext for given URI.
get(URI) - Method in interface org.onosproject.incubator.rpc.RemoteServiceDirectory
Returns remote service context.
getActiveAlarms() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns all of the ACTIVE alarms.
getActiveAlarms(DeviceId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns all of the ACTIVE alarms for a specific device.
getActiveLinks() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getAlarm(AlarmId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns the alarm with the specified identifier.
getAlarmCounts(DeviceId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns summary of alarms on a given device.
getAlarmCounts() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns summary of alarms on all devices.
getAlarms() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns all of the alarms.
getAlarms(Alarm.SeverityLevel) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns the alarms with the specified severity.
getAlarms(DeviceId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns the alarm matching a given device, regardless of source within that device.
getAlarms(DeviceId, AlarmEntityId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns the alarm for a given device and source.
getAlarmsForFlow(DeviceId, long) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns the alarm affecting a given flow.
getAlarmsForLink(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns the alarm affecting a given link.
getAllMeters() - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
getAllRoutes() - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
getAllRoutes() - Method in interface org.onosproject.incubator.net.routing.RouteService
Returns all routes for all route tables in the system.
getApplicationDescription(String) - Method in class org.onosproject.common.app.ApplicationArchive
Loads the application descriptor from the specified application archive stream and saves the stream in the appropriate application archive directory.
getApplicationInputStream(String) - Method in class org.onosproject.common.app.ApplicationArchive
Returns application archive stream for the specified application.
getApplicationNames() - Method in class org.onosproject.common.app.ApplicationArchive
Returns the set of installed application names.
getArgumentList() - Method in class org.onosproject.cli.AbstractCompleter
Returns the argument list.
getAvailableDevices() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getAvailableDevices(Device.Type) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
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
 
getCluster(ClusterId) - Method in class org.onosproject.common.DefaultTopology
Returns the specified topology cluster.
getCluster(DeviceId) - Method in class org.onosproject.common.DefaultTopology
Returns the topology cluster that contains the given device.
getCluster(Topology, ClusterId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getClusterDevices(TopologyCluster) - Method in class org.onosproject.common.DefaultTopology
Returns the set of cluster devices.
getClusterDevices(Topology, TopologyCluster) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getClusterLinks(TopologyCluster) - Method in class org.onosproject.common.DefaultTopology
Returns the set of cluster links.
getClusterLinks(Topology, TopologyCluster) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getClusters() - Method in class org.onosproject.common.DefaultTopology
Returns the set of topology clusters.
getClusters(Topology) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getCodec(Class<T>) - Method in class org.onosproject.codec.impl.CodecManager
 
getCodecs() - Method in class org.onosproject.codec.impl.CodecManager
 
getConnectedHosts(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getConnectedHosts(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getConnectPoints(Topology) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
Returns a set of set of interconnected connect points in the default topology.
getCriteria() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to list all the ConfigNodePath criteria that are in place for a ConfigFilter.
getDeltaStatisticsForPort(DeviceId, PortNumber) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getDevice(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getDeviceCount() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getDeviceEgressLinks(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getDeviceIngressLinks(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getDeviceLabelResourcePool(DeviceId) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
getDeviceLabelResourcePool(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Returns the label resource pool of a label resource by a specific device id.
getDeviceLabelResourcePool(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Returns the label resource pool by a specific device id.
getDeviceLinks(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getDevices() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getDevices(Device.Type) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getDevices(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of devices in the specified virtual network.
getDisjointPaths(DeviceId, DeviceId) - Method in class org.onosproject.common.DefaultTopology
/** Returns the set of pre-computed shortest disjoint path pairs between source and destination devices.
getDisjointPaths(DeviceId, DeviceId, LinkWeigher) - Method in class org.onosproject.common.DefaultTopology
Computes on-demand the set of shortest disjoint path pairs between source and destination devices.
getDisjointPaths(DeviceId, DeviceId, LinkWeigher, Map<Link, Object>) - Method in class org.onosproject.common.DefaultTopology
Computes on-demand the set of shortest disjoint risk groups path pairs between source and destination devices.
getDisjointPaths(DeviceId, DeviceId, Map<Link, Object>) - Method in class org.onosproject.common.DefaultTopology
Computes on-demand the set of shortest disjoint risk groups path pairs between source and destination devices.
getDisjointPaths(ElementId, ElementId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPathManager
 
getDisjointPaths(ElementId, ElementId, Map<Link, Object>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPathManager
 
getDisjointPaths(Topology, DeviceId, DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getDisjointPaths(Topology, DeviceId, DeviceId, LinkWeight) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getDisjointPaths(Topology, DeviceId, DeviceId, LinkWeigher) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getDisjointPaths(Topology, DeviceId, DeviceId, Map<Link, Object>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getDisjointPaths(Topology, DeviceId, DeviceId, LinkWeight, Map<Link, Object>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getDisjointPaths(Topology, DeviceId, DeviceId, LinkWeigher, Map<Link, Object>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getDomain(IntentDomainId) - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
getDomain(IntentDomainId) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Returns the intent domain for the given id.
getDomains() - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
getDomains(DeviceId) - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
getDomains() - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Returns a set of all intent domains.
getDomains(DeviceId) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Returns any network domains associated with the given device id.
getDpiStatistics(int) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Gets the last N(Max = 100) DpiStatistics in the Store list.
getDpiStatistics(int, int, int) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Gets the last N(Max = 100) DpiStatistics in the Store list.
getDpiStatistics(String) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Get the specified receivedTime DpiStatistics in the Store list.
getDpiStatistics(String, int, int) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Get the specified receivedTime DpiStatistics in the Store list.
getDpiStatistics(int) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
getDpiStatistics(int, int, int) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
getDpiStatistics(String) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
getDpiStatistics(String, int, int) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
getDpiStatisticsLatest() - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Get the latest DpiStatistics in the Store list.
getDpiStatisticsLatest(int, int) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Get the latest DpiStatistics in the Store list.
getDpiStatisticsLatest() - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
getDpiStatisticsLatest(int, int) - Method in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
getEgressLinks(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getEventClass() - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
Returns the class type of parameter type.
getFlowEntries(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
getFlowEntries(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the flow entries associated with a device.
getFlowEntriesById(ApplicationId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
getFlowEntry(NetworkId, FlowRule) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the stored flow.
getFlowRuleCount() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
getFlowRuleCount(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the number of flow rule in the store.
getFlowRulesByGroupId(ApplicationId, short) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
getFlowRulesById(ApplicationId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
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
 
getFlowTableStatistics(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
getFreeNumOfDevicePool(DeviceId) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
getFreeNumOfDevicePool(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Returns the unused label number of a label resource pool by a specific device id.
getFreeNumOfDevicePool(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Returns the unused label number of a label resource pool by a specific device id.
getFreeNumOfGlobalPool() - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
getFreeNumOfGlobalPool() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Returns the unused label number of a global label resource pool.
getFreeNumOfGlobalPool() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Returns the unused number of a global label resource pool.
getGlobalLabelResourcePool() - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
getGlobalLabelResourcePool() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Returns the global label resource pool.
getGlobalLabelResourcePool() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Returns the global label resource pool.
getGraph() - Method in class org.onosproject.common.DefaultTopology
Returns the backing topology graph.
getGraph(Topology) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getHandlerRegistrations() - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
getHandlerRegistrations() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Gets the neighbour message handlers that have been registered with the service.
getHost(HostId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getHostCount() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getHosts() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getHosts(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of hosts in the specified virtual network.
getHostsByIp(IpAddress) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getHostsByMac(MacAddress) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getHostsByVlan(VlanId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
getIngressLinks(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getInstallableIntents(Key) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getInstance() - Static method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
getIntent(Key) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getIntent(Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return the intent for the specified intent key.
getIntentCount() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getIntentData() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getIntentData() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return the set of intent data.
getIntentData(Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return the intent data matching the intent key.
getIntents() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getIntents() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return all intents.
getIntentState(Key) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getInterfaceByName(ConnectPoint, String) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
getInterfaceByName(ConnectPoint, String) - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns the interface with the given name.
getInterfaces() - Method in class org.onosproject.incubator.net.config.basics.InterfaceConfig
Retrieves all interfaces configured on this port.
getInterfaces() - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
getInterfaces() - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of all interfaces in the system.
getInterfacesByIp(IpAddress) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
getInterfacesByIp(IpAddress) - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of interfaces with the given IP address.
getInterfacesByPort(ConnectPoint) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
getInterfacesByPort(ConnectPoint) - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of interfaces configured on the given port.
getInterfacesByVlan(VlanId) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
getInterfacesByVlan(VlanId) - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of interfaces in the given VLAN.
getLink(ConnectPoint, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getLink(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the virtual link matching the network identifier, source connect point, and destination connect point.
getLinkCount() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getLinks() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getLinks(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
 
getLinks(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of virtual links in the specified virtual network.
getMatchingInterface(IpAddress) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
getMatchingInterface(IpAddress) - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns an interface that has an address that is in the same subnet as the given IP address.
getMeter(DeviceId, MeterId) - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
getMeters(DeviceId) - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
getNetwork(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the virtual network for the given network identifier.
getNetworkId() - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualPacketContext
 
getNetworks(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of networks.
getNextHop(IpAddress) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Returns the information of the given next hop.
getNextHops() - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
getNextHops() - Method in interface org.onosproject.incubator.net.routing.RouteService
Returns all next hops in the route store.
getNextHops() - Method in interface org.onosproject.incubator.net.routing.RouteStore
Returns all next hops in the route store.
getNode(ConfigStoreType, ConfigNodePath, TraversalMode, ConfigFilter) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Returns a value node or subtree under the given path.
getNode(ConfigStoreType, ConfigNodePath, TraversalMode, ConfigFilter) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Returns a value node or subtree under the given path.
getNumberOfChildren(ConfigStoreType, ConfigNodePath, ConfigFilter) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Returns the number of children under the given path, excluding the node at the path.
getNumberOfChildren(ConfigStoreType, ConfigNodePath, ConfigFilter) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Returns the number of children under the given path, excluding the node at the path.
getPaths(DeviceId, DeviceId) - Method in class org.onosproject.common.DefaultTopology
Returns the set of pre-computed shortest paths between source and destination devices.
getPaths(DeviceId, DeviceId, LinkWeigher) - Method in class org.onosproject.common.DefaultTopology
Computes on-demand the set of shortest paths between source and destination devices.
getPaths(DeviceId, DeviceId, LinkWeigher, int) - Method in class org.onosproject.common.DefaultTopology
Computes on-demand the set of shortest paths between source and destination devices, the set of returned paths will be no more than, maxPaths in size.
getPaths(ElementId, ElementId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPathManager
 
getPaths(Topology, DeviceId, DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getPaths(Topology, DeviceId, DeviceId, LinkWeight) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getPaths(Topology, DeviceId, DeviceId, LinkWeigher) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
getPending() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
getPort(DeviceId, PortNumber) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getPortDeltaStatistics(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getPorts(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getPorts(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of ports of the specified virtual device.
getPortStatistics(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getProcessors() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
getProvider(ProviderId) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
getProvider(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
getProvider(String) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
getProvider(ProviderId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns the virtual provider registered with the specified provider ID or null if none is found for the given provider family and default fall-back is not supported.
getProvider(DeviceId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns the virtual provider for the specified device ID based on URI scheme.
getProvider(String) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns the virtual provider registered with the specified scheme.
getProviders() - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
getProviders() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns a set of currently registered virtual provider identities.
getProvidersByService(VirtualProviderService) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
getProvidersByService(VirtualProviderService) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns a set of currently registered virtual provider identities corresponding to the requested providerService.
getProviderService(NetworkId, Class<? extends VirtualProvider>) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
getProviderService(NetworkId, Class<? extends VirtualProvider>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns a virtual provider service corresponding to the virtual network and provider class type.
getRegistry(NetworkId, Class<? extends Event>) - Method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
getRequests() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
getResources() - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Returns all intent resources held by the provider.
getRole(String) - Method in class org.onosproject.common.app.ApplicationArchive
 
getRole(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getRootPath() - Method in class org.onosproject.common.app.ApplicationArchive
Returns the root directory where apps directory is contained.
getRoutes() - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
getRoutes() - Method in class org.onosproject.incubator.net.routing.RouteConfig
Returns all routes in this configuration.
getRoutes(RouteTableId) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Returns the routes for a particular route table.
getRoutesForNextHop(IpAddress) - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
getRoutesForNextHop(IpAddress) - Method in interface org.onosproject.incubator.net.routing.RouteService
Returns the routes for the given next hop.
getRoutesForNextHop(IpAddress) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Returns the routes that point to the given next hop IP address.
getRouteTables() - Method in interface org.onosproject.incubator.net.routing.RouteStore
Returns the IDs for all route tables in the store.
getService(Class<T>) - Method in class org.onosproject.cli.AbstractShellCommand
 
getServiceDirectory() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getServiceDirectory() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns service directory.
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.
getSortedFlows(DeviceService, FlowRuleService) - Method in class org.onosproject.cli.net.vnet.VirtualFlowsListCommand
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
 
getStatisticsForPort(DeviceId, PortNumber) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
getTableStatistics(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the flow table statistics associated with a device.
getTenantIds() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getTenantIds() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Returns the set of tenant identifiers known to the system.
getTenantIds() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns set of registered tenant IDs.
getTunnelIds(Intent) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return the set of tunnel identifiers store against the intent.
getTunnels(DeviceId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
getTunnels(DeviceId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns the collection of tunnels applied on the specified device.
getUpdateTime(String) - Method in class org.onosproject.common.app.ApplicationArchive
Returns the timestamp in millis since start of epoch, of when the specified application was last modified or changed state.
getVirtualDevices(NetworkId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getVirtualDevices(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns a collection of all virtual devices in the specified network.
getVirtualHosts(NetworkId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getVirtualHosts(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns a collection of all virtual hosts in the specified network.
getVirtualLinks(NetworkId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getVirtualLinks(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns collection of all virtual links in the specified network.
getVirtualNetworkApplicationId(NetworkId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getVirtualNetworkApplicationId(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns the application identifier for a virtual network.
getVirtualNetworks(TenantId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getVirtualNetworks(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns a collection of all virtual networks created on behalf of the specified tenant.
getVirtualPorts(NetworkId, DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
getVirtualPorts(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns list of all virtual ports of the specified device.
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
 
GRID_TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
GRID_TYPE - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
GROUP_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
GROUP_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
GroupBucketCodec - Class in org.onosproject.codec.impl
Group bucket JSON codec.
GroupBucketCodec() - Constructor for class org.onosproject.codec.impl.GroupBucketCodec
 
GroupCodec - Class in org.onosproject.codec.impl
Group JSON codec.
GroupCodec() - Constructor for class org.onosproject.codec.impl.GroupCodec
 
groupId() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
groupId() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
groupId() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns group flow table id which a tunnel match up.
groupId() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns group flow table id which a tunnel match up.
groupOperationFailed(NetworkId, DeviceId, GroupOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProviderService
Notifies core if any failure from data plane during group operations.
groupService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
 
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
 
guessedFlowProtos() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic the number of guessed flow protocols.

H

handleMessage(NeighbourMessageContext, HostService) - Method in class org.onosproject.incubator.net.neighbour.DefaultNeighbourMessageHandler
 
handleMessage(NeighbourMessageContext, HostService) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageHandler
Handles a neighbour message.
handler() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourHandlerRegistration
Gets the neighbour message handler.
hasDelegate(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualStore
Indicates whether the store has a delegate.
hashCode() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
 
hashCode() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
hashCode() - Method in class org.onosproject.incubator.net.intf.Interface
 
hashCode() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
hashCode() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
hashCode() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
 
hashCode() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
 
hashCode() - Method in class org.onosproject.incubator.net.routing.NextHop
 
hashCode() - Method in class org.onosproject.incubator.net.routing.NextHopData
 
hashCode() - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
 
hashCode() - Method in class org.onosproject.incubator.net.routing.Route
 
hashCode() - Method in class org.onosproject.incubator.net.routing.RouteEvent
 
hashCode() - Method in class org.onosproject.incubator.net.routing.RouteTableId
 
hashCode() - Method in class org.onosproject.incubator.net.tunnel.DefaultLabelStack
 
hashCode() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
hashCode() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
hashCode() - Method in class org.onosproject.incubator.net.tunnel.IpTunnelEndPoint
 
hashCode() - Method in class org.onosproject.incubator.net.tunnel.TunnelName
 
hashCode() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
 
hashCode() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualDevice
 
hashCode() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualHost
 
hashCode() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
hashCode() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualNetwork
 
hashCode() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
hostAName() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow host A name.
hostAPort() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow host A port.
hostBName() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow host B name.
hostBPort() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow host B Port.
HostCodec - Class in org.onosproject.codec.impl
Host JSON codec.
HostCodec() - Constructor for class org.onosproject.codec.impl.HostCodec
 
HostIdCompleter - Class in org.onosproject.cli.net
Host ID completer.
HostIdCompleter() - Constructor for class org.onosproject.cli.net.HostIdCompleter
 
hostIpStrings - Variable in class org.onosproject.cli.net.vnet.VirtualHostCreateCommand
 
HostLocationCodec - Class in org.onosproject.codec.impl
Host JSON codec.
HostLocationCodec() - Constructor for class org.onosproject.codec.impl.HostLocationCodec
 
HostRemoveCommand - Class in org.onosproject.cli.net
Removes an end-station host.
HostRemoveCommand() - Constructor for class org.onosproject.cli.net.HostRemoveCommand
 
hostServerName() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow host server name.
hostService - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
hostService - Variable in class org.onosproject.incubator.net.routing.impl.RouteManager
 
HostsListCommand - Class in org.onosproject.cli.net
Lists all currently-known hosts.
HostsListCommand() - Constructor for class org.onosproject.cli.net.HostsListCommand
 
HostToHostIntentCodec - Class in org.onosproject.codec.impl
Host to host intent codec.
HostToHostIntentCodec() - Constructor for class org.onosproject.codec.impl.HostToHostIntentCodec
 
humanReadable(long) - Static method in class org.onosproject.cli.net.DevicePortStatsCommand
Converts bytes to human readable string with Kilo, Mega, Giga, etc.
humanReadableBps(float) - Static method in class org.onosproject.cli.net.DevicePortStatsCommand
Converts bps to human readable format.

I

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
 
ICMP_CODE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ICMP_TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ICMPV6_CODE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ICMPV6_TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ID - Static variable in class org.onosproject.codec.impl.IntentCodec
 
id() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the id for the intent domain.
id() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns the unique alarm id within this ONOS instance.
id() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
id() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
id() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
id() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics
 
id() - Method in interface org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint
Returns the identifier.
id() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns the tunnel id.
id() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStatistics
Returns the tunnel id.
id() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualNetwork
 
id() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProvider
 
id() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProvider
Returns the provider identifier.
id() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetwork
Returns the network identifier.
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
 
INCLUSIVE - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
ingress() - Method in class org.onosproject.incubator.net.domain.IntentResource
Returns the ingress connect point associated with this resource at creation.
ingressPoint(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
Sets the ingress point of the virtual network intent that will be built.
ingressPoint() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
Returns the port on which the ingress traffic should be connected to the egress.
ingressVlan() - Method in class org.onosproject.incubator.net.config.basics.McastConfig
Gets ingress VLAN of multicast traffic.
init() - Method in class org.onosproject.cli.net.TopologyCommand
Initializes the context for all cluster commands.
INNER_PRIORITY - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
INNER_VLAN_ID - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
inPort() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
inPort() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the port where the packet came in to the network.
INSTANCE - Static variable in class org.onosproject.incubator.net.tunnel.TunnelEndPointFormatter
An instance of this class.
InstructionCodec - Class in org.onosproject.codec.impl
Instruction codec.
InstructionCodec() - Constructor for class org.onosproject.codec.impl.InstructionCodec
 
INTENT_DOMAIN_SUBJECT_FACTORY - Static variable in class org.onosproject.incubator.net.config.basics.ExtraSubjectFactories
 
intentAttributes(ObjectNode, CodecContext, ConnectivityIntent.Builder) - Static method in class org.onosproject.codec.impl.ConnectivityIntentCodec
Extracts connectivity intent specific attributes from a JSON object and adds them to a builder.
intentAttributes(ObjectNode, CodecContext, Intent.Builder) - Static method in class org.onosproject.codec.impl.IntentCodec
Extracts base intent specific attributes from a JSON object and adds them to a builder.
IntentCodec - Class in org.onosproject.codec.impl
Intent JSON codec.
IntentCodec() - Constructor for class org.onosproject.codec.impl.IntentCodec
 
IntentCycleCommand - Class in org.onosproject.cli.net
Installs point-to-point connectivity intents.
IntentCycleCommand() - Constructor for class org.onosproject.cli.net.IntentCycleCommand
 
IntentDetailsCommand - Class in org.onosproject.cli.net
Displays details about an Intent in the system.
IntentDetailsCommand() - Constructor for class org.onosproject.cli.net.IntentDetailsCommand
 
IntentDomain - Class in org.onosproject.incubator.net.domain
Representation of an intent domain which includes the set of internal devices, the set of edge ports, and the implementation of the domain provider.
IntentDomain(IntentDomainId, String, Set<DeviceId>, Set<ConnectPoint>) - Constructor for class org.onosproject.incubator.net.domain.IntentDomain
 
IntentDomainEvent - Class in org.onosproject.incubator.net.domain
Describes an intent domain event.
IntentDomainEvent(IntentDomainEvent.Type, IntentDomain) - Constructor for class org.onosproject.incubator.net.domain.IntentDomainEvent
 
IntentDomainEvent.Type - Enum in org.onosproject.incubator.net.domain
 
IntentDomainId - Class in org.onosproject.incubator.net.domain
Intent domain identifier.
IntentDomainListener - Interface in org.onosproject.incubator.net.domain
Listener for intent domain events.
IntentDomainManager - Class in org.onosproject.incubator.net.domain.impl
Implementation of the intent domain service.
IntentDomainManager() - Constructor for class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
IntentDomainProvider - Interface in org.onosproject.incubator.net.domain
FIXME.
IntentDomainProviderRegistry - Interface in org.onosproject.incubator.net.domain
Abstraction of a intent domain provider registry.
IntentDomainProviderService - Interface in org.onosproject.incubator.net.domain
Service through which intent domain providers can report intent domain updates.
IntentDomainService - Interface in org.onosproject.incubator.net.domain
Service for that maintains a graph of intent domains and a registry of intent domain providers.
IntentIdCompleter - Class in org.onosproject.cli.net.completer
IntentId Completer.
IntentIdCompleter() - Constructor for class org.onosproject.cli.net.completer.IntentIdCompleter
 
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
 
IntentPrimitive - Class in org.onosproject.incubator.net.domain
Abstract base class for intent primitives.
IntentPrimitive(ApplicationId) - Constructor for class org.onosproject.incubator.net.domain.IntentPrimitive
 
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
 
IntentResource - Class in org.onosproject.incubator.net.domain
The abstract base class for the resource that satisfies an intent primitive.
IntentResource(IntentPrimitive, ApplicationId, ConnectPoint, ConnectPoint) - Constructor for class org.onosproject.incubator.net.domain.IntentResource
 
intentService - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
intentService - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
IntentsListCommand - Class in org.onosproject.cli.net
Lists the inventory of intents and their states.
IntentsListCommand() - Constructor for class org.onosproject.cli.net.IntentsListCommand
 
Interface - Class in org.onosproject.incubator.net.intf
An Interface maps network configuration information (such as addresses and vlans) to a port in the network.
Interface(String, ConnectPoint, List<InterfaceIpAddress>, MacAddress, VlanId) - Constructor for class org.onosproject.incubator.net.intf.Interface
Creates new Interface with the provided configuration.
Interface(String, ConnectPoint, List<InterfaceIpAddress>, MacAddress, VlanId, VlanId, Set<VlanId>, VlanId) - Constructor for class org.onosproject.incubator.net.intf.Interface
Creates new Interface with the provided configuration.
InterfaceAddCommand - Class in org.onosproject.cli.net
Adds a new interface configuration.
InterfaceAddCommand() - Constructor for class org.onosproject.cli.net.InterfaceAddCommand
 
InterfaceAdminService - Interface in org.onosproject.incubator.net.intf
Provides a means to modify the interfaces configuration.
InterfaceConfig - Class in org.onosproject.incubator.net.config.basics
Configuration for interfaces.
InterfaceConfig() - Constructor for class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
InterfaceEvent - Class in org.onosproject.incubator.net.intf
Describes an interface event.
InterfaceEvent(InterfaceEvent.Type, Interface) - Constructor for class org.onosproject.incubator.net.intf.InterfaceEvent
Creates an interface event with type and subject.
InterfaceEvent(InterfaceEvent.Type, Interface, long) - Constructor for class org.onosproject.incubator.net.intf.InterfaceEvent
Creates an interface event with type, subject and time of event.
InterfaceEvent(InterfaceEvent.Type, Interface, Interface) - Constructor for class org.onosproject.incubator.net.intf.InterfaceEvent
Creates an interface event with type, subject and previous subject.
InterfaceEvent(InterfaceEvent.Type, Interface, Interface, long) - Constructor for class org.onosproject.incubator.net.intf.InterfaceEvent
Creates an interface event with type, subject, previous subject and time.
InterfaceEvent.Type - Enum in org.onosproject.incubator.net.intf
 
InterfaceListener - Interface in org.onosproject.incubator.net.intf
Listener for interface events.
InterfaceManager - Class in org.onosproject.incubator.net.intf.impl
Manages the inventory of interfaces in the system.
InterfaceManager() - Constructor for class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
InterfaceNameCompleter - Class in org.onosproject.cli.net.completer
Completer for interface names.
InterfaceNameCompleter() - Constructor for class org.onosproject.cli.net.completer.InterfaceNameCompleter
 
InterfaceRemoveCommand - Class in org.onosproject.cli.net
Removes an interface configuration.
InterfaceRemoveCommand() - Constructor for class org.onosproject.cli.net.InterfaceRemoveCommand
 
INTERFACES_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
InterfaceService - Interface in org.onosproject.incubator.net.intf
Service for interacting with interfaces.
InterfacesListCommand - Class in org.onosproject.cli.net
Lists all configured interfaces.
InterfacesListCommand() - Constructor for class org.onosproject.cli.net.InterfacesListCommand
 
internalDevices() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the set of internal devices for the intent domain (devices under exclusive control of the intent domain).
InternalRoutingAlgorithm - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of an embedding algorithm used for embedding virtual objects into the underlying physical network.
InternalStoreDelegate() - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager.InternalStoreDelegate
 
intf() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourHandlerRegistration
Gets the interface of the registration.
invalidate() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
Invalidates this provider service.
InvalidFilterException - Exception in org.onosproject.incubator.elasticcfg
Exceptions for use by the ConfigFilter.
InvalidFilterException() - Constructor for exception org.onosproject.incubator.elasticcfg.InvalidFilterException
Constructs a new runtime exception with no error message.
InvalidFilterException(String) - Constructor for exception org.onosproject.incubator.elasticcfg.InvalidFilterException
Constructs a new runtime exception with the given error message.
IP - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
IP - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
ip() - Method in class org.onosproject.incubator.net.routing.NextHop
Returns the IP address of the next hop.
ip() - Method in class org.onosproject.incubator.net.tunnel.IpTunnelEndPoint
Returns IP address.
IP_DSCP - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
IP_ECN - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ipAddresses() - Method in class org.onosproject.incubator.net.intf.Interface
Deprecated.
in Falcon release in favour of an ordered list
ipAddressesList() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves a list of IP addresses that are assigned to the interface in the order that they were configured.
ipBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ip bytes.
ipPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ip packets.
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
 
IPS - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
IpTunnelEndPoint - Class in org.onosproject.incubator.net.tunnel
Represent for a tunnel point using ip address.
ipTunnelPoint(IpAddress) - Static method in class org.onosproject.incubator.net.tunnel.IpTunnelEndPoint
Create a IP tunnel end point.
isActive(String) - Method in class org.onosproject.common.app.ApplicationArchive
Indicates whether the app was marked as active by checking for token file.
isActive() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the status of the intent domain.
isAvailable(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
isBroadcastPoint(ConnectPoint) - Method in class org.onosproject.common.DefaultTopology
Indicates whether the given point is part of a broadcast set.
isBroadcastPoint(Topology, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
isDevicePoolFull(DeviceId) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
isDevicePoolFull(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Judges if the pool of a specific device id is full.
isDevicePoolFull(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Judges if the pool of a specific device id is full.
isEmptyFilter() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to check if the ConfigFilter has an empty criteria set.
isGlobal() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
isGlobal() - Method in interface org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint
Indicates whether or not the port is global significant.
isGlobalPoolFull() - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
isGlobalPoolFull() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Judges if the global resource pool is full.
isGlobalPoolFull() - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Judges if the global resource pool is full.
isIncluded(Port) - Method in class org.onosproject.cli.net.DevicePortsListCommand
 
isInfrastructure(ConnectPoint) - Method in class org.onosproject.common.DefaultTopology
Indicates whether the given point is an infrastructure link end-point.
isInfrastructure(Topology, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
isLatest(Topology) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
 
isLocal(Key) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
isReachable(DeviceId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Indicates whether or not the all physical devices mapped by the given virtual device are reachable.
isTraversable(ConnectPoint, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
isTraversable(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Indicates whether or not the specified connect points on the underlying network are traversable.
isTraversable(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProvider
Indicates whether or not the specified connect points on the underlying network are traversable/reachable.
isValid() - Method in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
isValid() - Method in class org.onosproject.incubator.net.config.basics.McastConfig
 
isVirtualNetworkId() - Method in class org.onosproject.incubator.net.virtual.NetworkId
Checks if the id is for virtual network.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.onlab.rest.JsonBodyWriter
 

J

json(ObjectMapper, Iterable<DeviceId>) - Static method in class org.onosproject.cli.MastersListCommand
Produces a JSON array containing the specified device identifiers.
json(AbstractShellCommand, Iterable<Link>) - Static method in class org.onosproject.cli.net.LinksListCommand
Produces a JSON array containing the specified links.
json(AbstractShellCommand, Link) - Static method in class org.onosproject.cli.net.LinksListCommand
Produces a JSON object for the specified link.
json(AbstractShellCommand, Iterable<? extends Path>) - Static method in class org.onosproject.cli.net.PathListCommand
Produces a JSON array containing the specified paths.
JsonBodyWriter - Class in org.onlab.rest
JAX-RS Response message body writer.
JsonBodyWriter() - Constructor for class org.onlab.rest.JsonBodyWriter
 
jsonForEntity(T, Class<T>) - Method in class org.onosproject.cli.AbstractShellCommand
Generates a Json representation of an object.
jsonPorts(DeviceService, Iterable<Device>) - Method in class org.onosproject.cli.net.DevicePortsListCommand
Produces JSON array containing ports of the specified devices.
jsonPorts(DeviceService, ObjectMapper, Device) - Method in class org.onosproject.cli.net.DevicePortsListCommand
Produces JSON array containing ports of the specified device.

K

key() - Method in class org.onosproject.cli.net.AddProtectedTransportIntentCommand
Returns Key if specified in the option.
key() - Method in class org.onosproject.cli.net.ConnectivityIntentCommand
Creates a key for an intent based on command line arguments.
KEY - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
key(Key) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
knownFlows() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Returns DPI known flows.

L

LABEL - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
LabelApplyCommand - Class in org.onosproject.cli.net
 
LabelApplyCommand() - Constructor for class org.onosproject.cli.net.LabelApplyCommand
 
labelId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceId
Returns label identifier.
LabelPoolCreateCommand - Class in org.onosproject.cli.net
create label resource pool by specific device id.
LabelPoolCreateCommand() - Constructor for class org.onosproject.cli.net.LabelPoolCreateCommand
 
LabelPoolDestroyCommand - Class in org.onosproject.cli.net
 
LabelPoolDestroyCommand() - Constructor for class org.onosproject.cli.net.LabelPoolDestroyCommand
 
LabelReleaseCommand - Class in org.onosproject.cli.net
 
LabelReleaseCommand() - Constructor for class org.onosproject.cli.net.LabelReleaseCommand
 
LabelResource - Interface in org.onosproject.incubator.net.resource.label
Representation of label resource.
LabelResourceAdminService - Interface in org.onosproject.incubator.net.resource.label
Service for managing label resource.
LabelResourceCommand - Class in org.onosproject.cli.net
 
LabelResourceCommand() - Constructor for class org.onosproject.cli.net.LabelResourceCommand
 
LabelResourceDelegate - Interface in org.onosproject.incubator.net.resource.label
Label resource store delegate.
LabelResourceEvent - Class in org.onosproject.incubator.net.resource.label
Describes label resource event.
LabelResourceEvent(LabelResourceEvent.Type, LabelResourcePool) - Constructor for class org.onosproject.incubator.net.resource.label.LabelResourceEvent
Creates an event of a given type and the given LabelResourcePool.
LabelResourceEvent.Type - Enum in org.onosproject.incubator.net.resource.label
Type of label resource event.
labelResourceId() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
labelResourceId() - Method in interface org.onosproject.incubator.net.resource.label.LabelResource
Returns label resource identifier.
LabelResourceId - Class in org.onosproject.incubator.net.resource.label
Representation of a label.
labelResourceId(long) - Static method in class org.onosproject.incubator.net.resource.label.LabelResourceId
Creates a new label identifier.
LabelResourceListener - Interface in org.onosproject.incubator.net.resource.label
Entity capable of receiving label resource related events.
LabelResourceManager - Class in org.onosproject.incubator.net.resource.label.impl
provides implementation of the label resource NB & SB APIs.
LabelResourceManager() - Constructor for class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
LabelResourcePool - Class in org.onosproject.incubator.net.resource.label
Abstraction of the capacity of device label resource or global label resource.
LabelResourcePool(String, long, long) - Constructor for class org.onosproject.incubator.net.resource.label.LabelResourcePool
Creates a pool by device id,begin label id,end label id.
LabelResourcePool(String, long, long, long, long, long, ImmutableSet<LabelResource>) - Constructor for class org.onosproject.incubator.net.resource.label.LabelResourcePool
Creates a pool by device id,begin label id,end label id.
LabelResourceProvider - Interface in org.onosproject.incubator.net.resource.label
Abstraction of an entity providing information about label resource to the core.
LabelResourceProviderRegistry - Interface in org.onosproject.incubator.net.resource.label
Abstraction of an label resource provider registry.
LabelResourceProviderService - Interface in org.onosproject.incubator.net.resource.label
Means for injecting label information into the core.
LabelResourceRequest - Class in org.onosproject.incubator.net.resource.label
Represents for a label request.
LabelResourceRequest(DeviceId, LabelResourceRequest.Type, long, ImmutableSet<LabelResource>) - Constructor for class org.onosproject.incubator.net.resource.label.LabelResourceRequest
Creates LabelResourceRequest object.
LabelResourceRequest.Type - Enum in org.onosproject.incubator.net.resource.label
Request type.
labelResources() - Method in class org.onosproject.incubator.net.tunnel.DefaultLabelStack
 
labelResources() - Method in interface org.onosproject.incubator.net.tunnel.LabelStack
Returns sequence of label resources comprising the path.
LabelResourceService - Interface in org.onosproject.incubator.net.resource.label
Service for providing label resource allocation.
LabelResourceStore - Interface in org.onosproject.incubator.net.resource.label
Manages inventory of label; not intended for direct use.
LabelStack - Interface in org.onosproject.incubator.net.tunnel
Representation of a label stack in a network which represents the network path.
LAMBDA - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
LAMBDA - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
LAMBDA - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
LATENCY_MILLIS - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
LAYOUT_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
LayoutAddCommand - Class in org.onosproject.cli.net
Creates a new UI layout.
LayoutAddCommand() - Constructor for class org.onosproject.cli.net.LayoutAddCommand
 
LayoutListCommand - Class in org.onosproject.cli.net
List layout details.
LayoutListCommand() - Constructor for class org.onosproject.cli.net.LayoutListCommand
 
LeaderCommand - Class in org.onosproject.cli.net
Prints the leader for every topic.
LeaderCommand() - Constructor for class org.onosproject.cli.net.LeaderCommand
 
LinkCodec - Class in org.onosproject.codec.impl
Link JSON codec.
LinkCodec() - Constructor for class org.onosproject.codec.impl.LinkCodec
 
linkCount() - Method in class org.onosproject.common.DefaultTopology
 
LinkDstCompleter - Class in org.onosproject.cli.net
Link destination end-point completer.
LinkDstCompleter() - Constructor for class org.onosproject.cli.net.LinkDstCompleter
 
LinksListCommand - Class in org.onosproject.cli.net
Lists all infrastructure links.
LinksListCommand() - Constructor for class org.onosproject.cli.net.LinksListCommand
 
LinkSrcCompleter - Class in org.onosproject.cli.net
Link source end-point completer.
LinkSrcCompleter() - Constructor for class org.onosproject.cli.net.LinkSrcCompleter
 
linkString(Link) - Static method in class org.onosproject.cli.net.LinksListCommand
Returns a formatted string representing the given link.
load(ConnectPoint) - Method in class org.onosproject.incubator.net.impl.PortStatisticsManager
 
load(ConnectPoint) - Method in interface org.onosproject.incubator.net.PortStatisticsService
Obtain the egress load for the given port.
LoadCodec - Class in org.onosproject.codec.impl
Codec for the Load class.
LoadCodec() - Constructor for class org.onosproject.codec.impl.LoadCodec
 
localStatus(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
 
location() - Method in class org.onosproject.incubator.net.routing.NextHop
Returns the location of the next hop.
location() - Method in class org.onosproject.incubator.net.routing.NextHopData
Returns the location.
location() - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
Returns the next hop location.
log - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
log - Static variable in class org.onosproject.codec.impl.DecodeInstructionCodecHelper
 
log - Static variable in class org.onosproject.codec.impl.EncodeInstructionCodecHelper
 
log - Static variable in class org.onosproject.codec.impl.EthernetCodec
 
log - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
log - Variable in class org.onosproject.common.net.AbstractDeviceProvider
 
logicId(long) - Static method in class org.onosproject.incubator.net.tunnel.OpticalLogicId
Returns the LabelId representing the specified long value.
logicId(String) - Static method in class org.onosproject.incubator.net.tunnel.OpticalLogicId
Returns the LabelId representing the specified string value.
longestPrefixMatch(IpAddress) - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
longestPrefixMatch(IpAddress) - Method in interface org.onosproject.incubator.net.routing.RouteService
Performs a longest prefix match on the given IP address.
longestPrefixMatch(IpAddress) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Performs a longest prefix match with the given IP address.

M

MAC - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
MAC - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
MAC - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
mac() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the MAC address that is assigned to the interface.
mac() - Method in class org.onosproject.incubator.net.routing.NextHop
Returns the MAC address of the next hop.
mac() - Method in class org.onosproject.incubator.net.routing.NextHopData
Returns the MAC address.
manager - Variable in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
manager - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
manuallyClearable() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns a flag to indicate if this alarm is manually-cleared by a user action within ONOS.
manuallyClearable() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
mapper() - Method in class org.onosproject.cli.AbstractShellCommand
 
MapsListCommand - Class in org.onosproject.cli.net
Command to list the various maps in the system.
MapsListCommand() - Constructor for class org.onosproject.cli.net.MapsListCommand
 
MastershipRoleCodec - Class in org.onosproject.codec.impl
Codec for mastership role.
MastershipRoleCodec() - Constructor for class org.onosproject.codec.impl.MastershipRoleCodec
 
MastershipTermCodec - Class in org.onosproject.codec.impl
Codec for mastership term.
MastershipTermCodec() - Constructor for class org.onosproject.codec.impl.MastershipTermCodec
 
MastersListCommand - Class in org.onosproject.cli
Lists device mastership information.
MastersListCommand() - Constructor for class org.onosproject.cli.MastersListCommand
 
MAX_DPI_STATISTICS_REQUEST - Static variable in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
MAX_DPI_STATISTICS_TOPN - Static variable in class org.onosproject.incubator.net.dpi.impl.DpiStatisticsManager
 
McastConfig - Class in org.onosproject.incubator.net.config.basics
Configuration for multicast.
McastConfig() - Constructor for class org.onosproject.incubator.net.config.basics.McastConfig
 
McastDeleteCommand - Class in org.onosproject.cli.net
Deletes a multicast route.
McastDeleteCommand() - Constructor for class org.onosproject.cli.net.McastDeleteCommand
 
McastJoinCommand - Class in org.onosproject.cli.net
Installs a source, multicast group flow.
McastJoinCommand() - Constructor for class org.onosproject.cli.net.McastJoinCommand
 
McastRouteCodec - Class in org.onosproject.codec.impl
Codec to encode and decode a multicast route to and from JSON.
McastRouteCodec() - Constructor for class org.onosproject.codec.impl.McastRouteCodec
 
McastShowCommand - Class in org.onosproject.cli.net
Displays the source, multicast group flows entries.
McastShowCommand() - Constructor for class org.onosproject.cli.net.McastShowCommand
 
messageFrom(Throwable) - Method in class org.onlab.rest.exceptions.AbstractMapper
Produces a response message from the supplied exception.
METADATA - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
METER_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
MeterAddCommand - Class in org.onosproject.cli.net
Add a meter to a device.
MeterAddCommand() - Constructor for class org.onosproject.cli.net.MeterAddCommand
 
MeterBandCodec - Class in org.onosproject.codec.impl
Meter band JSON codec.
MeterBandCodec() - Constructor for class org.onosproject.codec.impl.MeterBandCodec
 
MeterCodec - Class in org.onosproject.codec.impl
Meter JSON codec.
MeterCodec() - Constructor for class org.onosproject.codec.impl.MeterCodec
 
MeteringAgent - Class in org.onosproject.utils
Agent that implements usage and performance monitoring via the metrics service.
MeteringAgent(String, String, boolean) - Constructor for class org.onosproject.utils.MeteringAgent
Constructs a new MeteringAgent for a given distributed primitive.
MeteringAgent.Context - Class in org.onosproject.utils
Timer.Context with a specific operation.
MeterManager - Class in org.onosproject.incubator.net.meter.impl
Provides implementation of the meter service APIs.
MeterManager() - Constructor for class org.onosproject.incubator.net.meter.impl.MeterManager
 
meterOperationFailed(NetworkId, MeterOperation, MeterFailReason) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProviderService
Notifies the core that a meter operation failed for a specific reason.
MeterRemoveCommand - Class in org.onosproject.cli.net
Remove existing meter from device.
MeterRemoveCommand() - Constructor for class org.onosproject.cli.net.MeterRemoveCommand
 
MeterRequestCodec - Class in org.onosproject.codec.impl
MeterRequest JSON codec.
MeterRequestCodec() - Constructor for class org.onosproject.codec.impl.MeterRequestCodec
 
MetersListCommand - Class in org.onosproject.cli.net
Lists all meters.
MetersListCommand() - Constructor for class org.onosproject.cli.net.MetersListCommand
 
MetricCodec - Class in org.onosproject.codec.impl
Codec for the Metric class.
MetricCodec() - Constructor for class org.onosproject.codec.impl.MetricCodec
 
MetricNameCompleter - Class in org.onosproject.cli
Metric name completer.
MetricNameCompleter() - Constructor for class org.onosproject.cli.MetricNameCompleter
 
MetricsListCommand - Class in org.onosproject.cli
Prints metrics in the system.
MetricsListCommand() - Constructor for class org.onosproject.cli.MetricsListCommand
 
MISSING_MEMBER_MESSAGE - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
MISSING_MEMBER_MESSAGE - Static variable in class org.onosproject.codec.impl.DecodeCriterionCodecHelper
 
MISSING_MEMBER_MESSAGE - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
MISSING_MEMBER_MESSAGE - Static variable in class org.onosproject.codec.impl.IntentCodec
 
modified(ComponentContext) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
modified(ComponentContext) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
modified(ComponentContext) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
 
modified(ComponentContext) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
modify(IntentResource, IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Request that the provider attempt to modify an existing resource to satisfy a new intent primitive.
MPLS_BOS - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
MPLS_LABEL - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
MulticastRouteManager - Class in org.onosproject.incubator.net.mcast.impl
An implementation of a multicast route table.
MulticastRouteManager() - Constructor for class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 

N

NAME - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
name() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the friendly name for the intent domain.
name() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol name.
name() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the name of the interface.
name() - Method in class org.onosproject.incubator.net.routing.RouteTableId
Returns the name of the route table.
ndpEnabled - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
negateFilter(ConfigFilter) - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to create a filter that include all entries rejected by the criteria.
NeighbourHandlerRegistration - Interface in org.onosproject.incubator.net.neighbour
Information about the registration of a neighbour message handler.
NeighbourHandlersListCommand - Class in org.onosproject.cli.net
Lists neighbour message handlers.
NeighbourHandlersListCommand() - Constructor for class org.onosproject.cli.net.NeighbourHandlersListCommand
 
NeighbourMessageActions - Interface in org.onosproject.incubator.net.neighbour
Performs actions on a neighbour message contexts.
NeighbourMessageContext - Interface in org.onosproject.incubator.net.neighbour
Context of an incoming neighbor message (e.g.
NeighbourMessageHandler - Interface in org.onosproject.incubator.net.neighbour
Handler for an incoming neighbour message.
NeighbourMessageType - Enum in org.onosproject.incubator.net.neighbour
Neighbour message type.
NeighbourProtocol - Enum in org.onosproject.incubator.net.neighbour
Enumerates protocols used for neighbour discover/address resolution.
NeighbourResolutionManager - Class in org.onosproject.incubator.net.neighbour.impl
Manages handlers for neighbour messages.
NeighbourResolutionManager() - Constructor for class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
NeighbourResolutionService - Interface in org.onosproject.incubator.net.neighbour
Provides a means of registering logic for handling neighbour messages.
netcfgRegistry - Variable in class org.onosproject.incubator.net.routing.impl.RouteManager
 
NetworkConfigCommand - Class in org.onosproject.cli.cfg
Manages network configuration.
NetworkConfigCommand() - Constructor for class org.onosproject.cli.cfg.NetworkConfigCommand
 
NetworkConfigRegistryCommand - Class in org.onosproject.cli.cfg
Displays network configuration registry contents.
NetworkConfigRegistryCommand() - Constructor for class org.onosproject.cli.cfg.NetworkConfigRegistryCommand
 
networkId - Variable in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
networkId() - Method in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualDevice
 
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualHost
 
networkId(NetworkId) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the network identifier to be used by the builder.
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
networkId - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
networkId() - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
networkId() - Method in class org.onosproject.incubator.net.virtual.event.VirtualEvent
 
networkId() - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPathManager
 
NetworkId - Class in org.onosproject.incubator.net.virtual
Representation of network identity.
NetworkId() - Constructor for class org.onosproject.incubator.net.virtual.NetworkId
 
networkId(long) - Static method in class org.onosproject.incubator.net.virtual.NetworkId
Creates a network id using the supplied backing id.
networkId() - Method in interface org.onosproject.incubator.net.virtual.VirtualElement
Returns the network identifier to which this virtual element belongs.
networkId(NetworkId) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
Sets the virtual network of the virtual network intent.
networkId() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
Returns the virtual network identifier.
networkId() - Method in interface org.onosproject.incubator.net.virtual.VnetService
 
NetworkTunnelId - Class in org.onosproject.incubator.net.tunnel
Representation of a Network Tunnel Id.
NetworkTunnelId(long) - Constructor for class org.onosproject.incubator.net.tunnel.NetworkTunnelId
Constructs the ID corresponding to a given long value.
NextHop - Class in org.onosproject.incubator.net.routing
Describes a routing next hop.
NextHop(IpAddress, NextHopData) - Constructor for class org.onosproject.incubator.net.routing.NextHop
Creates a new next hop.
nextHop() - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
Returns the next hop IP address.
nextHop() - Method in class org.onosproject.incubator.net.routing.Route
Returns the next hop IP address.
NextHopData - Class in org.onosproject.incubator.net.routing
Stores next hop information.
NextHopData(MacAddress, ConnectPoint) - Constructor for class org.onosproject.incubator.net.routing.NextHopData
Creates a new instance.
nextHopMac() - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
Returns the next hop MAC address.
NextHopsListCommand - Class in org.onosproject.cli.net
Command to show information about routing next hops.
NextHopsListCommand() - Constructor for class org.onosproject.cli.net.NextHopsListCommand
 
NextObjectiveCodec - Class in org.onosproject.codec.impl
Next Objective Codec.
NextObjectiveCodec() - Constructor for class org.onosproject.codec.impl.NextObjectiveCodec
 
NO_INTERFACE_NAME - Static variable in class org.onosproject.incubator.net.intf.Interface
 
NODE_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
NodeAddCommand - Class in org.onosproject.cli
Adds a new controller cluster node.
NodeAddCommand() - Constructor for class org.onosproject.cli.NodeAddCommand
 
NodeIdCompleter - Class in org.onosproject.cli
Node ID completer.
NodeIdCompleter() - Constructor for class org.onosproject.cli.NodeIdCompleter
 
nodeKey() - Method in class org.onosproject.incubator.elasticcfg.ConfigNodePath
Returns the node key.
NodeRemoveCommand - Class in org.onosproject.cli
Removes a controller cluster node.
NodeRemoveCommand() - Constructor for class org.onosproject.cli.NodeRemoveCommand
 
NodesListCommand - Class in org.onosproject.cli
Lists all controller cluster nodes.
NodesListCommand() - Constructor for class org.onosproject.cli.NodesListCommand
 
NodeType - Enum in org.onosproject.incubator.elasticcfg
Node Type representation for applications.
NONE - Static variable in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
NONE - Static variable in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmId
 
NONE - Static variable in class org.onosproject.incubator.net.virtual.NetworkId
Represents no network, or an unspecified network.
NONE - Static variable in class org.onosproject.incubator.net.virtual.TenantId
Represents no tenant, or an unspecified tenant.
nonNullFormat(Object) - Method in class org.onosproject.incubator.net.tunnel.TunnelEndPointFormatter
 
NotFoundMapper - Class in org.onlab.rest.exceptions
Mapper for api not found exceptions to the NOT_FOUND response code.
NotFoundMapper() - Constructor for class org.onlab.rest.exceptions.NotFoundMapper
 
notify(PacketEvent) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager.InternalStoreDelegate
 
notifyOfFailovers(NetworkId, Collection<Group>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProviderService
Notifies store of group failovers.

O

ObjectiveCodecHelper - Class in org.onosproject.codec.impl
Objective Codec Helper.
ObjectiveCodecHelper() - Constructor for class org.onosproject.codec.impl.ObjectiveCodecHelper
 
OBSTACLES - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
OCH_SIGNAL_ID - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
OCH_SIGNAL_TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ODU_SIGNAL_ID - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ODU_SIGNAL_TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
ok(Object) - Static method in class org.onlab.rest.BaseResource
 
one() - Method in class org.onosproject.incubator.net.domain.TunnelPrimitive
The getter for the first connection point associated with a tunnel.
onProcessLimit() - Method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
operationsService - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
OpticalLogicId - Class in org.onosproject.incubator.net.tunnel
Representation of a label Id, a logical port identifier.
OpticalTunnelEndPoint - Interface in org.onosproject.incubator.net.tunnel
Generic representation of a logical port entity in a consistent way, it is used to identify e.g., ODUk timeSlot, WDM lambda, etc.
OpticalTunnelEndPoint.Type - Enum in org.onosproject.incubator.net.tunnel
Represents coarse tunnel point type classification.
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.completer - package org.onosproject.cli.net.completer
Completers for karaf CLI.
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.codec.impl - package org.onosproject.codec.impl
Implementations of the codec broker and built-in entity JSON codecs.
org.onosproject.common - package org.onosproject.common
Miscellaneous common facilities used for construction of various core and app subsystems.
org.onosproject.common.app - package org.onosproject.common.app
Common facilities for construction of application management subsystem.
org.onosproject.common.net - package org.onosproject.common.net
Set of common network core facilities.
org.onosproject.incubator.component - package org.onosproject.incubator.component
Component management system.
org.onosproject.incubator.elasticcfg - package org.onosproject.incubator.elasticcfg
Abstractions for interacting with the elastic configuration subsystem.
org.onosproject.incubator.net - package org.onosproject.incubator.net
Incubating network model abstractions and APIs.
org.onosproject.incubator.net.config.basics - package org.onosproject.incubator.net.config.basics
Various basic builtin network configurations.
org.onosproject.incubator.net.config.impl - package org.onosproject.incubator.net.config.impl
Implementation of the network configuration subsystem.
org.onosproject.incubator.net.domain - package org.onosproject.incubator.net.domain
Subsystem for network intent domains.
org.onosproject.incubator.net.domain.impl - package org.onosproject.incubator.net.domain.impl
Implementation of the intent domain subsystem.
org.onosproject.incubator.net.dpi - package org.onosproject.incubator.net.dpi
Subsystem for dpi statistics service.
org.onosproject.incubator.net.dpi.impl - package org.onosproject.incubator.net.dpi.impl
Implementation of the dpi statistics service.
org.onosproject.incubator.net.faultmanagement.alarm - package org.onosproject.incubator.net.faultmanagement.alarm
Abstractions for interacting with alarms.
org.onosproject.incubator.net.impl - package org.onosproject.incubator.net.impl
Implementations of incubating core subsystems.
org.onosproject.incubator.net.intf - package org.onosproject.incubator.net.intf
Interface Service.
org.onosproject.incubator.net.intf.impl - package org.onosproject.incubator.net.intf.impl
Implementation of service for interacting with interfaces.
org.onosproject.incubator.net.mcast.impl - package org.onosproject.incubator.net.mcast.impl
An implementation of a multicast RIB.
org.onosproject.incubator.net.meter.impl - package org.onosproject.incubator.net.meter.impl
Provides implementation of the meter service APIs.
org.onosproject.incubator.net.neighbour - package org.onosproject.incubator.net.neighbour
Neighbour message (ARP, NDP) handling.
org.onosproject.incubator.net.neighbour.impl - package org.onosproject.incubator.net.neighbour.impl
Implementation of neighbour resolution service.
org.onosproject.incubator.net.resource.label - package org.onosproject.incubator.net.resource.label
Service for reserving labels as network resources.
org.onosproject.incubator.net.resource.label.impl - package org.onosproject.incubator.net.resource.label.impl
Implementation of the label resource subsystem.
org.onosproject.incubator.net.routing - package org.onosproject.incubator.net.routing
Unicast routing service.
org.onosproject.incubator.net.routing.impl - package org.onosproject.incubator.net.routing.impl
Implementation of route service.
org.onosproject.incubator.net.tunnel - package org.onosproject.incubator.net.tunnel
Tunnel model related services and providers API definitions.
org.onosproject.incubator.net.tunnel.impl - package org.onosproject.incubator.net.tunnel.impl
Core subsystem for tracking global inventory of tunnels.
org.onosproject.incubator.net.virtual - package org.onosproject.incubator.net.virtual
Network virtualization data models and services.
org.onosproject.incubator.net.virtual.event - package org.onosproject.incubator.net.virtual.event
Virtual network event delivery subsystem interfaces & supporting abstractions.
org.onosproject.incubator.net.virtual.impl - package org.onosproject.incubator.net.virtual.impl
Implementation of the virtual network subsystem.
org.onosproject.incubator.net.virtual.impl.provider - package org.onosproject.incubator.net.virtual.impl.provider
Network virtualization provider implementations.
org.onosproject.incubator.net.virtual.provider - package org.onosproject.incubator.net.virtual.provider
Network virtualization provider interfaces and implementation.
org.onosproject.incubator.rpc - package org.onosproject.incubator.rpc
Incubating inter-cluster RPC APIs.
org.onosproject.utils - package org.onosproject.utils
Miscellaneous common facilities used for construction of various core and app subsystems.
outputJson() - Method in class org.onosproject.cli.AbstractShellCommand
Indicates whether JSON format should be output.

P

packet() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
packet() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the full parsed representation of the packet.
packetLossRate() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics
 
packetLossRate() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStatistics
Returns the packet loss ratio of a tunnel.
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
 
packets() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow packets.
packets() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol packets.
packetService - Variable in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
packetService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
parentKey() - Method in class org.onosproject.incubator.elasticcfg.ConfigNodePath
Returns the parent key.
parentPoint() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
parentPoint() - Method in interface org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint
Returns the parent tunnel point to which this tunnel point belongs, optional.
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.
 
partitionService - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
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
 
path() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
path() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
path() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns the path of the tunnel.
path() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns the path of the tunnel.
PathCodec - Class in org.onosproject.codec.impl
Path JSON codec.
PathCodec() - Constructor for class org.onosproject.codec.impl.PathCodec
 
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.
pause() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Pauses the virtual port for stopping a network or device.
PeerConnectPointCompleter - Class in org.onosproject.cli.net.completer
Completer, which proposes remote end of existing Link in the system.
PeerConnectPointCompleter() - Constructor for class org.onosproject.cli.net.completer.PeerConnectPointCompleter
 
pendingFlowRule(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Marks a flow rule as PENDING_ADD during retry.
performGroupOperation(NetworkId, DeviceId, GroupOperations) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
 
performGroupOperation(NetworkId, DeviceId, GroupOperations) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProvider
Performs a batch of group operation in the specified virtual device with the specified parameters.
performMeterOperation(NetworkId, DeviceId, MeterOperations) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProvider
Performs a batch of meter operation on the specified virtual device with the specified parameters.
performMeterOperation(NetworkId, DeviceId, MeterOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProvider
Performs a meter operation on the specified vitual device with the specified parameters.
PHYSICAL - Static variable in class org.onosproject.incubator.net.virtual.NetworkId
Represents the underlying physical network.
PID - Static variable in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
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
 
PointToPointIntentCodec - Class in org.onosproject.codec.impl
Point to point intent codec.
PointToPointIntentCodec() - Constructor for class org.onosproject.codec.impl.PointToPointIntentCodec
 
PORT - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
PORT - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
PORT_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
PortCodec - Class in org.onosproject.codec.impl
Device port JSON codec.
PortCodec() - Constructor for class org.onosproject.codec.impl.PortCodec
 
portNumber() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
portNumber() - Method in interface org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint
Returns the parent network port to which this tunnel point belongs, can not be be null.
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
 
PortStatisticsCodec - Class in org.onosproject.codec.impl
Port statistics entry JSON codec.
PortStatisticsCodec() - Constructor for class org.onosproject.codec.impl.PortStatisticsCodec
 
PortStatisticsManager - Class in org.onosproject.incubator.net.impl
Implementation of the port statistics service.
PortStatisticsManager() - Constructor for class org.onosproject.incubator.net.impl.PortStatisticsManager
 
PortStatisticsService - Interface in org.onosproject.incubator.net
Service for obtaining statistic information about device ports.
portStatusChanged(DeviceId, VirtualPortDescription) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Notifies the core about port status change of a single port.
post(E) - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
Safely posts the specified event to the local event dispatcher.
prefix() - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
Returns the IP prefix.
prefix() - Method in class org.onosproject.incubator.net.routing.Route
Returns the IP prefix of the route.
PrettyJson - Class in org.onosproject.cli
Pretty print previous command output JSON.
PrettyJson() - Constructor for class org.onosproject.cli.PrettyJson
 
prevSubject() - Method in class org.onosproject.incubator.net.intf.InterfaceEvent
Returns the previous interface subject.
prevSubject() - Method in class org.onosproject.incubator.net.routing.RouteEvent
Returns the previous subject of the event.
primitive() - Method in class org.onosproject.incubator.net.domain.IntentResource
Returns the intent primitive associated with this resource at creation.
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.
printFlows(Device, List<FlowEntry>, CoreService) - Method in class org.onosproject.cli.net.vnet.VirtualFlowsListCommand
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.
PRIORITY - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
PRIORITY - Static variable in class org.onosproject.codec.impl.IntentCodec
 
priority(int) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
process(VirtualEvent) - Method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
processPacket(PacketContext) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualPacketProviderService
Submits inbound packet context for processing to virtual network core.
producerName() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
producerName() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns tunnel producer name.
PROTOCOL - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
protocol() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow protocol.
protocol() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
protocol() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the protocol of the packet.
ProtocolStatInfo - Class in org.onosproject.incubator.net.dpi
Protocol statistic information.
ProtocolStatInfo() - Constructor for class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Constructor for default ProtocolStatInfo class.
ProtocolStatInfo(String, String, long, long, int) - Constructor for class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Constructor for ProtocolStatInfo class specified with protocol statistic parameters.
ProtocolStatInfoCodec - Class in org.onosproject.incubator.net.dpi
Implementation of encoder for ProtocolStatInfo codec.
ProtocolStatInfoCodec() - Constructor for class org.onosproject.incubator.net.dpi.ProtocolStatInfoCodec
 
provider() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the provider for the intent domain.
provider() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
 
provider() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderService
Returns the virtual provider to which this service has been issued.
providerId() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
providerRegistry - Variable in class org.onosproject.common.net.AbstractDeviceProvider
 
providerRegistry - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
providerRegistryService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
providerRegistryService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualGroupProvider
 
providerRegistryService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
providerService - Variable in class org.onosproject.common.net.AbstractDeviceProvider
 
purge(Intent) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
purgeApplication(String) - Method in class org.onosproject.common.app.ApplicationArchive
Purges the application archive directory.
purgeFlowRule(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Removes all flow entries of given device from store.
purgeFlowRules(DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
purgeFlowRules(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Removes all flow entries from store.
pushFlowMetrics(DeviceId, Iterable<FlowEntry>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Pushes the collection of flow entries currently applied on the given virtual device.
pushFlowMetricsWithoutFlowMissing(DeviceId, Iterable<FlowEntry>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Pushes the collection of flow entries currently applied on the given device without flowMissing process.
pushGroupMetrics(NetworkId, DeviceId, Collection<Group>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProviderService
Pushes the collection of group detected in the data plane along with statistics.
pushMeterMetrics(NetworkId, DeviceId, Collection<Meter>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProviderService
Pushes the collection of meters observed on the virtual data plane as well as their associated statistics.
pushTableStatistics(DeviceId, List<TableStatisticsEntry>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Pushes the collection of table statistics entries currently extracted from the given virtual device.

Q

queryAllTunnels() - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
queryAllTunnels() - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all tunnels.
queryAllTunnels() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all tunnels.
queryTunnel(TunnelId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
queryTunnel(Tunnel.Type) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
queryTunnel(TunnelEndPoint, TunnelEndPoint) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
queryTunnel(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns a tunnel by a specific tunnel identity.
queryTunnel(Tunnel.Type) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all specified type tunnels.
queryTunnel(TunnelEndPoint, TunnelEndPoint) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all tunnels between source point and destination point.
queryTunnel(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns a tunnel by a specific tunnel identity.
queryTunnel(Tunnel.Type) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all specified type tunnels.
queryTunnel(TunnelEndPoint, TunnelEndPoint) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all tunnels between source point and destination point.
queryTunnelSubscription(ApplicationId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
queryTunnelSubscription(ApplicationId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all tunnel subscription record by consumer.
queryTunnelSubscription(ApplicationId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all tunnel subscription record by consumer.
QUEUE_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
QueuesListCommand - Class in org.onosproject.cli.net
Command to list stats for all work queues in the system.
QueuesListCommand() - Constructor for class org.onosproject.cli.net.QueuesListCommand
 

R

RandomIntentCommand - Class in org.onosproject.cli.net
Installs bulk host-to-host intents between hosts of the network.
RandomIntentCommand() - Constructor for class org.onosproject.cli.net.RandomIntentCommand
 
realizedBy() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
realizedBy() - Method in interface org.onosproject.incubator.net.virtual.VirtualPort
Returns the underlying port using which this port is realized.
receivedRoleReply(DeviceId, MastershipRole, MastershipRole) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Notifies the core about the result of a RoleRequest sent to a device.
receivedTime() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
Returns DPI statistics received time.
REGION_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
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
 
RegionCodec - Class in org.onosproject.codec.impl
Codec for the Region class.
RegionCodec() - Constructor for class org.onosproject.codec.impl.RegionCodec
 
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
 
registerCodec(Class<T>, JsonCodec<T>) - Method in class org.onosproject.codec.impl.CodecManager
 
registerNeighbourHandler(ConnectPoint, NeighbourMessageHandler, ApplicationId) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
registerNeighbourHandler(Interface, NeighbourMessageHandler, ApplicationId) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
registerNeighbourHandler(ConnectPoint, NeighbourMessageHandler, ApplicationId) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Registers a neighbour message handler for all neighbour messages incoming on the given connect point.
registerNeighbourHandler(Interface, NeighbourMessageHandler, ApplicationId) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Registers a neighbour message handler for all neighbour messages incoming on the given interface.
registerProvider(VirtualProvider) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
registerProvider(VirtualProvider) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Registers the supplied virtual provider.
registerProviderService(NetworkId, VirtualProviderService) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
registerProviderService(NetworkId, VirtualProviderService) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Registers the supplied virtual provider.
registerTenantId(TenantId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
registerTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Registers the specified, externally generated tenant identifier.
registry - Variable in class org.onosproject.incubator.net.config.impl.ExtraNetworkConfigs
 
release(IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider release an intent resource.
releaseCollection() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
Returns the collection of release labels.
releaseLabelId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns the Set of released label before.
releaseToDevicePool(Multimap<DeviceId, LabelResource>) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
releaseToDevicePool(Multimap<DeviceId, LabelResource>) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Releases unused labels to device pools .
releaseToDevicePool(Multimap<DeviceId, LabelResource>) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Releases unused labels to device pools .
releaseToGlobalPool(Set<LabelResourceId>) - Method in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
releaseToGlobalPool(Set<LabelResourceId>) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Releases unused labels to the global resource pool.
releaseToGlobalPool(Set<LabelResourceId>) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Releases unused labels to the global resource pool.
releaseTunnel(Tunnel) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to release a tunnel.
releaseTunnel(ElementId, Tunnel) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to release a tunnel given the respective device.
RemoteServiceContext - Interface in org.onosproject.incubator.rpc
Context for Remote service.
RemoteServiceContextProvider - Interface in org.onosproject.incubator.rpc
Abstraction of a remote service implementation provider.
RemoteServiceContextProviderService - Interface in org.onosproject.incubator.rpc
 
RemoteServiceDirectory - Interface in org.onosproject.incubator.rpc
Service for retrieving RPC session handler (RemoteServiceContext).
RemoteServiceProviderRegistry - Interface in org.onosproject.incubator.rpc
Abstraction of a remote service provider registry.
remove(ConnectPoint, String) - Method in class org.onosproject.incubator.net.intf.impl.InterfaceManager
 
remove(ConnectPoint, String) - Method in interface org.onosproject.incubator.net.intf.InterfaceAdminService
Removes an interface configuration from the system.
remove(McastRoute) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
removeConfigListener(ElasticConfigListener) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Unregisters a previously added listener.
removeCriteria(Set<ConfigNodePath>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter.Builder
Removes the given ConfigNodePath filtering criteria from a ConfigFilter object.
removeDevice(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified virtual device from the given network.
removeFlowRule(NetworkId, FlowRule...) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
removeFlowRule(NetworkId, FlowRule...) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProvider
Instructs the provider to remove the specified flow rules to their respective virtual devices.
removeFlowRule(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Removes an existing flow entry.
removeFlowRules(FlowRule...) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
removeFlowRulesById(ApplicationId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
 
removeHost(NetworkId, HostId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified virtual host from the store.
removeIntent(Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Remove the virtual intent from the store.
removeInterface(String) - Method in class org.onosproject.incubator.net.config.basics.InterfaceConfig
Removes an interface from the config.
removeLink(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified link from the store.
removeListener(RouteListener) - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
removeListener(L) - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
removeNetwork(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified virtual network from the store.
removeNextHop(IpAddress, NextHopData) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Removes a next hop information from the store.
removeNode(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Removes a node from the elastic config store.
removeNode(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Removes a node from the ElasticConfigStore.
removePort(NetworkId, DeviceId, PortNumber) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified port from the given device and network.
removeProcessor(PacketProcessor) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
removeRoute(Route) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Removes the given route from the store.
removeSink(McastRoute, ConnectPoint) - Method in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
removeTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified tenant ID from the store.
removeTunnel(TunnelId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
removeTunnel(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Removes the provisioned tunnel.
removeTunnelId(Intent, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the intent to tunnel identifier mapping from the store.
removeTunnels(TunnelEndPoint, TunnelEndPoint, ProviderId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
removeTunnels(TunnelEndPoint, TunnelEndPoint, Tunnel.Type, ProviderId) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
removeTunnels(TunnelEndPoint, TunnelEndPoint, ProviderId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Removes the provisioned tunnel leading to and from the specified labels.
removeTunnels(TunnelEndPoint, TunnelEndPoint, Tunnel.Type, ProviderId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Removes all provisioned tunnels leading to and from the specified connection point.
removeVirtualDevice(NetworkId, DeviceId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
removeVirtualDevice(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual device and all its ports and affiliated links.
removeVirtualHost(NetworkId, HostId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
removeVirtualHost(NetworkId, HostId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual host.
removeVirtualLink(NetworkId, ConnectPoint, ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
removeVirtualLink(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual link.
removeVirtualNetwork(NetworkId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
removeVirtualNetwork(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual network and all its devices and links.
removeVirtualPort(NetworkId, DeviceId, PortNumber) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
removeVirtualPort(NetworkId, DeviceId, PortNumber) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual port.
reply(NeighbourMessageContext, MacAddress) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageActions
 
reply(MacAddress) - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
reply(NeighbourMessageContext, MacAddress) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageActions
Replies to an incoming request with the given MAC address.
reply(MacAddress) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Replies to the request message with a given MAC address.
request(IntentDomainId, IntentPrimitive) - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
request(IntentDomain, IntentPrimitive) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider attempt to satisfy the intent primitive.
request(IntentDomainId, IntentPrimitive) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Requests an intent primitive from the intent domain.
requestMac(IpAddress) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
requestPackets(PacketRequest) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager.InternalStoreDelegate
 
requestPackets(TrafficSelector, PacketPriority, ApplicationId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
requestPackets(TrafficSelector, PacketPriority, ApplicationId, Optional<DeviceId>) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
requestPackets(NetworkId, PacketRequest) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Requests intercept of packets that match the given selector.
ResolvedRoute - Class in org.onosproject.incubator.net.routing
Represents a route with the next hop MAC address resolved.
ResolvedRoute(Route, MacAddress, ConnectPoint) - Constructor for class org.onosproject.incubator.net.routing.ResolvedRoute
Creates a new resolved route.
ResolvedRoute(IpPrefix, IpAddress, MacAddress, ConnectPoint) - Constructor for class org.onosproject.incubator.net.routing.ResolvedRoute
Creates a new resolved route.
resource() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
resource() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
resource() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Network resource backing the tunnel, e.g.
resource() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns the network resource backing the tunnel, e.g.
RESOURCES - Static variable in class org.onosproject.codec.impl.IntentCodec
 
ResourcesCommand - Class in org.onosproject.cli.net
Lists registered 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
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.FilteringObjectiveCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.FlowRuleCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.ForwardingObjectiveCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.GroupCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.MeterCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.MeterRequestCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.NextObjectiveCodec
 
REST_APP_ID - Static variable in class org.onosproject.codec.impl.ObjectiveCodecHelper
 
returnTunnel(ApplicationId, TunnelId, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
returnTunnel(ApplicationId, TunnelName, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
returnTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
returnTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Annotations...) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
returnTunnel(ApplicationId, TunnelId, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns back a specific tunnel to store.
returnTunnel(ApplicationId, TunnelName, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all specific name tunnel back store.
returnTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all specific type tunnels between source and destination back store.
returnTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all tunnels between source and destination back the store.
returnTunnel(ApplicationId, TunnelId, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns back a specific tunnel to store.
returnTunnel(ApplicationId, TunnelName, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all specific name tunnel back store.
returnTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all specific type tunnels between source and destination back store.
returnTunnel(ApplicationId, TunnelEndPoint, TunnelEndPoint, Annotations...) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all tunnels between source and destination back the store.
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
 
roleChanged(DeviceId, MastershipRole) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Notifies the provider of a mastership role change for the specified device as decided by the core.
RoleCompleter - Class in org.onosproject.cli.net
Device mastership role completer.
RoleCompleter() - Constructor for class org.onosproject.cli.net.RoleCompleter
 
RoleInfoCodec - Class in org.onosproject.codec.impl
Codec for role info.
RoleInfoCodec() - Constructor for class org.onosproject.codec.impl.RoleInfoCodec
 
RolesCommand - Class in org.onosproject.cli
Lists mastership roles of nodes for each device.
RolesCommand() - Constructor for class org.onosproject.cli.RolesCommand
 
Route - Class in org.onosproject.incubator.net.routing
Represents a route.
Route(Route.Source, IpPrefix, IpAddress) - Constructor for class org.onosproject.incubator.net.routing.Route
Creates a route.
Route.Source - Enum in org.onosproject.incubator.net.routing
Source of the route.
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
 
RouteAdminService - Interface in org.onosproject.incubator.net.routing
Service allowing mutation of unicast routing state.
RouteConfig - Class in org.onosproject.incubator.net.routing
Route configuration object for Route Service.
RouteConfig() - Constructor for class org.onosproject.incubator.net.routing.RouteConfig
 
RouteEvent - Class in org.onosproject.incubator.net.routing
Describes an event about a route.
RouteEvent(RouteEvent.Type, ResolvedRoute) - Constructor for class org.onosproject.incubator.net.routing.RouteEvent
Creates a new route event without specifying previous subject.
RouteEvent(RouteEvent.Type, ResolvedRoute, long) - Constructor for class org.onosproject.incubator.net.routing.RouteEvent
Creates a new route event.
RouteEvent(RouteEvent.Type, ResolvedRoute, ResolvedRoute) - Constructor for class org.onosproject.incubator.net.routing.RouteEvent
Creates a new route event with previous subject.
RouteEvent.Type - Enum in org.onosproject.incubator.net.routing
Route event type.
RouteListener - Interface in org.onosproject.incubator.net.routing
Listener for route events.
RouteManager - Class in org.onosproject.incubator.net.routing.impl
Implementation of the unicast route service.
RouteManager() - Constructor for class org.onosproject.incubator.net.routing.impl.RouteManager
 
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
 
RouteService - Interface in org.onosproject.incubator.net.routing
Unicast IP route service.
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
 
routeStore - Variable in class org.onosproject.incubator.net.routing.impl.RouteManager
 
RouteStore - Interface in org.onosproject.incubator.net.routing
Unicast route store.
RouteStoreDelegate - Interface in org.onosproject.incubator.net.routing
Route store delegate abstraction.
RouteTableId - Class in org.onosproject.incubator.net.routing
Identifier for a routing table.
RouteTableId(String) - Constructor for class org.onosproject.incubator.net.routing.RouteTableId
Creates a new route table ID.

S

s(Object) - Method in class org.onosproject.cli.net.IntentDetailsCommand
 
saveApplication(InputStream) - Method in class org.onosproject.common.app.ApplicationArchive
Loads the application descriptor from the specified application archive stream and saves the stream in the appropriate application archive directory.
SCHEMES - Static variable in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
SCTP_PORT - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
selector(TrafficSelector) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
send() - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualPacketContext
 
sender() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
sender() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the source IP address of the message.
ServerErrorMapper - Class in org.onlab.rest.exceptions
Mapper for service not found exceptions to the INTERNAL_SERVER_ERROR response code.
ServerErrorMapper() - Constructor for class org.onlab.rest.exceptions.ServerErrorMapper
 
service - Variable in class org.onosproject.cli.net.TopologyCommand
 
serviceAffecting() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns true if alarm is service affecting Note: Whilst X.733 combines service-affecting state with severity (where severities of critical and major are deemed service-affecting) ONOS keeps these attributes separate.
serviceAffecting() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
serviceDirectory - Variable in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
serviceDirectory - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
ServiceNotFoundMapper - Class in org.onlab.rest.exceptions
Mapper for service not found exceptions to the SERVICE_UNAVAILABLE response code.
ServiceNotFoundMapper() - Constructor for class org.onlab.rest.exceptions.ServiceNotFoundMapper
 
setActive(String) - Method in class org.onosproject.common.app.ApplicationArchive
Marks the app as active by creating token file in the app directory.
setAlarms(List<String>) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set alarms.
setAvgPktSize(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setBreed(String) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setBwUtilization(double) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
set bandwidth utilization.
setBytes(long) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setBytes(long) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setDefaultGraphPathSearch(GraphPathSearch<TopologyVertex, TopologyEdge>) - Static method in class org.onosproject.common.DefaultTopology
Sets the default lpath search algorighm to be used when computing paths.
setDefaultLinkWeigher(LinkWeigher) - Static method in class org.onosproject.common.DefaultTopology
Sets the default link-weight to be used when computing paths.
setDelegate(NetworkId, D) - Method in interface org.onosproject.incubator.net.virtual.VirtualStore
Sets the delegate on the store.
setDetectedProtocol(int) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setDetectedProtocolName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setDetectedProtos(List<ProtocolStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the detected protocols statistic information.
setDiscardedBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setDpiThroughputBps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setDpiThroughputPps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setEgressVlan(VlanId) - Method in class org.onosproject.incubator.net.config.basics.McastConfig
Sets egress VLAN of multicast traffic.
setEmbeddingAlgorithm(InternalRoutingAlgorithm) - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
setEthernetBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setFlowDelay(Duration) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set flow delay.
setFlows(int) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setGuessedFlowProtos(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setHostAName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostAPort(int) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostBName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostBPort(int) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostServerName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setIngressVlan(VlanId) - Method in class org.onosproject.incubator.net.config.basics.McastConfig
Sets ingress VLAN of multicast traffic.
setIntentService(IntentService) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
Only used for Junit test methods outside of this package.
setIpBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setIpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setKnownFlows(List<FlowStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the known flows information.
setName(String) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setPacketLossRatio(double) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set packet loss ratio.
setPackets(long) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setPackets(long) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setProtocol(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setProvider(IntentDomainProvider) - Method in class org.onosproject.incubator.net.domain.IntentDomain
Sets the provider for the intent domain if one is not already set.
setProvider(P) - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
Creates a virtual provider service on behalf of the specified provider.
setRootPath(String) - Method in class org.onosproject.common.app.ApplicationArchive
Sets the root directory where apps directory is contained.
setServiceDirectory(ServiceDirectory) - Static method in class org.onlab.rest.BaseResource
Sets alternate service directory to be used for lookups.
setStore(VirtualNetworkStore) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
Only used for Junit test methods outside of this package.
setTcpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTotalPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTrafficDurationSec(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTrafficStatistics(TrafficStatInfo) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the traffic statistic information.
setTrafficThroughputBps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTrafficThroughputPps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTunnelId(TunnelId) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set tunnel id.
setUdpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setUniqueFlows(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setUnknownFlows(List<FlowStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the unknown flows information.
setupTunnel(ApplicationId, ElementId, Tunnel, Path) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
setupTunnel(Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to setup a tunnel.
setupTunnel(ElementId, Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to setup a tunnel given the respective device.
setupTunnel(ApplicationId, ElementId, Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Creates a tunnel with given path and default initial state.
severity() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns the severity.
severity() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
simplify(String) - Static method in class org.onosproject.cli.net.IntentDetailsCommand
Simplify toString result for CLI.
SinglePointToMultiPointIntentCodec - Class in org.onosproject.codec.impl
Single Point to Multi Point intent codec.
SinglePointToMultiPointIntentCodec() - Constructor for class org.onosproject.codec.impl.SinglePointToMultiPointIntentCodec
 
SLOT_GRANULARITY - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
SLOT_GRANULARITY - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
source() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns an entity within the context of this alarm's device.
source() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
source() - Method in class org.onosproject.incubator.net.routing.Route
Returns the route source.
SPACING_MULIPLIER - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
SPACING_MULTIPLIER - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
src() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
src() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
src() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
the origin of a tunnel.
src() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns the connection point source.
src() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns source point of tunnel.
src(ConnectPoint) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the source connect point to be used by the builder.
srcMac() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
srcMac() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the source MAC address of the message.
START - Static variable in class org.onosproject.cli.StartStopCompleter
 
start() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Starts the virtual port.
startMonitoringIp(IpAddress) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
startPacketHandling() - Method in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
startPacketHandling() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualPacketProvider
Starts to deliver packets to virtual packet managers.
StartStopCompleter - Class in org.onosproject.cli
Start/stop command completer.
StartStopCompleter() - Constructor for class org.onosproject.cli.StartStopCompleter
 
startTimer(String) - Method in class org.onosproject.utils.MeteringAgent
Initializes a specific timer for a given operation.
STATE - Static variable in class org.onosproject.codec.impl.IntentCodec
 
state() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
state() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns the tunnel state.
state(Link.State) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the link state to be used by the builder.
state() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Returns the virtual port state.
STOP - Static variable in class org.onosproject.cli.StartStopCompleter
 
stop() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Stops the virtual port.
stop(Throwable) - Method in class org.onosproject.utils.MeteringAgent.Context
Stops timer given a specific context and updates all related metrics.
stopMonitoringIp(IpAddress) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
 
storageService - Variable in class org.onosproject.incubator.net.meter.impl.MeterManager
 
store - Variable in class org.onosproject.incubator.net.mcast.impl.MulticastRouteManager
 
store - Variable in class org.onosproject.incubator.net.meter.impl.MeterManager
 
store - Variable in class org.onosproject.incubator.net.resource.label.impl.LabelResourceManager
 
store - Variable in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
store - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
store - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
store - Variable in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
storeBatch(NetworkId, FlowRuleBatchOperation) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Stores a batch of flow rules.
storeFlowRule(NetworkId, FlowRule) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Deprecated.
in Cardinal Release
SubjectClassKeyCompleter - Class in org.onosproject.cli.cfg
Network configuration subject class key completer.
SubjectClassKeyCompleter() - Constructor for class org.onosproject.cli.cfg.SubjectClassKeyCompleter
 
SubjectKeyCompleter - Class in org.onosproject.cli.cfg
Network configuration subject key completer.
SubjectKeyCompleter() - Constructor for class org.onosproject.cli.cfg.SubjectKeyCompleter
 
submit(IntentDomainId, IntentResource) - Method in class org.onosproject.incubator.net.domain.impl.IntentDomainManager
 
submit(IntentDomainId, IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Submits an intent resource to the intent domain for installation.
submit(MeterRequest) - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
submit(Intent) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
SUBTYPE - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
SummaryCommand - Class in org.onosproject.cli
Provides summary of ONOS model.
SummaryCommand() - Constructor for class org.onosproject.cli.SummaryCommand
 

T

TABLE_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
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
 
TableStatisticsEntryCodec - Class in org.onosproject.codec.impl
Table statistics entry JSON codec.
TableStatisticsEntryCodec() - Constructor for class org.onosproject.codec.impl.TableStatisticsEntryCodec
 
target() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
target() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the target IP address of the message.
TARGET_ADDRESS - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TCP_PORT - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TCP_PORT - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
tcpPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic TCP packets.
TENANT_ID_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
TenantAddCommand - Class in org.onosproject.cli.net.vnet
Creates a new virtual network tenant.
TenantAddCommand() - Constructor for class org.onosproject.cli.net.vnet.TenantAddCommand
 
tenantId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualNetwork
 
TenantId - Class in org.onosproject.incubator.net.virtual
Representation of network tenant.
TenantId() - Constructor for class org.onosproject.incubator.net.virtual.TenantId
 
tenantId(String) - Static method in class org.onosproject.incubator.net.virtual.TenantId
Creates a tenant id using the supplied backing id.
tenantId() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetwork
Returns the identifier of the tenant to which this virtual network belongs.
TenantIdCodec - Class in org.onosproject.codec.impl
Codec for the TenantId class.
TenantIdCodec() - Constructor for class org.onosproject.codec.impl.TenantIdCodec
 
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
 
TestProtectionEndpointIntentCommand - Class in org.onosproject.cli.net
Test tool to add ProtectionEndpointIntent.
TestProtectionEndpointIntentCommand() - Constructor for class org.onosproject.cli.net.TestProtectionEndpointIntentCommand
 
THRESHOLD - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
time() - Method in class org.onosproject.common.DefaultTopology
 
timeCleared() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns the time when cleared.
timeCleared() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
timeRaised() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns the time when raised.
timeRaised() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
timeUpdated() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns time at which the alarm was updated most recently, due to some change in the device, or ONOS.
timeUpdated() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
toLong() - Method in class org.onosproject.incubator.net.tunnel.OpticalLogicId
 
topology - Variable in class org.onosproject.cli.net.TopologyCommand
 
topologyChanged(Set<Set<ConnectPoint>>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProviderService
Set of separate topology clusters expressed in terms of connect points which belong to the same SCC of the underlying topology.
TopologyClusterCodec - Class in org.onosproject.codec.impl
Topology cluster JSON codec.
TopologyClusterCodec() - Constructor for class org.onosproject.codec.impl.TopologyClusterCodec
 
TopologyCodec - Class in org.onosproject.codec.impl
Topology JSON codec.
TopologyCodec() - Constructor for class org.onosproject.codec.impl.TopologyCodec
 
TopologyCommand - Class in org.onosproject.cli.net
Lists summary of the current topology.
TopologyCommand() - Constructor for class org.onosproject.cli.net.TopologyCommand
 
topologyListener - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
topologyService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
topologyService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualNetworkProvider
 
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.
toString() - Method in class org.onosproject.common.DefaultTopology
 
toString() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
 
toString() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
 
toString() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
toString() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
toString() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
toString() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
toString() - Method in class org.onosproject.incubator.net.intf.Interface
 
toString() - Method in class org.onosproject.incubator.net.intf.InterfaceEvent
 
toString() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
toString() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
 
toString() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
 
toString() - Method in class org.onosproject.incubator.net.routing.NextHop
 
toString() - Method in class org.onosproject.incubator.net.routing.NextHopData
 
toString() - Method in class org.onosproject.incubator.net.routing.ResolvedRoute
 
toString() - Method in class org.onosproject.incubator.net.routing.Route
 
toString() - Method in class org.onosproject.incubator.net.routing.RouteEvent
 
toString() - Method in class org.onosproject.incubator.net.routing.RouteTableId
 
toString() - Method in class org.onosproject.incubator.net.tunnel.DefaultLabelStack
 
toString() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
toString() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
toString() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
toString() - Method in class org.onosproject.incubator.net.tunnel.DomainTunnelId
 
toString() - Method in class org.onosproject.incubator.net.tunnel.IpTunnelEndPoint
 
toString() - Method in class org.onosproject.incubator.net.tunnel.NetworkTunnelId
 
toString() - Method in class org.onosproject.incubator.net.tunnel.TunnelId
 
toString() - Method in class org.onosproject.incubator.net.tunnel.TunnelName
 
toString() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
 
toString() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualDevice
 
toString() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualHost
 
toString() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
toString() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualNetwork
 
toString() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
toString() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
 
totalNum() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns total number.
totalPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic total packets.
trafficDurationSec() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic duration second.
TrafficSelectorCodec - Class in org.onosproject.codec.impl
Traffic selector codec.
TrafficSelectorCodec() - Constructor for class org.onosproject.codec.impl.TrafficSelectorCodec
 
TrafficStatInfo - Class in org.onosproject.incubator.net.dpi
Traffic statistic information.
TrafficStatInfo() - Constructor for class org.onosproject.incubator.net.dpi.TrafficStatInfo
Constructor for default TrafficStatInfo class.
TrafficStatInfo(long, long, long, long, long, int, int, long, long, double, double, double, double, double, int) - Constructor for class org.onosproject.incubator.net.dpi.TrafficStatInfo
Constructor for TrafficStatInfo class specified with traffic statistic parameters.
TrafficStatInfoCodec - Class in org.onosproject.incubator.net.dpi
Implementation of encoder for TrafficStatInfo codec.
TrafficStatInfoCodec() - Constructor for class org.onosproject.incubator.net.dpi.TrafficStatInfoCodec
 
trafficStatistics() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Returns DPI traffic statistic information.
trafficThroughputBps() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns total traffic throughput Bps(Byte per second).
trafficThroughputPps() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns total traffic throughput Pps(Packet per second).
TrafficTreatmentCodec - Class in org.onosproject.codec.impl
Traffic treatment codec.
TrafficTreatmentCodec() - Constructor for class org.onosproject.codec.impl.TrafficTreatmentCodec
 
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
 
translateToAlarm(DeviceId, InputStream) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmTranslator
Translates message from device into an alarm with appropriate information.
TransportEndpointDescriptionCodec - Class in org.onosproject.codec.impl
JSON Codec for TransportEndpointDescription.
TransportEndpointDescriptionCodec() - Constructor for class org.onosproject.codec.impl.TransportEndpointDescriptionCodec
 
TraversalMode - Enum in org.onosproject.incubator.elasticcfg
Traversal Modes for the PropConfig Stores.
treatment(TrafficTreatment) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
TRIBUTARY_PORT_NUMBER - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TRIBUTARY_PORT_NUMBER - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
TRIBUTARY_SLOT_BITMAP - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TRIBUTARY_SLOT_BITMAP - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
TRIBUTARY_SLOT_LEN - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TRIBUTARY_SLOT_LEN - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
triggerProbe(DeviceId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmProvider
Triggers an asynchronous discovery of the alarms on the specified device, intended to refresh internal alarm model for the device.
Tunnel - Interface in org.onosproject.incubator.net.tunnel
Abstraction of a generalized Tunnel entity (bandwidth pipe) for either L3/L2 networks or L1/L0 networks, representation of e.g., VLAN, GRE tunnel, MPLS LSP, L1 ODUk connection, WDM OCH, etc..
Tunnel.State - Enum in org.onosproject.incubator.net.tunnel
Representation of the tunnel state.
Tunnel.Type - Enum in org.onosproject.incubator.net.tunnel
Tunnel technology type.
TUNNEL_ID - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TUNNEL_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
tunnelAdded(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Signals that the provider has added a tunnel.
tunnelAdded(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the provider has added a tunnel.
tunnelAdded(TunnelDescription, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the provider has added a tunnel with a status which may not be default, hence is provided as an input.
TunnelAdminService - Interface in org.onosproject.incubator.net.tunnel
Service for administering the inventory of provisioned tunnels.
TunnelBorrowCommand - Class in org.onosproject.cli.net
Borrows tunnels.
TunnelBorrowCommand() - Constructor for class org.onosproject.cli.net.TunnelBorrowCommand
 
tunnelCount() - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
tunnelCount() - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns all tunnels.
tunnelCount() - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Returns all tunnels.
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
 
TunnelDescription - Interface in org.onosproject.incubator.net.tunnel
Describes a tunnel.
tunnelDown(NetworkId, ConnectPoint, ConnectPoint, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProviderService
This method is used to notify the VirtualNetwork service that a tunnel is now FAILED or INACTIVE.
TunnelEndPoint - Interface in org.onosproject.incubator.net.tunnel
Represents for source end point or destination end point of a tunnel.
TunnelEndPointFormatter - Class in org.onosproject.incubator.net.tunnel
Formats an optical tunnel endpoint as "(type)/(element-id)/(port)".
TunnelEvent - Class in org.onosproject.incubator.net.tunnel
Describes tunnel events.
TunnelEvent(TunnelEvent.Type, Tunnel) - Constructor for class org.onosproject.incubator.net.tunnel.TunnelEvent
Creates an event of a given type and for the specified tunnel.
TunnelEvent(TunnelEvent.Type, Tunnel, long) - Constructor for class org.onosproject.incubator.net.tunnel.TunnelEvent
Creates an event of a given type and for the specified link and the current time.
TunnelEvent.Type - Enum in org.onosproject.incubator.net.tunnel
Type of tunnel events.
tunnelId() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
tunnelId() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns tunnel identify generated by ONOS as primary key.
TunnelId - Class in org.onosproject.incubator.net.tunnel
Representation of a Tunnel Id.
tunnelId() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns tunnel identity.
tunnelId(TunnelId) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the tunnel identifier to be used by the builder.
tunnelId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
Returns the tunnel identifier.
tunnelId() - Method in interface org.onosproject.incubator.net.virtual.VirtualLink
Returns the tunnel identifier to which this virtual link belongs.
TunnelListener - Interface in org.onosproject.incubator.net.tunnel
Entity capable of receiving tunnel related events.
TunnelManager - Class in org.onosproject.incubator.net.tunnel.impl
Provides implementation of the tunnel NB/SB APIs.
TunnelManager() - Constructor for class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
tunnelName() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
tunnelName() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
tunnelName() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Return the name of a tunnel.
tunnelName() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Return the name of a tunnel.
TunnelName - Class in org.onosproject.incubator.net.tunnel
Represents for a unique tunnel name.
tunnelName(String) - Static method in class org.onosproject.incubator.net.tunnel.TunnelName
Creates a tunnel name using the supplied URI string.
tunnelName() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns tunnel name.
TunnelPrimitive - Class in org.onosproject.incubator.net.domain
Provides connectivity through a domain.
TunnelPrimitive(ApplicationId, ConnectPoint, ConnectPoint) - Constructor for class org.onosproject.incubator.net.domain.TunnelPrimitive
 
TunnelProvider - Interface in org.onosproject.incubator.net.tunnel
Abstraction of an entity providing tunnel setup/release services to the core.
TunnelProviderRegistry - Interface in org.onosproject.incubator.net.tunnel
Abstraction of an tunnel provider registry.
TunnelProviderService - Interface in org.onosproject.incubator.net.tunnel
APIs for tunnel provider to notify the tunnel subSystem.
tunnelQueryById(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Signals that the a tunnel was queried.
tunnelQueryById(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the a tunnel was queried.
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
 
tunnelRemoved(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Signals that the provider has removed a tunnel.
tunnelRemoved(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the provider has removed a tunnel.
TunnelReturnCommand - Class in org.onosproject.cli.net
Returns tunnels.
TunnelReturnCommand() - Constructor for class org.onosproject.cli.net.TunnelReturnCommand
 
TunnelService - Interface in org.onosproject.incubator.net.tunnel
Service for interacting with the inventory of tunnels.
TunnelStatistics - Interface in org.onosproject.incubator.net.tunnel
Statistics of a tunnel.
TunnelStore - Interface in org.onosproject.incubator.net.tunnel
Manages inventory of tunnel; not intended for direct use.
TunnelStoreDelegate - Interface in org.onosproject.incubator.net.tunnel
Tunnel store delegate abstraction.
TunnelSubscription - Class in org.onosproject.incubator.net.tunnel
Represents for a order that consumer subscribe tunnel.
TunnelSubscription(ApplicationId, TunnelEndPoint, TunnelEndPoint, TunnelId, Tunnel.Type, TunnelName, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.TunnelSubscription
Creates a TunnelSubscription.
tunnelUp(NetworkId, ConnectPoint, ConnectPoint, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProviderService
This method is used to notify the VirtualNetwork service that a tunnel is now ACTIVE.
TunnelUpdateCommand - Class in org.onosproject.cli.net
Supports for updating a tunnel by tunnel identity.
TunnelUpdateCommand() - Constructor for class org.onosproject.cli.net.TunnelUpdateCommand
 
tunnelUpdated(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Signals that the a tunnel was changed (e.g., sensing changes of tunnel).It's used by producers.
tunnelUpdated(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the a tunnel was changed (e.g., sensing changes of tunnel).
tunnelUpdated(TunnelDescription, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the tunnel was changed with tunnel status change.
two() - Method in class org.onosproject.incubator.net.domain.TunnelPrimitive
The getter for the second connection point associated with a tunnel.
TYPE - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
TYPE - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
TYPE - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
TYPE - Static variable in class org.onosproject.codec.impl.IntentCodec
 
type() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the type of the instance node.
type() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
type() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the message type of the packet.
type() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceRequest
Returns request type.
type() - Method in class org.onosproject.incubator.net.tunnel.DefaultOpticalTunnelEndPoint
 
type() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
type() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
type() - Method in interface org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint
Returns the tunnel point type.
type() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns the tunnel type.
type() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns the tunnel type.
type() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns tunnel type.
TYPES - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 

U

UDP_PORT - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
UDP_PORT - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
udpPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic UDP packets.
UiViewListCommand - Class in org.onosproject.cli
Lists all UI views.
UiViewListCommand() - Constructor for class org.onosproject.cli.UiViewListCommand
 
uniqueFlows() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic the number of unique flows.
unknownFlows() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Returns DPI unknown flows.
unregisterCodec(Class<?>) - Method in class org.onosproject.codec.impl.CodecManager
 
unregisterNeighbourHandler(ConnectPoint, NeighbourMessageHandler, ApplicationId) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
unregisterNeighbourHandler(Interface, NeighbourMessageHandler, ApplicationId) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
unregisterNeighbourHandler(ConnectPoint, NeighbourMessageHandler, ApplicationId) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Unregisters a neighbour message handler that was assigned to a connect point.
unregisterNeighbourHandler(Interface, NeighbourMessageHandler, ApplicationId) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Unregisters a neighbour message handler that was assigned to an interface.
unregisterNeighbourHandlers(ApplicationId) - Method in class org.onosproject.incubator.net.neighbour.impl.NeighbourResolutionManager
 
unregisterNeighbourHandlers(ApplicationId) - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Unregisters all neighbour handlers that were registered by the given application.
unregisterProvider(VirtualProvider) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
unregisterProvider(VirtualProvider) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Unregisters the supplied virtual provider.
unregisterProviderService(NetworkId, VirtualProviderService) - Method in class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
unregisterProviderService(NetworkId, VirtualProviderService) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Unregisters the supplied virtual provider service.
unregisterTenantId(TenantId) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
unregisterTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Unregisters the specified, externally generated tenant identifier.
unsetDelegate(NetworkId, D) - Method in interface org.onosproject.incubator.net.virtual.VirtualStore
Withdraws the delegate from the store.
unsetProvider() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Unsets the provider for the intent domain.
UP - Static variable in class org.onosproject.cli.UpDownCompleter
 
update(Collection<Route>) - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
update(Collection<Route>) - Method in interface org.onosproject.incubator.net.routing.RouteAdminService
Updates the given routes in the route service.
updateAlarmList(DeviceId, Collection<Alarm>) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmProviderService
Sends active alarm list for a device.
updateBookkeepingFields(AlarmId, boolean, String) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Update book-keeping (ie administrative) fields for the alarm matching the specified identifier.
updateLink(VirtualLink, TunnelId, Link.State) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Updates the tunnelId in the virtual link.
updateNextHop(IpAddress, NextHopData) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Updates a next hop information in the store.
updateNode(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Creates/Updates a node in the elastic config store.
updateNode(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Creates/Updates a node in the ElasticConfigStore.
updatePorts(DeviceId, List<VirtualPortDescription>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Updates information about all ports of a device.
updatePortStatistics(DeviceId, Collection<PortStatistics>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Updates statistics about all ports of a device.
updateRecursive(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Creates/Updates nodes in the elastic config store, recursively by creating all missing intermediate nodes in the path.
updateRecursive(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Creates/Updates nodes in the ElasticConfigStore, recursively by creating all missing intermediate nodes in the path.
updateRoute(Route) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Adds or updates the given route in the store.
updateTableStatistics(NetworkId, DeviceId, List<TableStatisticsEntry>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Updates the flow table statistics of the specified device using the given statistics.
updateTime(String) - Method in class org.onosproject.common.app.ApplicationArchive
Updates the time-stamp of the app descriptor file.
updateTunnel(Tunnel, Path) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
updateTunnel(Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Invokes the core to update a tunnel based on specified tunnel parameters.
updateTunnel(Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to update a tunnel.
updateTunnel(ElementId, Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to update a tunnel given the respective device.
updateTunnelState(Tunnel, Tunnel.State) - Method in class org.onosproject.incubator.net.tunnel.impl.TunnelManager
 
updateTunnelState(Tunnel, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Updates the state of a tunnel.
UpDownCompleter - Class in org.onosproject.cli
Up/down command completer.
UpDownCompleter() - Constructor for class org.onosproject.cli.UpDownCompleter
 
uri - Variable in class org.onosproject.cli.net.DevicePortsListCommand
 
usedNum() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns used number.

V

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.
value() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the value of the instance node.
value() - Method in class org.onosproject.incubator.elasticcfg.ElasticConfigEvent
Returns the config node value.
value() - Method in class org.onosproject.incubator.net.tunnel.TunnelName
The string of tunnel name.
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.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.ConfigStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.ElasticConfigEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.TraversalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.domain.IntentDomainEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.onosproject.incubator.net.domain.IntentDomainId
Creates an intent domain identifier from the specified string representation.
valueOf(String) - Static method in enum org.onosproject.incubator.net.faultmanagement.alarm.Alarm.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.faultmanagement.alarm.AlarmEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.intf.InterfaceEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.neighbour.NeighbourMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.neighbour.NeighbourProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.resource.label.LabelResourceEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.resource.label.LabelResourceRequest.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.routing.Route.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.routing.RouteEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class org.onosproject.incubator.net.tunnel.DomainTunnelId
Creates a tunnel identifier from the specified tunnel.
valueOf(String) - Static method in class org.onosproject.incubator.net.tunnel.DomainTunnelId
Creates a tunnel identifier from the specified tunnel.
valueOf(long) - Static method in class org.onosproject.incubator.net.tunnel.NetworkTunnelId
Creates an tunnel identifier from the specified tunnel.
valueOf(String) - Static method in class org.onosproject.incubator.net.tunnel.NetworkTunnelId
 
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.TunnelEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.onosproject.incubator.net.tunnel.TunnelId
Creates an tunnel identifier from the specified tunnel.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.event.VirtualEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.VirtualNetworkEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.VirtualPortDescription.State
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.
values() - Static method in enum org.onosproject.incubator.elasticcfg.ConfigStoreType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.elasticcfg.ElasticConfigEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.elasticcfg.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.elasticcfg.TraversalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.domain.IntentDomainEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.faultmanagement.alarm.Alarm.SeverityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.faultmanagement.alarm.AlarmEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.intf.InterfaceEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.neighbour.NeighbourMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.neighbour.NeighbourProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.resource.label.LabelResourceEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.resource.label.LabelResourceRequest.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.routing.Route.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.routing.RouteEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.TunnelEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.event.VirtualEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.VirtualNetworkEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.VirtualPortDescription.State
Returns an array containing the constants of this enum type, in the order they are declared.
VIRTUAL_DEVICE_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
VIRTUAL_NETWORK_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
VIRTUAL_NETWORK_TOPIC - Static variable in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
The topic used for obtaining globally unique ids.
VIRTUAL_PORT_COMPARATOR - Static variable in class org.onosproject.utils.Comparators
 
VirtualDevice - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual device.
virtualDevice() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Returns virtual device affected by event - may be null (for events relating to tenants, virtual networks and virtual ports).
VirtualDeviceCodec - Class in org.onosproject.codec.impl
Codec for the VirtualDevice class.
VirtualDeviceCodec() - Constructor for class org.onosproject.codec.impl.VirtualDeviceCodec
 
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
 
VirtualDeviceProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual device information provider.
VirtualDeviceProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual device providers can inject virtual device information into the core.
VirtualDeviceRemoveCommand - Class in org.onosproject.cli.net.vnet
Removes a virtual device.
VirtualDeviceRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualDeviceRemoveCommand
 
VirtualElement - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual element.
VirtualEvent<E extends org.onosproject.event.Event> - Class in org.onosproject.incubator.net.virtual.event
Base class for virtual network event that encapsulates a normal event.
VirtualEvent(NetworkId, VirtualEvent.Type, E) - Constructor for class org.onosproject.incubator.net.virtual.event.VirtualEvent
 
VirtualEvent(NetworkId, VirtualEvent.Type, E, long) - Constructor for class org.onosproject.incubator.net.virtual.event.VirtualEvent
 
VirtualEvent.Type - Enum in org.onosproject.incubator.net.virtual.event
Type of virtual network events.
VirtualFlowRuleProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual flow rule provider.
VirtualFlowRuleProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual flow rule providers can inject information into the core.
VirtualFlowsListCommand - Class in org.onosproject.cli.net.vnet
Lists all currently-known flows.
VirtualFlowsListCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualFlowsListCommand
 
VirtualGroupProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of group provider for virtual network.
VirtualGroupProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which Group providers can inject information into the virtual network core.
VirtualHost - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual end-station host.
VirtualHostCodec - Class in org.onosproject.codec.impl
Codec for the VirtualHost class.
VirtualHostCodec() - Constructor for class org.onosproject.codec.impl.VirtualHostCodec
 
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
 
VirtualLink - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual link.
VirtualLinkCodec - Class in org.onosproject.codec.impl
Codec for the VirtualLink class.
VirtualLinkCodec() - Constructor for class org.onosproject.codec.impl.VirtualLinkCodec
 
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
 
VirtualListenerRegistryManager - Class in org.onosproject.incubator.net.virtual.event
Base implementation of an virtual event sink and a registry capable of tracking listeners and dispatching events to them as part of event sink processing.
VirtualMeterProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a Meter provider for virtual network.
VirtualMeterProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which meter providers can inject information into the virtual network subsystem core.
VirtualNetwork - Interface in org.onosproject.incubator.net.virtual
Representation of a virtual network.
virtualNetworkAdminService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualFlowRuleProvider
 
virtualNetworkAdminService - Variable in class org.onosproject.incubator.net.virtual.impl.provider.DefaultVirtualPacketProvider
 
VirtualNetworkAdminService - Interface in org.onosproject.incubator.net.virtual
Service for managing the inventory of virtual networks.
VirtualNetworkCodec - Class in org.onosproject.codec.impl
Codec for the VirtualNetwork class.
VirtualNetworkCodec() - Constructor for class org.onosproject.codec.impl.VirtualNetworkCodec
 
VirtualNetworkCreateCommand - Class in org.onosproject.cli.net.vnet
Creates a new virtual network.
VirtualNetworkCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkCreateCommand
 
VirtualNetworkDeviceManager - Class in org.onosproject.incubator.net.virtual.impl
Device service implementation built on the virtual network service.
VirtualNetworkDeviceManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkDeviceManager
Creates a new VirtualNetworkDeviceService object.
VirtualNetworkEvent - Class in org.onosproject.incubator.net.virtual
Describes virtual network event.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, VirtualDevice) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject and the virtual device.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, VirtualPort) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject and the virtual port.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, long) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject and time.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, VirtualDevice, long) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject, virtual device and time.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, VirtualPort, long) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject, virtual port and time.
VirtualNetworkEvent.Type - Enum in org.onosproject.incubator.net.virtual
Type of virtual network events.
VirtualNetworkFlowRuleManager - Class in org.onosproject.incubator.net.virtual.impl
Flow rule service implementation built on the virtual network service.
VirtualNetworkFlowRuleManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkFlowRuleManager
Creates a new VirtualNetworkFlowRuleService object.
VirtualNetworkFlowRuleStore - Interface in org.onosproject.incubator.net.virtual
 
VirtualNetworkHostManager - Class in org.onosproject.incubator.net.virtual.impl
Host service implementation built on the virtual network service.
VirtualNetworkHostManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkHostManager
Creates a new virtual network host service object.
VirtualNetworkIntent - Class in org.onosproject.incubator.net.virtual
Abstraction of VirtualNetworkIntent connectivity.
VirtualNetworkIntent() - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
Constructor for serializer.
VirtualNetworkIntent.Builder - Class in org.onosproject.incubator.net.virtual
Builder of a point to point intent.
VirtualNetworkIntentCreateCommand - Class in org.onosproject.cli.net.vnet
Installs virtual network intents.
VirtualNetworkIntentCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkIntentCreateCommand
 
VirtualNetworkIntentManager - Class in org.onosproject.incubator.net.virtual.impl
Intent service implementation built on the virtual network service.
VirtualNetworkIntentManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
Creates a new VirtualNetworkIntentService object.
VirtualNetworkIntentRemoveCommand - Class in org.onosproject.cli.net.vnet
Removes a virtual network intent.
VirtualNetworkIntentRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkIntentRemoveCommand
 
VirtualNetworkLinkManager - Class in org.onosproject.incubator.net.virtual.impl
Link service implementation built on the virtual network service.
VirtualNetworkLinkManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkLinkManager
Creates a new VirtualNetworkLinkService object.
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
 
VirtualNetworkListener - Interface in org.onosproject.incubator.net.virtual
Represents entity capable of receiving virtual network events.
VirtualNetworkManager - Class in org.onosproject.incubator.net.virtual.impl
Implementation of the virtual network service.
VirtualNetworkManager() - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkManager
 
VirtualNetworkPacketManager - Class in org.onosproject.incubator.net.virtual.impl
 
VirtualNetworkPacketManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPacketManager
 
VirtualNetworkPacketManager.InternalStoreDelegate - Class in org.onosproject.incubator.net.virtual.impl
Internal callback from the packet store.
VirtualNetworkPacketStore - Interface in org.onosproject.incubator.net.virtual
 
VirtualNetworkPathManager - Class in org.onosproject.incubator.net.virtual.impl
Path service implementation built on the virtual network service.
VirtualNetworkPathManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkPathManager
Creates a new virtual network path service object.
VirtualNetworkProvider - Interface in org.onosproject.incubator.net.virtual.provider
Entity capable of providing traffic isolation constructs for use in implementation of virtual devices and virtual links.
VirtualNetworkProviderRegistry - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual network provider registry.
VirtualNetworkProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual network providers can inject information into the core.
VirtualNetworkRemoveCommand - Class in org.onosproject.cli.net.vnet
Removes a virtual network.
VirtualNetworkRemoveCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualNetworkRemoveCommand
 
VirtualNetworkService - Interface in org.onosproject.incubator.net.virtual
Service for querying virtual network inventory.
VirtualNetworkStore - Interface in org.onosproject.incubator.net.virtual
Mechanism for distributing and storing virtual network model information.
VirtualNetworkStoreDelegate - Interface in org.onosproject.incubator.net.virtual
Network configuration store delegate abstraction.
VirtualNetworkTopologyManager - Class in org.onosproject.incubator.net.virtual.impl
Topology service implementation built on the virtual network service.
VirtualNetworkTopologyManager(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.impl.VirtualNetworkTopologyManager
Creates a new VirtualNetworkTopologyService object.
VirtualPacketContext - Class in org.onosproject.incubator.net.virtual.impl.provider
Represents context for processing an inbound packet for a virtual network and (optionally) emitting a corresponding outbound packet.
VirtualPacketContext(long, InboundPacket, OutboundPacket, boolean, NetworkId, DefaultVirtualPacketProvider) - Constructor for class org.onosproject.incubator.net.virtual.impl.provider.VirtualPacketContext
Creates a new packet context.
VirtualPacketProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual packet provider capable of emitting packets from virtual network core services to the underlay network.
VirtualPacketProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Entity capable of processing inbound packets for virtual networks.
virtualPort() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Returns virtual port affected by event - may be null (for events relating to tenants, virtual networks and virtual devices).
VirtualPort - Interface in org.onosproject.incubator.net.virtual
Representation of a virtual port.
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
 
VirtualPortCodec - Class in org.onosproject.codec.impl
Codec for the VirtualPort class.
VirtualPortCodec() - Constructor for class org.onosproject.codec.impl.VirtualPortCodec
 
VirtualPortCreateCommand - Class in org.onosproject.cli.net.vnet
Creates a new virtual port.
VirtualPortCreateCommand() - Constructor for class org.onosproject.cli.net.vnet.VirtualPortCreateCommand
 
VirtualPortDescription - Interface in org.onosproject.incubator.net.virtual
Information about a virtual port.
VirtualPortDescription.State - Enum in org.onosproject.incubator.net.virtual
Representation of the virtual port.
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
 
VirtualProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a provider of information about virtual network environment.
VirtualProviderManager - Class in org.onosproject.incubator.net.virtual.impl.provider
Implementation of the virtual provider registry and providerService registry service.
VirtualProviderManager() - Constructor for class org.onosproject.incubator.net.virtual.impl.provider.VirtualProviderManager
 
VirtualProviderRegistryService - Interface in org.onosproject.incubator.net.virtual.provider
Registry for tracking information providers with the core.
VirtualProviderService<P extends VirtualProvider> - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a service through which virtual providers can inject information about the network environment into the virtual core.
VirtualStore<E extends org.onosproject.event.Event,D extends org.onosproject.store.StoreDelegate<E>> - Interface in org.onosproject.incubator.net.virtual
Abstraction of a entity capable of storing and/or distributing information for virtual network across a cluster.
VLAN - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
vlan() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the VLAN ID that is assigned to the interface.
vlan() - Method in class org.onosproject.incubator.net.neighbour.impl.DefaultNeighbourMessageContext
 
vlan() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the vlan of the packet, if any.
VLAN_ID - Static variable in class org.onosproject.codec.impl.CriterionCodec
 
VLAN_ID - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
VLAN_NATIVE - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
VLAN_PCP - Static variable in class org.onosproject.codec.impl.InstructionCodec
 
VLAN_TAGGED - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
VLAN_UNTAGGED - Static variable in class org.onosproject.incubator.net.config.basics.InterfaceConfig
 
vlanNative() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the set of VLAN IDs that will be allowed on this interface.
vlanTagged() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the set of VLAN IDs that will be allowed on this interface.
vlanUntagged() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the VLAN ID that will be assign to untagged packets.
VnetService - Interface in org.onosproject.incubator.net.virtual
Virtual network service interface.

W

WAYPOINTS - Static variable in class org.onosproject.codec.impl.ConstraintCodec
 
WebApplicationExceptionMapper - Class in org.onlab.rest.exceptions
Exception mapper for WebApplicationExceptions.
WebApplicationExceptionMapper() - Constructor for class org.onlab.rest.exceptions.WebApplicationExceptionMapper
 
WipeOutCommand - Class in org.onosproject.cli.net
Wipes-out the entire network information base, i.e.
WipeOutCommand() - Constructor for class org.onosproject.cli.net.WipeOutCommand
 
withAcknowledged(boolean) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
withAssignedUser(String) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
withdraw(MeterRequest, MeterId) - Method in class org.onosproject.incubator.net.meter.impl.MeterManager
 
withdraw(Collection<Route>) - Method in class org.onosproject.incubator.net.routing.impl.RouteManager
 
withdraw(Collection<Route>) - Method in interface org.onosproject.incubator.net.routing.RouteAdminService
Withdraws the given routes from the route service.
withdraw(Intent) - Method in class org.onosproject.incubator.net.virtual.impl.VirtualNetworkIntentManager
 
withId(AlarmId) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
withManuallyClearable(boolean) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
withServiceAffecting(boolean) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
withTimeCleared(Long) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
withTimeUpdated(long) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
writeTo(ObjectNode, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.onlab.rest.JsonBodyWriter
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links