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

AbnormalJsonNodeException - Exception in org.onosproject.ovsdb.rfc.exception
AbnormalJsonNodeException exception is thrown when the received JsonNode is invalid.
AbnormalJsonNodeException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.AbnormalJsonNodeException
Constructs a AbnormalJsonNodeException object.
AbnormalJsonNodeException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.AbnormalJsonNodeException
Constructs a AbnormalJsonNodeException object.
Abort - Class in org.onosproject.ovsdb.rfc.operations
assert operation.Refer to RFC 7047 Section 5.2.
Abort() - Constructor for class org.onosproject.ovsdb.rfc.operations.Abort
Constructs a Abort object.
AbstractOvsdbTableService - Class in org.onosproject.ovsdb.rfc.tableservice
Representation of conversion between Ovsdb table and Row.
AbstractOvsdbTableService(DatabaseSchema, Row, OvsdbTable, VersionNum) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
Constructs a AbstractOvsdbTableService object.
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(ApplicationId, String) - Method in interface org.onosproject.incubator.component.ComponentService
Activates the component identified by the given name.
activate() - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
add(Interface) - Method in interface org.onosproject.incubator.net.intf.InterfaceAdminService
Adds a new interface configuration to the system.
addChildren(Class<ConfigNode>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode.Builder
Adds children to the children field.
addColumn(String, Column) - Method in class org.onosproject.ovsdb.rfc.notation.Row
add Column.
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.
addConnectedNode(OvsdbNodeId, OvsdbClientService) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbAgent
Add a node that has just connected to the system.
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.
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.
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.
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.
addNodeListener(OvsdbNodeListener) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Adds Node Event Listener.
addOrUpdateIntent(Intent, IntentState) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Add or update the intent to the store.
addOvsdbEventListener(OvsdbEventListener) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Adds ovsdb event listener.
addPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual port to the network.
addTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new tenant ID to the store.
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.
annotations() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
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
 
apply(IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider apply the path from the intent resource.
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.
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 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.
Assert - Class in org.onosproject.ovsdb.rfc.operations
assert operation.Refer to RFC 7047 Section 5.2.
Assert(String) - Constructor for class org.onosproject.ovsdb.rfc.operations.Assert
Constructs a Assert object.
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
 
AtomicColumnType - Class in org.onosproject.ovsdb.rfc.schema.type
The "atomic-type" specifies the type of data stored in this column.
AtomicColumnType(BaseType) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
Constructs a AtomicColumnType object.
AtomicColumnType(BaseType, int, int) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
Constructs a AtomicColumnType object.
avgPktSize() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic average packet size.

B

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.
baseType() - Method in class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
Get baseType.
BaseType - Interface in org.onosproject.ovsdb.rfc.schema.type
One of the strings "integer", "real", "boolean", "string", or "uuid", representing the specified scalar type.
BaseTypeFactory - Class in org.onosproject.ovsdb.rfc.schema.type
BaseType Factory class.
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Binds an existing virtual port on the specified device.
BooleanBaseType - Class in org.onosproject.ovsdb.rfc.schema.type
One of the strings "integer", "real", "boolean", "string", or "uuid", representing the specified scalar type.
BooleanBaseType() - Constructor for class org.onosproject.ovsdb.rfc.schema.type.BooleanBaseType
 
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.
BRIDGE - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Bridge table.
Bridge - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Bridge Table.
Bridge(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Bridge
Constructs a Bridge object.
Bridge.BridgeColumn - Enum in org.onosproject.ovsdb.rfc.table
Bridge table column name.
BridgeCreateException - Exception in org.onosproject.ovsdb.rfc.exception
This exception is thrown when Bridge creation fails.
BridgeCreateException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.BridgeCreateException
Constructs a BridgeCreateException object.
BridgeCreateException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.BridgeCreateException
Constructs a BridgeCreateException object.
BRIDGES - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Open_vSwitch table.
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.
build() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Builds an immutable OVSDB bridge.
build() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface.Builder
Returns new OVSDB interface.
build() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns new OVSDB mirror.
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.
builder() - Static method in class org.onosproject.ovsdb.controller.OvsdbBridge
Returns a new builder instance.
builder(BridgeDescription) - Static method in class org.onosproject.ovsdb.controller.OvsdbBridge
Returns OVSDB bridge object with a given bridge description.
builder() - Static method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns new OVSDB interface builder.
builder(TunnelDescription) - Static method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns new OVSDB interface builder with tunnel interface description.
builder(PatchDescription) - Static method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns new OVSDB interface builder with patch interface description.
builder() - Static method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns new OVSDB mirror builder.
builder(MirroringDescription) - Static method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns new OVSDB mirror builder with mirror description.
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

Callback - Interface in org.onosproject.ovsdb.rfc.jsonrpc
The callback function interface will be used when the server send to the client report changes.
cancel(IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider cancel the path.
children() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the children of the instance node.
clear() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
Column - Class in org.onosproject.ovsdb.rfc.notation
Column is the basic element of the OpenVswitch database.
Column(String, Object) - Constructor for class org.onosproject.ovsdb.rfc.notation.Column
Column constructor.
ColumnDescription - Class in org.onosproject.ovsdb.rfc.tableservice
Column description.
ColumnDescription(String, String) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Constructs a MonitorRequest object.
ColumnDescription(String, String, VersionNum) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Constructs a MonitorRequest object.
ColumnDescription(String, String, VersionNum, VersionNum) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Constructs a MonitorRequest object.
columnName() - Method in class org.onosproject.ovsdb.rfc.notation.Column
Returns columnName.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Bridge.BridgeColumn
Returns the table column name for BridgeColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Controller.ControllerColumn
Returns the table column name for ControllerColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet.FlowSampleCollectorSetColumn
Returns the table column name for FlowSampleCollectorSetColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.FlowTable.FlowTableColumn
Returns the table column name for FlowTableColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Interface.InterfaceColumn
Returns the table column name for InterfaceColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Ipfix.IpfixColumn
Returns the table column name for IpfixColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Manager.ManagerColumn
Returns the table column name for ManagerColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Mirror.MirrorColumn
Returns the table column name for MirrorColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Netflow.NetflowColumn
Returns the table column name for NetflowColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.OpenVSwitch.OpenVSwitchColumn
Returns the table column name for OpenVSwitchColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Port.PortColumn
Returns the table column name for PortColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Qos.QosColumn
Returns the table column name for QosColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Queue.QueueColumn
Returns the table column name for QueueColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Sflow.SflowColumn
Returns the table column name for SflowColumn.
columnName() - Method in enum org.onosproject.ovsdb.rfc.table.Ssl.SslColumn
Returns the table column name for SslColumn.
ColumnSchema - Class in org.onosproject.ovsdb.rfc.schema
A schema for the column represented by column-schema.
ColumnSchema(String, ColumnType) - Constructor for class org.onosproject.ovsdb.rfc.schema.ColumnSchema
Constructs a ColumnSchema object.
ColumnSchemaNotFoundException - Exception in org.onosproject.ovsdb.rfc.exception
This exception is thrown when a ColumnSchema cannot be found.
ColumnSchemaNotFoundException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.ColumnSchemaNotFoundException
Constructs a ColumnSchemaNotFoundException object.
ColumnSchemaNotFoundException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.ColumnSchemaNotFoundException
Constructs a ColumnSchemaNotFoundException object.
columnSchemas() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
Returns a map of ColumnSchema.
ColumnType - Interface in org.onosproject.ovsdb.rfc.schema.type
The "type" specifies the type of data stored in this column.
ColumnTypeFactory - Class in org.onosproject.ovsdb.rfc.schema.type
ColumnType Factory class.
ColumnTypeFactory.Type - Enum in org.onosproject.ovsdb.rfc.schema.type
Those Json's key/value pairs.
Comment - Class in org.onosproject.ovsdb.rfc.operations
comment operation.Refer to RFC 7047 Section 5.2.
Comment(String) - Constructor for class org.onosproject.ovsdb.rfc.operations.Comment
Constructs a Comment object.
Commit - Class in org.onosproject.ovsdb.rfc.operations
commit operation.Refer to RFC 7047 Section 5.2.
Commit(Boolean) - Constructor for class org.onosproject.ovsdb.rfc.operations.Commit
Constructs a Commit object.
ComponentService - Interface in org.onosproject.incubator.component
Service for managing the components in the system.
Condition - Class in org.onosproject.ovsdb.rfc.notation
Condition is a 3-element JSON array of the form [column, function, value] that represents a test on a column value.
Condition(String, Condition.Function, Object) - Constructor for class org.onosproject.ovsdb.rfc.notation.Condition
Constructs a Condition object.
Condition.Function - Enum in org.onosproject.ovsdb.rfc.notation
Function of Notation.
ConditionSerializer - Class in org.onosproject.ovsdb.rfc.notation.json
Condition Serializer.
ConditionSerializer() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.ConditionSerializer
 
ConditionUtil - Class in org.onosproject.ovsdb.rfc.utils
Condition utility class.
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.
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.
ConfigStoreType - Enum in org.onosproject.incubator.elasticcfg
Designates the store type for various Proprietary Config stores.
connect(IpAddress, TpPort) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Connect to the ovsdb server with given ip address and port number.
connectPoint() - Method in class org.onosproject.incubator.net.intf.Interface
Retrieves the connection point that this interface maps to.
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.
controller(ControllerInfo) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with a given controller.
CONTROLLER - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Controller table.
Controller - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Controller Table.
Controller(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Controller
Constructs a Controller object.
Controller.ControllerColumn - Enum in org.onosproject.ovsdb.rfc.table
Controller table column name.
controllers(List<ControllerInfo>) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with given controllers.
controllers() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
Returns the controllers of the bridge.
convert(JsonNode) - Method in class org.onosproject.ovsdb.rfc.notation.json.UpdateNotificationConverter
 
convert(JsonNode) - Method in class org.onosproject.ovsdb.rfc.notation.json.UuidConverter
 
convertToString(Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
convert Object into String.
createBridge(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Deprecated.
createBridge(String, String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Deprecated.
createBridge(String, String, List<ControllerInfo>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Deprecated.
createBridge(OvsdbBridge) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
createBridge(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Deprecated.
version 1.7.0 - Hummingbird
createBridge(String, String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Deprecated.
version 1.7.0 - Hummingbird
createBridge(String, String, List<ControllerInfo>) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Deprecated.
version 1.7.0 - Hummingbird
createBridge(OvsdbBridge) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Creates a bridge with a given bridge description.
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.
createFromMessage(String, String) - Static method in exception org.onosproject.ovsdb.rfc.exception.VersionMismatchException
Create error message.
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.
createInterface(String, OvsdbInterface) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
createInterface(String, OvsdbInterface) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Creates an interface with a given OVSDB interface description.
createMessage(String) - Static method in exception org.onosproject.ovsdb.rfc.exception.BridgeCreateException
Create error message.
createMessage(String, String) - Static method in exception org.onosproject.ovsdb.rfc.exception.ColumnSchemaNotFoundException
Create error message.
createMessage(String, String) - Static method in exception org.onosproject.ovsdb.rfc.exception.TableSchemaNotFoundException
Create error message.
createMirror(String, OvsdbMirror) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Creates a mirror port.
createMirror(String, OvsdbMirror) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Creates a mirror port.
createOrUpdateOvsdbStore(String, OvsdbTableStore) - Method in class org.onosproject.ovsdb.controller.OvsdbStore
Create or Update a value to ovsdbStore.
createOrUpdateTable(String, OvsdbRowStore) - Method in class org.onosproject.ovsdb.controller.OvsdbTableStore
Creates or updates a value to tableStore.
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.
createPort(String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
createPort(String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Creates a port.
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.
createTable(DatabaseSchema, OvsdbTable) - Static method in class org.onosproject.ovsdb.rfc.table.TableGenerator
Create table.
createToMessage(String, String) - Static method in exception org.onosproject.ovsdb.rfc.exception.VersionMismatchException
Create error message.
createTunnel(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkProvider
Creates a network tunnel for all traffic from the specified source connection point to the indicated destination connection point.
createTunnel(String, String, String, Map<String, String>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Deprecated.
createTunnel(String, String, String, Map<String, String>) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Deprecated.
version 1.7.0 - Hummingbird
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual host within the specified network.
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual network for the specified tenant.
createVirtualPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Creates a new virtual port on the specified device.
currentUsedMaxLabelId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns a begin Label id.

D

data() - Method in class org.onosproject.ovsdb.rfc.notation.Column
Returns column data.
database() - Method in class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Returns the database name.
DATABASENAME - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Ovsdb database Open_vSwitch.
DatabaseSchema - Class in org.onosproject.ovsdb.rfc.schema
A schema for the database represented by database-schema, which consists of a set of tables.
DatabaseSchema(String, String, Map<String, TableSchema>) - Constructor for class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Constructs a DatabaseSchema object.
DATAPATH_ID - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
datapathId(String) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with a given datapath ID.
datapathId() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
Gets the datapathId of bridge.
dbSchema() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
Get DatabaseSchema entity.
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.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
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
 
DEFAULT_VERSION_STRING - Static variable in class org.onosproject.ovsdb.rfc.utils.VersionUtil
 
DefaultAlarm - Class in org.onosproject.incubator.net.faultmanagement.alarm
Default implementation of an alarm.
DefaultAlarm.Builder - Class in org.onosproject.incubator.net.faultmanagement.alarm
 
DefaultEventSubject - Class in org.onosproject.ovsdb.controller
This class is default event subject that implements OvsdbEventSubject.
DefaultEventSubject(MacAddress, Set<IpAddress>, OvsdbPortName, OvsdbPortNumber, OvsdbDatapathId, OvsdbPortType, OvsdbIfaceId) - Constructor for class org.onosproject.ovsdb.controller.DefaultEventSubject
Creates an end-station event subject using the supplied information.
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.
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).
DefaultOvsdbClient - Class in org.onosproject.ovsdb.controller.driver
An representation of an ovsdb client.
DefaultOvsdbClient(OvsdbNodeId) - Constructor for class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Creates an OvsdbClient.
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.
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.
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
 
Delete - Class in org.onosproject.ovsdb.rfc.operations
delete operation.Refer to RFC 7047 Section 5.2.
Delete(TableSchema, List<Condition>) - Constructor for class org.onosproject.ovsdb.rfc.operations.Delete
Constructs a Delete object.
delete(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means delete .
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.
deleteRow(String) - Method in class org.onosproject.ovsdb.controller.OvsdbRowStore
Deletes a row to rowStore.
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 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 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 interface org.onosproject.incubator.net.virtual.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.
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.
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.
difference(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means -= .
DISABLE_INBAND - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
disableInBand() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with a given disable in-band config.
discardedBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic discarded bytes.
disconnect() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
disconnect() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Disconnects the OVSDB server.
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.
downTunnel(ApplicationId, TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Triggers removal of specified tunnel.
dpid() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
dpid() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the Ovs dpid associated with the host.
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
 
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).
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.
dropBridge(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
dropBridge(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Drops a bridge.
dropInterface(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
dropInterface(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Removes an interface with the supplied interface name.
dropMirror(MirroringName) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Drops the configuration for mirror.
dropMirror(MirroringName) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Drops the configuration for mirror.
dropOvsdbStore(String) - Method in class org.onosproject.ovsdb.controller.OvsdbStore
Drops a value to rowStore.
dropPort(String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
dropPort(String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Drops a port.
dropTable(String) - Method in class org.onosproject.ovsdb.controller.OvsdbTableStore
Drops a value to table data.
dropTunnel(IpAddress, IpAddress) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Deprecated.
dropTunnel(IpAddress, IpAddress) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Deprecated.
version 1.7.0 - Hummingbird
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 interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the destination MAC address of the message.

E

echo() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
echo() - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.OvsdbRpc
The "echo" method can be used by both clients and servers to verify the liveness of a database connection.
echoStr(String) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcWriterUtil
Returns string of echo request.
edgePorts() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the set of edge ports for the intent domain.
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.
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.
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
 
endLabel() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns an end Label id.
enums() - Method in class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
Get enums.
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.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
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbPort
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbPortName
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbPortNumber
 
equals(Object) - Method in class org.onosproject.ovsdb.controller.OvsdbPortType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.message.RowUpdate
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdates
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.message.UpdateNotification
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.Column
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.Condition
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbMap
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbSet
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.RefTableRow
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.Row
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.notation.Uuid
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.ColumnSchema
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
 
equals(Object) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
ethernetBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ethernet bytes.
EventSubject - Interface in org.onosproject.ovsdb.controller
Representation for an entity that carries important information for a listener.
excludes(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.EXCLUDES .
EXTERNAL_ID_INTERFACE_ID - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
EXTERNAL_ID_VM_MAC - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
externalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with given external ids.
externalIds() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the optional external ids.
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.
failMode(BridgeDescription.FailMode) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with a given fail mode.
failMode() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
Returns fail mode of the bridge.
fingerprint() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmId
Returns the backing integer index.
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.
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.
flowRemoved(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Signals that a flow rule that was previously installed has been removed.
flows() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol flows.
FlowSampleCollectorSet - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of FlowSampleCollectorSet Table.
FlowSampleCollectorSet(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Constructs a FlowSampleCollectorSet object.
FlowSampleCollectorSet.FlowSampleCollectorSetColumn - Enum in org.onosproject.ovsdb.rfc.table
FlowSampleCollectorSet table column name.
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
 
FlowTable - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of FlowTable Table.
FlowTable(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.FlowTable
Constructs a FlowTable object.
FlowTable.FlowTableColumn - Enum in org.onosproject.ovsdb.rfc.table
FlowTable table column name.
forSource(AlarmEntityId) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
 
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.
fromHost(Host) - Static method in class org.onosproject.incubator.net.routing.NextHopData
Creates a new instance from a host.
FromJsonUtil - Class in org.onosproject.ovsdb.rfc.utils
JsonNode utility class.
fromVersion() - Method in class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Returns the initial version.
fromVersion() - Method in class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Returns the initial version.
function() - Method in enum org.onosproject.ovsdb.rfc.notation.Condition.Function
Returns the function for Function.

G

generateInitializationColumns() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
generate initialization columns in each table namely _uuid and _version.
generateInitializationColumns() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
Refer to RFC 7047 Section 3.2.
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.
getActiveTimeoutColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Get the Column entity which column name is "active_timeout" from the Row entity of attributes.
getAddIdToInterfaceColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Get the Column entity which column name is "add_id_to_interface" from the Row entity of attributes.
getAdminStateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "admin_state" from the Row entity of attributes.
getAgentColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Get the Column entity which column name is "agent" from the Row entity of attributes.
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.
getAllRoutes() - Method in interface org.onosproject.incubator.net.routing.RouteService
Returns all routes for all route tables in the system.
getBaseTypeFromJson(JsonNode, String) - Static method in class org.onosproject.ovsdb.rfc.schema.type.BaseTypeFactory
Create a BaseType from the JsonNode.
getBfdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "bfd" from the Row entity of attributes.
getBfdStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "bfd_status" from the Row entity of attributes.
getBondDownDelayColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "bond_downdelay" from the Row entity of attributes.
getBondFakeInterfaceColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "bond_fake_iface" from the Row entity of attributes.
getBondModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "bond_mode" from the Row entity of attributes.
getBondTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "bond_type" from the Row entity of attributes.
getBondUpDelayColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "bond_updelay" from the Row entity of attributes.
getBootstrapCaCertColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Get the Column entity which column name is "bootstrap_ca_cert" from the Row entity of attributes.
getBridgeColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Get the Column entity which column name is "bridge" from the Row entity of attributes.
getBridges() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getBridges() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets bridges of node.
getBridgesColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "bridges" from the Row entity of attributes.
getBridgeUuid(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getBridgeUuid(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the Bridge uuid.
getBufStack() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Return bufStack.
getBurstLimitColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "controller_burst_limit" from the Row entity of attributes.
getCaCertColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Get the Column entity which column name is "ca_cert" from the Row entity of attributes.
getCacheActiveTimeoutColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "cache_active_timeout" from the Row entity of attributes.
getCacheMaxFlowsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "cache_max_flows" from the Row entity of attributes.
getCapabilitiesColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "capabilities" from the Row entity of attributes.
getCertificateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Get the Column entity which column name is "certificate" from the Row entity of attributes.
getCfmFaultColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_fault" from the Row entity of attributes.
getCfmFaultStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_fault_status" from the Row entity of attributes.
getCfmFlapCountColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_flap_count" from the Row entity of attributes.
getCfmHealthColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_health" from the Row entity of attributes.
getCfmMpidColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_mpid" from the Row entity of attributes.
getCfmRemoteMpidColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_remote_mpid" from the Row entity of attributes.
getCfmRemoteMpidsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_remote_mpids" from the Row entity of attributes.
getCfmRemoteOpStateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "cfm_remote_opstate" from the Row entity of attributes.
getColumn() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
Returns column name.
getColumn() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
Returns column name.
getColumn(String) - Method in class org.onosproject.ovsdb.rfc.notation.Row
Returns Column by ColumnSchema.
getColumnHandler(ColumnDescription) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
getColumnHandler(ColumnDescription) - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Get Column from row.
getColumnNames() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
Returns a set of column name.
getColumns() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
Returns columns.
getColumns() - Method in class org.onosproject.ovsdb.rfc.notation.Row
Returns Collection of Column.
getColumns() - Method in class org.onosproject.ovsdb.rfc.operations.Select
Returns the columns member of select operation.
getColumnSchema(String) - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
Returns the ColumnSchema whose name is the columnName.
getColumnTypeFromJson(JsonNode) - Static method in class org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory
JsonNode like "flow_tables":{"type":{"key":{"maxInteger":254,"minInteger":0,"type": "integer"},"min":0,"value":{"type":"uuid","refTable":"Flow_Table"},"max": "unlimited"}}.
getComment() - Method in class org.onosproject.ovsdb.rfc.operations.Comment
Returns the comment member of comment operation.
getConnectionModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "connection_mode" from the Row entity of attributes.
getConnectionModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "connection_mode" from the Row entity of attributes.
getControllerColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "controller" from the Row entity of attributes.
getControllers(DeviceId) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getControllers(DeviceId) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets controllers of node.
getCount() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Return count.
getCriteria() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to list all the ConfigNodePath criteria that are in place for a ConfigFilter.
getCurrentConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "cur_cfg" from the Row entity of attributes.
getDatabaseSchema(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getDatabaseSchema(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the OVSDB database schema from local.
getDataHandler(ColumnDescription) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
getDataHandler(ColumnDescription) - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Get Data from row.
getDatapathIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "datapath_id" from the Row entity of attributes.
getDatapathTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "datapath_type" from the Row entity of attributes.
getDbVersionColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "db_version" from the Row entity of attributes.
getDetails() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Return details.
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.
getDevices(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of devices in the specified virtual network.
getDiscoverAcceptRegexColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "discover_accept_regex" from the Row entity of attributes.
getDiscoverUpdateResolvConfColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "discover_update_resolv_conf" from the Row entity of attributes.
getDomain(IntentDomainId) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Returns the intent domain for the given id.
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.
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.
getDscpColumn() - Method in class org.onosproject.ovsdb.rfc.table.Queue
Get the Column entity which column name is "dscp" from the Row entity of attributes.
getDuplexColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "duplex" from the Row entity of attributes.
getEchoRequestStr(JsonNode) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
Ovs send echo request to keep the heart, need we return echo result.
getEnableAsyncMessagesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "enable_async_messages" from the Row entity of attributes.
getEncoder() - Static method in class org.onosproject.ovsdb.rfc.utils.StringEncoderUtil
Returns StringEncoder of UTF_8 .
getEngineIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Get the Column entity which column name is "engine_id" from the Row entity of attributes.
getEngineTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Get the Column entity which column name is "engine_type" from the Row entity of attributes.
getEnums() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
Get enums.
getEnums() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
Get enums.
getError() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
Returns error.
getError() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Return error.
getErrorColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "error" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Queue
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getExternalIdsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Get the Column entity which column name is "external_ids" from the Row entity of attributes.
getFailModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "fail_mode" from the Row entity of attributes.
getFakeBridgeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "fake_bridge" from the Row entity of attributes.
getFloodVlansColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "flood_vlans" from the Row entity of attributes.
getFlowLimitColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Get the Column entity which column name is "flow_limit" from the Row entity of attributes.
getFlowTablesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "flow_tables" from the Row entity of attributes.
getFormatData(Object) - Static method in class org.onosproject.ovsdb.rfc.utils.TransValueUtil
if the type is Set, convert into OvsdbSet, if Map, convert into OvsdbMap.
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 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.
getFunction() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
Returns Function.
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.
getGroupsColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Get the Column entity which column name is "groups" from the Row entity of attributes.
getHandlerRegistrations() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Gets the neighbour message handlers that have been registered with the service.
getHeaderColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Get the Column entity which column name is "header" from the Row entity of attributes.
getHosts(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of hosts in the specified virtual network.
getId() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
Returns id.
getId() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
Returns id.
getIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Get the Column entity which column name is "id" from the Row entity of attributes.
getIfIndexColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "ifindex" from the Row entity of attributes.
getInactivityProbeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "inactivity_probe" from the Row entity of attributes.
getInactivityProbeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "inactivity_probe" from the Row entity of attributes.
getIngressPolicingBurstColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "ingress_policing_burst" from the Row entity of attributes.
getIngressPolicingRateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "ingress_policing_rate" from the Row entity of attributes.
getIntent(Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return the intent for the specified intent key.
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Return all intents.
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 interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of all interfaces in the system.
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 interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of interfaces configured on the given port.
getInterfacesByVlan(VlanId) - Method in interface org.onosproject.incubator.net.intf.InterfaceService
Returns the set of interfaces in the given VLAN.
getInterfacesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "interfaces" from the Row entity of attributes.
getIpAddress() - Method in class org.onosproject.ovsdb.controller.OvsdbNodeId
Get the IP address of the node.
getIpfixColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "ipfix" from the Row entity of attributes.
getIpfixColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Get the Column entity which column name is "ipfix" from the Row entity of attributes.
getIsConnectedColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "is_connected" from the Row entity of attributes.
getIsConnectedColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "is_connected" from the Row entity of attributes.
getLacpColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "lacp" from the Row entity of attributes.
getLacpCurrentColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "lacp_current" from the Row entity of attributes.
getLastReadBytes() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Return lastReadBytes.
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.
getLinkResetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "link_resets" from the Row entity of attributes.
getLinks(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of virtual links in the specified virtual network.
getLinkSpeedColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "link_speed" from the Row entity of attributes.
getLinkStateColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "link_state" from the Row entity of attributes.
getLocalGatewayColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "local_gateway" from the Row entity of attributes.
getLocalIpColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "local_ip" from the Row entity of attributes.
getLocalNetmaskColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "local_netmask" from the Row entity of attributes.
getLocalPorts(Iterable<String>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getLocalPorts(Iterable<String>) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets OVSDB local ports.
getLock() - Method in class org.onosproject.ovsdb.rfc.operations.Assert
Returns the lock member of assert operation.
getMacColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "mac" from the Row entity of attributes.
getMacColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "mac" from the Row entity of attributes.
getMacInUseColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "mac_in_use" from the Row entity of attributes.
getManagerOptionsColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "manager_options" from the Row entity of attributes.
getManagersColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "managers" from the Row entity of attributes.
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.
getMax() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
Get max.
getMaxBackoffColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "max_backoff" from the Row entity of attributes.
getMaxBackoffColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "max_backoff" from the Row entity of attributes.
getMaxLength() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
Get maxLength.
getMethod() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
Returns method.
getMin() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
Get min.
getMinLength() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
Get minLength.
getMirroringStatistics(DeviceId) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Gets mirrors of the device.
getMirroringStatistics(DeviceId) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets mirroring statistics of the device.
getMirrorsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "mirrors" from the Row entity of attributes.
getMirrorUuid(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Gets the Mirror uuid.
getMirrorUuid(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the Mirror uuid.
getMonitorColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "monitor" from the Row entity of attributes.
getMonitorParams(String, DatabaseSchema) - Static method in class org.onosproject.ovsdb.rfc.utils.ParamUtil
Returns params of monitor method, refer to RFC7047's Section 4.1.5.
getMtuColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "mtu" from the Row entity of attributes.
getMutations() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
Returns the mutations member of mutate operation.
getMutator() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
Returns Mutator.
getName() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the column data which column name is "name" from the Row entity of attributes.
getName() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the column data which column name is "name" from the Row entity of attributes.
getName() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the column data which column name is "name" from the Row entity of attributes.
getName() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "name" from the Row entity of attributes.
getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "name" from the Row entity of attributes.
getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Get the Column entity which column name is "name" from the Row entity of attributes.
getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "name" from the Row entity of attributes.
getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "name" from the Row entity of attributes.
getNameColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "name" from the Row entity of attributes.
getNetflowColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "netflow" from the Row entity of attributes.
getNetwork(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the virtual network for the given network identifier.
getNetworks(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of networks.
getNew(Uuid) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
Return new row.
getNextConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "next_cfg" from the Row entity of attributes.
getNextHop(IpAddress) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Returns the information of the given next hop.
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.
getNodeIds() - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Gets all the nodes information.
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.
getObjectMapper() - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
get ObjectMapper entity.
getObjectMapper(boolean) - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
get ObjectMapper entity.
getObjectMapper(boolean, JsonInclude.Include) - Static method in class org.onosproject.ovsdb.rfc.utils.ObjectMapperUtil
get ObjectMapper entity.
getObsDomainIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "obs_domain_id" from the Row entity of attributes.
getObsPointIdColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "obs_point_id" from the Row entity of attributes.
getOld(Uuid) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
Return old row.
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Abort
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Assert
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Comment
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Commit
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
 
getOp() - Method in interface org.onosproject.ovsdb.rfc.operations.Operation
Returns the op member of update operation.
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Select
 
getOp() - Method in class org.onosproject.ovsdb.rfc.operations.Update
 
getOpenFlowPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "ofport" from the Row entity of attributes.
getOpenFlowPortRequestColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "ofport_request" from the Row entity of attributes.
getOptionsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "options" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOtherConfigColumn() - Method in class org.onosproject.ovsdb.rfc.table.Queue
Get the Column entity which column name is "other_config" from the Row entity of attributes.
getOutputPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "output_port" from the Row entity of attributes.
getOutputVlanColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "output_vlan" from the Row entity of attributes.
getOverflowPolicyColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Get the Column entity which column name is "overflow_policy" from the Row entity of attributes.
getOvsdbClient(OvsdbNodeId) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Gets an ovsdb client by node identifier.
getOvsdbSchema(String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getOvsdbSchema(String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the OVSDB database schema.
getOvsdbStore() - Method in class org.onosproject.ovsdb.controller.OvsdbStore
Gets the ovsdbStore.
getOvsdbTableStore(String) - Method in class org.onosproject.ovsdb.controller.OvsdbStore
Gets the OvsdbTableStore.
getOvsVersionColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "ovs_version" from the Row entity of attributes.
getParams() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
Returns params.
getPollingColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Get the Column entity which column name is "polling" from the Row entity of attributes.
getPorts(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of ports of the specified virtual device.
getPorts() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getPorts() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets ports of bridge.
getPortsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "ports" from the Row entity of attributes.
getPortUuid(String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getPortUuid(String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the Port uuid.
getPrefixesColumn() - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Get the Column entity which column name is "prefixes" from the Row entity of attributes.
getPrivateKeyColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Get the Column entity which column name is "private_key" from the Row entity of attributes.
getProtocolsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "protocols" from the Row entity of attributes.
getProviders() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistry
Returns a set of currently registered virtual providers.
getQosColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "qos" from the Row entity of attributes.
getQueuesColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
Get the Column entity which column name is "queues" from the Row entity of attributes.
getRateLimitColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "controller_rate_limit" from the Row entity of attributes.
getRefTable() - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
Get refTable.
getRefType() - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
Get refType.
getResources() - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Returns all intent resources held by the provider.
getResult() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
Returns result.
getRoleColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "role" from the Row entity of attributes.
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 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.
getRow(String, String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
Gets the ovsdb row.
getRow(String, String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the OVSDB row from local OVSDB store.
getRow(String) - Method in class org.onosproject.ovsdb.controller.OvsdbRowStore
Gets the row.
getRow() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
Returns the row member of insert operation.
getRow() - Method in class org.onosproject.ovsdb.rfc.operations.Update
Returns the row member of update operation.
getRow() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
Get Row entity.
getRows(String) - Method in class org.onosproject.ovsdb.controller.OvsdbTableStore
Gets the ovsdbRowStore.
getRows() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Return rows.
getRowStore() - Method in class org.onosproject.ovsdb.controller.OvsdbRowStore
Gets the rowStore.
getSamplingColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "sampling" from the Row entity of attributes.
getSamplingColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Get the Column entity which column name is "sampling" from the Row entity of attributes.
getSchema(List<String>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
getSchema(List<String>) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.OvsdbRpc
This operation retrieves a database-schema that describes hosted database db-name.
getSchemaStr(String, List<String>) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcWriterUtil
Returns string of get_schema request.
getSelect() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
Returns select.
getSelectAllColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "select_all" from the Row entity of attributes.
getSelectDstPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "select_dst_port" from the Row entity of attributes.
getSelectSrcPortColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "select_src_port" from the Row entity of attributes.
getSelectVlanColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "select_vlan" from the Row entity of attributes.
getSflowColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "sflow" from the Row entity of attributes.
getSslColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "ssl" from the Row entity of attributes.
getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "statistics" from the Row entity of attributes.
getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Get the Column entity which column name is "statistics" from the Row entity of attributes.
getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "statistics" from the Row entity of attributes.
getStatisticsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "statistics" from the Row entity of attributes.
getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "status" from the Row entity of attributes.
getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "status" from the Row entity of attributes.
getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "status" from the Row entity of attributes.
getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "status" from the Row entity of attributes.
getStatusColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "status" from the Row entity of attributes.
getStpEnableColumn() - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Get the Column entity which column name is "stpenable" from the Row entity of attributes.
getSystemTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "system_type" from the Row entity of attributes.
getSystemVersionColumn() - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Get the Column entity which column name is "system_version" from the Row entity of attributes.
getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
For the use of serialization.
getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
For the use of serialization.
getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
For the use of serialization.
getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Select
For the use of serialization.
getTable() - Method in class org.onosproject.ovsdb.rfc.operations.Update
For the use of serialization.
getTable(DatabaseSchema, Row, OvsdbTable) - Static method in class org.onosproject.ovsdb.rfc.table.TableGenerator
Get table from Row.
getTableName() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
Returns tableName.
getTableNames() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Returns a set of table name.
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Abort
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Assert
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Comment
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Commit
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
 
getTableSchema() - Method in interface org.onosproject.ovsdb.rfc.operations.Operation
Returns TableSchema entity.
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Select
 
getTableSchema() - Method in class org.onosproject.ovsdb.rfc.operations.Update
 
getTableSchema(String) - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Returns the TableSchema whose name is the tableName.
getTableStore() - Method in class org.onosproject.ovsdb.controller.OvsdbTableStore
Gets tableStore.
getTableUuid() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
getTableUuid() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Returns UUID which column name is _uuid.
getTableUuidColumn() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
getTableUuidColumn() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Returns UUID Column which column name is _uuid.
getTableVersion() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
getTableVersion() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Returns UUID which column name is _version.
getTableVersionColumn() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
getTableVersionColumn() - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Returns UUID Column which column name is _version.
getTagColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "tag" from the Row entity of attributes.
getTargetColumn() - Method in class org.onosproject.ovsdb.rfc.table.Controller
Get the Column entity which column name is "target" from the Row entity of attributes.
getTargetColumn() - Method in class org.onosproject.ovsdb.rfc.table.Manager
Get the Column entity which column name is "target" from the Row entity of attributes.
getTargetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Get the Column entity which column name is "targets" from the Row entity of attributes.
getTargetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Get the Column entity which column name is "targets" from the Row entity of attributes.
getTargetsColumn() - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Get the Column entity which column name is "targets" from the Row entity of attributes.
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.
getTransactParams(DatabaseSchema, List<Operation>) - Static method in class org.onosproject.ovsdb.rfc.utils.ParamUtil
Returns params of transact method, refer to RFC7047's Section 4.1.3.
getTrunksColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "trunks" from the Row entity of attributes.
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 interface org.onosproject.incubator.net.tunnel.TunnelService
Returns the collection of tunnels applied on the specified device.
getTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Interface
Get the Column entity which column name is "type" from the Row entity of attributes.
getTypeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Qos
Get the Column entity which column name is "type" from the Row entity of attributes.
getUuid() - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Return uuid.
getUuidName() - Method in class org.onosproject.ovsdb.rfc.operations.Insert
Returns the uuid-name member of insert operation.
getValue() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
Returns column data.
getValue() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
Returns column data.
getValueFromJson(JsonNode, ColumnType) - Static method in class org.onosproject.ovsdb.rfc.utils.TransValueUtil
Transform JsonNode to corresponding value.
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns a collection of all virtual hosts in the specified network.
getVirtualLinks(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns collection of all virtual links in the specified network.
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns list of all virtual ports of the specified device.
getVlanModeColumn() - Method in class org.onosproject.ovsdb.rfc.table.Port
Get the Column entity which column name is "vlan_mode" from the Row entity of attributes.
getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Delete
Returns the where member of delete operation.
getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Mutate
Returns the where member of mutate operation.
getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Select
Returns the where member of select operation.
getWhere() - Method in class org.onosproject.ovsdb.rfc.operations.Update
Returns the where member of update operation.
greaterThan(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.GREATER_THAN .
greaterThanOrEquals(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.GREATER_THAN_OR_EQUALS .
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.
guessedFlowProtos() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic the number of guessed flow protocols.

H

handle(OvsdbEvent<EventSubject>) - Method in interface org.onosproject.ovsdb.controller.OvsdbEventListener
Handles the ovsdb event.
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.
hasColumn(String) - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
Determine whether contain the column.
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.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
 
hashCode() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbPort
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbPortName
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbPortNumber
 
hashCode() - Method in class org.onosproject.ovsdb.controller.OvsdbPortType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.message.RowUpdate
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.message.TableUpdates
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.message.UpdateNotification
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.Column
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbMap
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbSet
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.RefTableRow
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.Row
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.notation.Uuid
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.ColumnSchema
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
 
hashCode() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
hasTable(String) - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Determine whether contain the table.
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.
hostServerName() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow host server name.
hwAddress() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
hwAddress() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the MAC address associated with this host (NIC).

I

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 interface org.onosproject.incubator.net.virtual.VirtualNetwork
Returns the network identifier.
ifaceid() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
ifaceid() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the vm ifaceid associated with the host.
includes(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.INCLUDES .
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.
inPort() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the port where the packet came in to the network.
Insert - Class in org.onosproject.ovsdb.rfc.operations
insert operation.Refer to RFC 7047 Section 5.2.
Insert(TableSchema, String, Row) - Constructor for class org.onosproject.ovsdb.rfc.operations.Insert
Constructs a Insert object.
insert(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means insert .
insertRow(String, Row) - Method in class org.onosproject.ovsdb.controller.OvsdbRowStore
Inserts a row to rowStore.
INSTANCE - Static variable in class org.onosproject.incubator.net.tunnel.TunnelEndPointFormatter
An instance of this class.
IntegerBaseType - Class in org.onosproject.ovsdb.rfc.schema.type
One of the strings "integer", "real", "boolean", "string", or "uuid", representing the specified scalar type.
IntegerBaseType() - Constructor for class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
Constructs a IntegerBaseType object.
IntegerBaseType(int, int, Set<Integer>) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
Constructs a IntegerBaseType object.
INTEGRATION_BRIDGE - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Ovsdb bridge name.
INTENT_DOMAIN_SUBJECT_FACTORY - Static variable in class org.onosproject.incubator.net.config.basics.ExtraSubjectFactories
 
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.
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.
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
 
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
 
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 - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Interface table.
Interface - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Interface Table.
Interface(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Interface
Constructs a Interface object.
Interface.InterfaceColumn - Enum in org.onosproject.ovsdb.rfc.table
Interface table column name.
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.
INTERFACES - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
InterfaceService - Interface in org.onosproject.incubator.net.intf
Service for interacting with interfaces.
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).
intf() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourHandlerRegistration
Gets the interface of the registration.
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() - 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.
ipAddress() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
ipAddress() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the IP address associated with this host's MAC.
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.
Ipfix - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Ipfix Table.
Ipfix(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Ipfix
Constructs a Ipfix object.
Ipfix.IpfixColumn - Enum in org.onosproject.ovsdb.rfc.table
Ipfix table column name.
ipPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ip packets.
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() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the status of the intent domain.
isConnected() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
isConnected() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Checks if the node is still connected.
isDelete() - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
Returns delete.
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.
isDurable() - Method in class org.onosproject.ovsdb.rfc.operations.Commit
Returns the durable member of commit operation.
isEmptyFilter() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to check if the ConfigFilter has an empty criteria set.
isEqual(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.EQUALS .
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 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.
isInitial() - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
Returns initial.
isInsert() - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
Returns insert.
isModify() - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
Returns modify.
isStartMatch() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Return isStartMatch.
isTraversable(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.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.

J

jsonCallbackRequestParser(JsonNode, Callback) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
When monitor the ovsdb tables, if a table update, ovs send update notification, then call callback function.
jsonNode() - Method in class org.onosproject.ovsdb.rfc.notation.RefTableRow
Returns JsonNode.
jsonNodeToDbSchema(String, JsonNode) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
convert JsonNode into DatabaseSchema.
jsonNodeToOperationResult(List<JsonNode>, List<Operation>) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
Convert the List of Operation result into List of OperationResult .
jsonNodeToTableUpdate(TableSchema, JsonNode) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
convert the params of Update Notification into TableUpdate.
jsonNodeToTableUpdates(JsonNode, DatabaseSchema) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
convert the params of Update Notification into TableUpdates.
JsonReadContext - Class in org.onosproject.ovsdb.rfc.jsonrpc
Context for decode parameters.
JsonReadContext() - Constructor for class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Constructs a JsonReadContext object.
jsonResultParser(JsonNode, String) - Static method in class org.onosproject.ovsdb.rfc.utils.FromJsonUtil
convert JsonNode into the returnType of methods in OvsdbRPC class.
JsonRpcReaderUtil - Class in org.onosproject.ovsdb.rfc.utils
Decoder utility class.
JsonRpcRequest - Class in org.onosproject.ovsdb.rfc.jsonrpc
Json Rpc Request information that include id,method,params.
JsonRpcRequest(String, String) - Constructor for class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
JsonRpcRequest Constructor.
JsonRpcRequest(String, String, List<Object>) - Constructor for class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
JsonRpcRequest Constructor.
JsonRpcResponse - Class in org.onosproject.ovsdb.rfc.jsonrpc
Json Rpc Response information that include id,error,result.
JsonRpcResponse(String) - Constructor for class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
JsonRpcResponse Constructor.
JsonRpcResponse(String, String) - Constructor for class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
JsonRpcResponse Constructor.
JsonRpcResponse(String, String, List<Object>) - Constructor for class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
JsonRpcResponse Constructor.
JsonRpcWriterUtil - Class in org.onosproject.ovsdb.rfc.utils
RPC Methods request utility class.
jsonValue() - Method in class org.onosproject.ovsdb.rfc.message.UpdateNotification
Return context.

K

key(Key) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
keyType() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
Get keyType.
KeyValuedColumnType - Class in org.onosproject.ovsdb.rfc.schema.type
a JSON object that describes the type of a database column, with key and value.
KeyValuedColumnType(BaseType, BaseType, int, int) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
Constructs a KeyValuedColumnType object.
knownFlows() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Returns DPI known flows.

L

labelId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourceId
Returns label identifier.
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.
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.
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.
lesserThan(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.LESS_THAN .
lesserThanOrEquals(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.LESS_THAN_OR_EQUALS .
listDbs() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
listDbs() - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.OvsdbRpc
This operation retrieves an array whose elements are the names of the databases that can be accessed over this management protocol connection.
listDbsStr(String) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcWriterUtil
Returns string of list_dbs request.
load(ConnectPoint) - Method in interface org.onosproject.incubator.net.PortStatisticsService
Obtain the egress load for the given port.
localController() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
localController() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Returns local controller information.
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.
locked(List<String>) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.Callback
The "locked" notification is provided to notify a client that it has been granted a lock that it had previously requested with the "lock" method.
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 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.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 - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Manager Table.
Manager(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Manager
Constructs a Manager object.
Manager.ManagerColumn - Enum in org.onosproject.ovsdb.rfc.table
Manager table column name.
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
 
map() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbMap
Returns map.
max() - Method in class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
Get max.
max() - Method in class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
Get max.
max() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
Get max.
McastConfig - Class in org.onosproject.incubator.net.config.basics
Configuration for multicast.
McastConfig() - Constructor for class org.onosproject.incubator.net.config.basics.McastConfig
 
method() - Method in class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Returns the method name.
min() - Method in class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
Get min.
min() - Method in class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
Get min.
min() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
Get min.
MIRROR - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Mirror table.
Mirror - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Mirror Table.
Mirror(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Mirror
Constructs a Mirror object.
Mirror.MirrorColumn - Enum in org.onosproject.ovsdb.rfc.table
Mirror table column name.
mirroringName(String) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with a given name.
mirroringName() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the name of the mirroring.
mirrorPort(Uuid) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with a given mirror port.
mirrorPort() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the mirror port.
MIRRORS - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
mirrorVlan(Short) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with a given mirror vlan.
mirrorVlan() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the mirror vlan.
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.
monitor(DatabaseSchema, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
monitor(DatabaseSchema, String) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.OvsdbRpc
The "monitor" request enables a client to replicate tables or subsets of tables within an OVSDB database by requesting notifications of changes to those tables and by receiving the complete initial state of a table or a subset of a table.
monitorDstPorts(Set<Uuid>) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with a given set of monitored dst ports.
monitorDstPorts() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the monitored dst ports.
MonitorRequest - Class in org.onosproject.ovsdb.rfc.message
Monitor Requst information that need to monitor table.
MonitorRequest(String, Set<String>, MonitorSelect) - Constructor for class org.onosproject.ovsdb.rfc.message.MonitorRequest
Constructs a MonitorRequest object.
MonitorSelect - Class in org.onosproject.ovsdb.rfc.message
The contents of this object specify how the columns or table are to be monitored.
MonitorSelect(boolean, boolean, boolean, boolean) - Constructor for class org.onosproject.ovsdb.rfc.message.MonitorSelect
Constructs a MonitorSelect object.
monitorSrcPorts(Set<Uuid>) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with a given set of monitored src ports.
monitorSrcPorts() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the monitored src ports.
monitorStr(String, String, DatabaseSchema) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcWriterUtil
Returns string of monitor request.
monitorTables(String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
monitorTables(String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the OVSDB table updates.
monitorVlans(Set<Short>) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with a given set of monitored vlans.
monitorVlans() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns the monitored vlans.
Mutate - Class in org.onosproject.ovsdb.rfc.operations
mutate operation.Refer to RFC 7047 Section 5.2.
Mutate(TableSchema, List<Condition>, List<Mutation>) - Constructor for class org.onosproject.ovsdb.rfc.operations.Mutate
Constructs a Mutate object.
Mutation - Class in org.onosproject.ovsdb.rfc.notation
Mutation is s 3-element JSON array of the form [column, mutator, value] that represents a change to a column value.
Mutation(String, Mutation.Mutator, Object) - Constructor for class org.onosproject.ovsdb.rfc.notation.Mutation
Mutation constructor.
Mutation.Mutator - Enum in org.onosproject.ovsdb.rfc.notation
Mutator must be "+=", "-=", "*=", "/=", or (integer only) "%=".
MutationSerializer - Class in org.onosproject.ovsdb.rfc.notation.json
Mutation Serializer.
MutationSerializer() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.MutationSerializer
 
MutationUtil - Class in org.onosproject.ovsdb.rfc.utils
 
mutator() - Method in enum org.onosproject.ovsdb.rfc.notation.Mutation.Mutator
Returns the mutator for Mutator.

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.
name(String) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with a given name.
name() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
Gets the bridge name of bridge.
name(String) - Method in class org.onosproject.ovsdb.controller.OvsdbInterface.Builder
Returns OVSDB interface builder with a given name.
name() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns name of the interface.
name() - Method in class org.onosproject.ovsdb.rfc.schema.ColumnSchema
Returns the name of column.
name() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Returns the name of database.
name() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
Returns the name of table.
name() - Method in class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Returns the column name.
name() - Method in class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Returns the column name.
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.
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.
NeighbourResolutionService - Interface in org.onosproject.incubator.net.neighbour
Provides a means of registering logic for handling neighbour messages.
Netflow - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Netflow Table.
Netflow(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Netflow
Constructs a NetFlow object.
Netflow.NetflowColumn - Enum in org.onosproject.ovsdb.rfc.table
Netflow table column name.
network() - Method in interface org.onosproject.incubator.net.virtual.VnetService
 
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 - 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.
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.
newRow() - Method in class org.onosproject.ovsdb.rfc.message.RowUpdate
Return newRow.
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.
NO_INTERFACE_NAME - Static variable in class org.onosproject.incubator.net.intf.Interface
 
nodeAdded() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
nodeAdded() - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Announces to the ovsdb agent that this node has added.
nodeAdded(OvsdbNodeId) - Method in interface org.onosproject.ovsdb.controller.OvsdbNodeListener
Notifies that the node was added.
nodeId() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
nodeId() - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Gets the node identifier.
nodeId() - Method in class org.onosproject.ovsdb.controller.OvsdbNodeId
Gets the value of the NodeId.
nodeKey() - Method in class org.onosproject.incubator.elasticcfg.ConfigNodePath
Returns the node key.
nodeRemoved() - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
nodeRemoved() - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Announces to the ovsdb agent that this node has removed.
nodeRemoved(OvsdbNodeId) - Method in interface org.onosproject.ovsdb.controller.OvsdbNodeListener
Notifies that the node was removed.
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
 

O

ObjectMapperUtil - Class in org.onosproject.ovsdb.rfc.utils
ObjectMapper utility class.
OFPORT - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Openflow port.
oldRow() - Method in class org.onosproject.ovsdb.rfc.message.RowUpdate
Return oldRow.
one() - Method in class org.onosproject.incubator.net.domain.TunnelPrimitive
The getter for the first connection point associated with a tunnel.
op() - Method in enum org.onosproject.ovsdb.rfc.operations.Operation.Operations
Returns the op for Operations.
OPENFLOW13 - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Openflow version.
OpenVSwitch - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Open_vSwitch Table.
OpenVSwitch(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Constructs a OpenVSwitch object.
OpenVSwitch.OpenVSwitchColumn - Enum in org.onosproject.ovsdb.rfc.table
OpenVSwitch table column name.
Operation - Interface in org.onosproject.ovsdb.rfc.operations
Operation interface.
Operation.Operations - Enum in org.onosproject.ovsdb.rfc.operations
Operations must be "insert", "select", "update", "mutate", "delete", "commit", "abort", "comment", "assert".
OperationResult - Class in org.onosproject.ovsdb.rfc.message
All results of ovs table operations.
OperationResult() - Constructor for class org.onosproject.ovsdb.rfc.message.OperationResult
Constructs a OperationResult object.
OperationResult(List<Row>) - Constructor for class org.onosproject.ovsdb.rfc.message.OperationResult
Constructs a OperationResult object.
OperationResult(int, Uuid, List<Row>, String, String) - Constructor for class org.onosproject.ovsdb.rfc.message.OperationResult
Constructs a OperationResult object.
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.
options(Map<String, String>) - Method in class org.onosproject.ovsdb.controller.OvsdbInterface.Builder
Returns OVSDB interface builder with given options.
options() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns optional configs of the interface.
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.domain - package org.onosproject.incubator.net.domain
Subsystem for network intent domains.
org.onosproject.incubator.net.dpi - package org.onosproject.incubator.net.dpi
Subsystem for 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.intf - package org.onosproject.incubator.net.intf
Interface Service.
org.onosproject.incubator.net.neighbour - package org.onosproject.incubator.net.neighbour
Neighbour message (ARP, NDP) handling.
org.onosproject.incubator.net.resource.label - package org.onosproject.incubator.net.resource.label
Service for reserving labels as network resources.
org.onosproject.incubator.net.routing - package org.onosproject.incubator.net.routing
Unicast routing service.
org.onosproject.incubator.net.tunnel - package org.onosproject.incubator.net.tunnel
Tunnel model related services and providers API definitions.
org.onosproject.incubator.net.virtual - package org.onosproject.incubator.net.virtual
Network virtualization data models and services.
org.onosproject.incubator.net.virtual.provider - package org.onosproject.incubator.net.virtual.provider
Network virtualization data models and services.
org.onosproject.incubator.rpc - package org.onosproject.incubator.rpc
Incubating inter-cluster RPC APIs.
org.onosproject.ovsdb.controller - package org.onosproject.ovsdb.controller
Ovsdb controller API.
org.onosproject.ovsdb.controller.driver - package org.onosproject.ovsdb.controller.driver
Ovsdb controller node driver API.
org.onosproject.ovsdb.provider.tunnel - package org.onosproject.ovsdb.provider.tunnel
Provider that uses ovsdb controller as a means of infrastructure tunnel discovery.
org.onosproject.ovsdb.rfc.exception - package org.onosproject.ovsdb.rfc.exception
Exceptions used by the OVSDB implementation.
org.onosproject.ovsdb.rfc.jsonrpc - package org.onosproject.ovsdb.rfc.jsonrpc
RFC 7047 implementation.
org.onosproject.ovsdb.rfc.message - package org.onosproject.ovsdb.rfc.message
OVSDB message definitions.
org.onosproject.ovsdb.rfc.notation - package org.onosproject.ovsdb.rfc.notation
OVSDB primitives.
org.onosproject.ovsdb.rfc.notation.json - package org.onosproject.ovsdb.rfc.notation.json
OVSDB JSON utilities.
org.onosproject.ovsdb.rfc.operations - package org.onosproject.ovsdb.rfc.operations
OVSDB operations.
org.onosproject.ovsdb.rfc.schema - package org.onosproject.ovsdb.rfc.schema
OVSDB schema.
org.onosproject.ovsdb.rfc.schema.type - package org.onosproject.ovsdb.rfc.schema.type
OVSDB schema types.
org.onosproject.ovsdb.rfc.table - package org.onosproject.ovsdb.rfc.table
OVSDB table definitions.
org.onosproject.ovsdb.rfc.tableservice - package org.onosproject.ovsdb.rfc.tableservice
OVSDB table service definitions.
org.onosproject.ovsdb.rfc.utils - package org.onosproject.ovsdb.rfc.utils
OVSDB utilities.
otherConfigs(Map<String, String>) - Method in class org.onosproject.ovsdb.controller.OvsdbBridge.Builder
Returns OVSDB bridge builder with given configs.
otherConfigs() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
Returns other configurations of the bridge.
OvsdbAgent - Interface in org.onosproject.ovsdb.controller.driver
Responsible for keeping track of the current set of nodes connected to the system.
OvsdbBridge - Class in org.onosproject.ovsdb.controller
The class representing an OVSDB bridge.
OvsdbBridge.Builder - Class in org.onosproject.ovsdb.controller
Builder of OVSDB bridge entities.
OvsdbClientService - Interface in org.onosproject.ovsdb.controller
Represents to provider facing side of a node.
OvsdbConstant - Class in org.onosproject.ovsdb.controller
Ovsdb related constants.
OvsdbController - Interface in org.onosproject.ovsdb.controller
Abstraction of an ovsdb controller.
OvsdbDatapathId - Class in org.onosproject.ovsdb.controller
The class representing a datapathid.
OvsdbDatapathId(String) - Constructor for class org.onosproject.ovsdb.controller.OvsdbDatapathId
Constructor from a String.
OvsdbEvent<S> - Class in org.onosproject.ovsdb.controller
The abstract event of ovsdb.
OvsdbEvent(OvsdbEvent.Type, S) - Constructor for class org.onosproject.ovsdb.controller.OvsdbEvent
Creates an event of a given type and for the specified event subject.
OvsdbEvent.Type - Enum in org.onosproject.ovsdb.controller
 
OvsdbEventListener - Interface in org.onosproject.ovsdb.controller
Allows for providers interested in ovsdb events to be notified.
OvsdbEventSubject - Interface in org.onosproject.ovsdb.controller
Represents for an entity that carry important information for listener.
OvsdbIfaceId - Class in org.onosproject.ovsdb.controller
The class representing an ifaceid.
OvsdbIfaceId(String) - Constructor for class org.onosproject.ovsdb.controller.OvsdbIfaceId
Constructor from a String.
OvsdbInterface - Class in org.onosproject.ovsdb.controller
The class representing an OVSDB interface.
OvsdbInterface.Builder - Class in org.onosproject.ovsdb.controller
Builder of OVSDB interface entities.
OvsdbInterface.Type - Enum in org.onosproject.ovsdb.controller
 
OvsdbMap - Class in org.onosproject.ovsdb.rfc.notation
OvsdbMap is a 2-element JSON array that represents a database map value.
ovsdbMap(Map) - Static method in class org.onosproject.ovsdb.rfc.notation.OvsdbMap
convert Map into OvsdbMap.
OvsdbMapSerializer - Class in org.onosproject.ovsdb.rfc.notation.json
OvsdbMap Serializer.
OvsdbMapSerializer() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.OvsdbMapSerializer
 
OvsdbMirror - Class in org.onosproject.ovsdb.controller
The class representing an OVSDB mirror.
OvsdbMirror.Builder - Class in org.onosproject.ovsdb.controller
Builder of OVSDB mirror entities.
OvsdbNodeId - Class in org.onosproject.ovsdb.controller
The class representing a nodeId of node which using ovsdb connection.
OvsdbNodeId(IpAddress, long) - Constructor for class org.onosproject.ovsdb.controller.OvsdbNodeId
Creates a new node identifier from an IpAddress ipAddress, a long port.
OvsdbNodeListener - Interface in org.onosproject.ovsdb.controller
Allows for providers interested in node events to be notified.
OVSDBPORT - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Ovsdb port.
OvsdbPort - Class in org.onosproject.ovsdb.controller
The class representing a ovsdb port.
OvsdbPort(OvsdbPortNumber, OvsdbPortName) - Constructor for class org.onosproject.ovsdb.controller.OvsdbPort
Constructor from OvsdbPortNumber portNumber, OvsdbPortName portName.
OvsdbPortName - Class in org.onosproject.ovsdb.controller
The class representing a port number.
OvsdbPortName(String) - Constructor for class org.onosproject.ovsdb.controller.OvsdbPortName
Constructor from a String.
OvsdbPortNumber - Class in org.onosproject.ovsdb.controller
The class representing a port number.
OvsdbPortNumber(long) - Constructor for class org.onosproject.ovsdb.controller.OvsdbPortNumber
Constructor from a long value.
OvsdbPortType - Class in org.onosproject.ovsdb.controller
The class representing a port type.
OvsdbPortType(String) - Constructor for class org.onosproject.ovsdb.controller.OvsdbPortType
Constructor from a String.
OvsdbProviderService - Interface in org.onosproject.ovsdb.controller.driver
Represents the driver side of an ovsdb node.
OvsdbRowStore - Class in org.onosproject.ovsdb.controller
The class representing a table data.
OvsdbRowStore() - Constructor for class org.onosproject.ovsdb.controller.OvsdbRowStore
 
OvsdbRpc - Interface in org.onosproject.ovsdb.rfc.jsonrpc
The following interface describe the RPC7047's methods that are supported.
OvsdbSet - Class in org.onosproject.ovsdb.rfc.notation
OvsdbSet is either an atom, representing a set with exactly one element, or a 2-element JSON array that represents a database set value.
ovsdbSet(Set) - Static method in class org.onosproject.ovsdb.rfc.notation.OvsdbSet
convert Set into OvsdbSet.
OvsdbSetSerializer - Class in org.onosproject.ovsdb.rfc.notation.json
OvsdbSet Serializer.
OvsdbSetSerializer() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.OvsdbSetSerializer
 
OvsdbStore - Class in org.onosproject.ovsdb.controller
The cache for local ovsdb database.
OvsdbStore() - Constructor for class org.onosproject.ovsdb.controller.OvsdbStore
 
OvsdbTable - Enum in org.onosproject.ovsdb.rfc.table
Ovsdb table name.
OvsdbTableService - Interface in org.onosproject.ovsdb.rfc.tableservice
Representation of conversion between Ovsdb table and Row.
OvsdbTableStore - Class in org.onosproject.ovsdb.controller
The class representing a database data.
OvsdbTableStore() - Constructor for class org.onosproject.ovsdb.controller.OvsdbTableStore
 
OvsdbTunnelProvider - Class in org.onosproject.ovsdb.provider.tunnel
Provider which uses when tunnel added/removed.
OvsdbTunnelProvider() - Constructor for class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 

P

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.
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.
ParamUtil - Class in org.onosproject.ovsdb.rfc.utils
Params utility class.
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.
PATCH_PEER - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
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.
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
 
PORT - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Port table.
Port - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Port Table.
Port(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Port
Constructs a Port object.
Port.PortColumn - Enum in org.onosproject.ovsdb.rfc.table
Port table column name.
portName() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
portName() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the Port name associated with the host.
portName() - Method in class org.onosproject.ovsdb.controller.OvsdbPort
Gets the port name of port.
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.
portNumber() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
portNumber() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the Port number associated with the host.
portNumber() - Method in class org.onosproject.ovsdb.controller.OvsdbPort
Gets the port number of port.
PORTS - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
PortStatisticsService - Interface in org.onosproject.incubator.net
Service for obtaining statistic information about device ports.
portType() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
portType() - Method in interface org.onosproject.ovsdb.controller.OvsdbEventSubject
Returns the Port type associated with the host.
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.
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.
priority(int) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
processRequest(JsonNode) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
processRequest(JsonNode) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
processes request from ovsdb.
processResult(JsonNode) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
processResult(JsonNode) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Processes result from ovsdb.
producerName() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
producerName() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns tunnel producer name.
product(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means *= .
protocol() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow protocol.
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 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.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
pushFlowMetrics(NetworkId, 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(NetworkId, 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.
pushTableStatistics(NetworkId, 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

Qos - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Qos Table.
Qos(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Qos
Constructs a Qos object.
Qos.QosColumn - Enum in org.onosproject.ovsdb.rfc.table
Qos table column name.
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 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 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 - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Queue Table.
Queue(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Queue
Constructs a Queue object.
Queue.QueueColumn - Enum in org.onosproject.ovsdb.rfc.table
Queue table column name.
quotient(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means /= .

R

readToJsonNode(ByteBuf, List<Object>, JsonReadContext) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcReaderUtil
Decode the bytes to Json object.
RealBaseType - Class in org.onosproject.ovsdb.rfc.schema.type
One of the strings "integer", "real", "boolean", "string", or "uuid", representing the specified scalar type.
RealBaseType() - Constructor for class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
Constructs a RealBaseType object.
RealBaseType(double, double, Set<Double>) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
Constructs a RealBaseType object.
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.
receivedTime() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
Returns DPI statistics received time.
refTable() - Method in class org.onosproject.ovsdb.rfc.notation.RefTableRow
Returns refTable.
RefTableRow - Class in org.onosproject.ovsdb.rfc.notation
The RefTable type that can be expanded to Row.
RefTableRow(String, JsonNode) - Constructor for class org.onosproject.ovsdb.rfc.notation.RefTableRow
RefTableRow constructor.
refType() - Method in enum org.onosproject.ovsdb.rfc.schema.type.UuidBaseType.RefType
Returns the refType for RefType.
register(P) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistry
Registers the supplied virtual provider with the virtual core.
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.
registerTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Registers the specified, externally generated tenant identifier.
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 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 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.
releaseTunnel(Tunnel) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
releaseTunnel(ElementId, Tunnel) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
remainder(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means %= .
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 interface org.onosproject.incubator.net.intf.InterfaceAdminService
Removes an interface configuration from the system.
removeConfigListener(ElasticConfigListener) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Unregisters a previously added listener.
removeConnectedNode(OvsdbNodeId) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbAgent
Clear all state in controller node maps for a node that has disconnected from the local controller.
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 interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProvider
Instructs the provider to remove the specified flow rules to their respective virtual devices.
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.
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.
removeNodeListener(OvsdbNodeListener) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Removes Node Event Listener.
removeOvsdbEventListener(OvsdbEventListener) - Method in interface org.onosproject.ovsdb.controller.OvsdbController
Removes ovsdb event listener.
removePort(NetworkId, DeviceId, PortNumber) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified port from the given device and network.
removeRoute(Route) - Method in interface org.onosproject.incubator.net.routing.RouteStore
Removes the given route from the store.
removeRow(String, String, String) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
removeRow(String, String, String) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Removes the OVSDB row from local OVSDB store.
removeTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified tenant ID from the store.
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 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 interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual device and all its ports and affiliated links.
removeVirtualHost(NetworkId, HostId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual host.
removeVirtualLink(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual link.
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 interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Removes the specified virtual port.
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(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.
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.
result() - Method in class org.onosproject.ovsdb.rfc.message.TableUpdates
Return the map of TableUpdate.
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.
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.
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.
RouteService - Interface in org.onosproject.incubator.net.routing
Unicast IP route service.
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.
Row - Class in org.onosproject.ovsdb.rfc.notation
Row is the basic element of the OpenVswitch's table.
Row() - Constructor for class org.onosproject.ovsdb.rfc.notation.Row
Row constructor.
Row(String, Uuid, Map<String, Column>) - Constructor for class org.onosproject.ovsdb.rfc.notation.Row
Row constructor.
rows() - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
Return rows.
RowUpdate - Class in org.onosproject.ovsdb.rfc.message
A TableUpdate is an object that maps from the row's UUID to a RowUpdate object.
RowUpdate(Uuid, Row, Row) - Constructor for class org.onosproject.ovsdb.rfc.message.RowUpdate
Constructs a RowUpdate object.

S

SCHEMES - Static variable in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
Select - Class in org.onosproject.ovsdb.rfc.operations
select operation.Refer to RFC 7047 Section 5.2.
Select(TableSchema, List<Condition>, List<String>) - Constructor for class org.onosproject.ovsdb.rfc.operations.Select
Constructs a Select object.
selectAll(boolean) - Method in class org.onosproject.ovsdb.controller.OvsdbMirror.Builder
Returns OVSDB mirror builder with select all.
selectAll() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
Returns selectAll value.
selector(TrafficSelector) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
sender() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the source IP address of the message.
serialize(Condition, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.ConditionSerializer
 
serialize(Mutation, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.MutationSerializer
 
serialize(OvsdbMap, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.OvsdbMapSerializer
 
serialize(OvsdbSet, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.OvsdbSetSerializer
 
serialize(Uuid, JsonGenerator, SerializerProvider) - Method in class org.onosproject.ovsdb.rfc.notation.json.UuidSerializer
 
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
 
set() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbSet
Returns set.
setActiveTimeout(Long) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Add a Column entity which column name is "active_timeout" to the Row entity of attributes.
setAddIdToInterface(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Add a Column entity which column name is "add_id_to_interface" to the Row entity of attributes.
setAdminState(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "admin_state" to the Row entity of attributes.
setAgent(OvsdbAgent) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
setAgent(OvsdbAgent) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Sets the ovsdb agent to be used.
setAgent(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Add a Column entity which column name is "agent" to the Row entity of attributes.
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
 
setBfd(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "bfd" to the Row entity of attributes.
setBfdStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "bfd_status" to the Row entity of attributes.
setBondDownDelay(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "bond_downdelay" to the Row entity of attributes.
setBondFakeInterface(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "bond_fake_iface" to the Row entity of attributes.
setBondMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "bond_mode" to the Row entity of attributes.
setBondType(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "bond_type" to the Row entity of attributes.
setBondUpDelay(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "bond_updelay" to the Row entity of attributes.
setBootstrapCaCert(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Add a Column entity which column name is "bootstrap_ca_cert" to the Row entity of attributes.
setBreed(String) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setBridge(Uuid) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Add a Column entity which column name is "bridge" to the Row entity of attributes.
setBridges(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "bridges" to the Row entity of attributes.
setBufStack(Stack<Byte>) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Set bufStack, used for match the braces and double quotes.
setBurstLimit(Long) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "controller_burst_limit" to the Row entity of attributes.
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
 
setCaCert(String) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Add a Column entity which column name is "ca_cert" to the Row entity of attributes.
setCacheActiveTimeout(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "cache_active_timeout" to the Row entity of attributes.
setCacheMaxFlows(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "cache_max_flows" to the Row entity of attributes.
setCallback(Callback) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
setCallback(Callback) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Sets call back.
setCapabilities(Map<String, Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "capabilities" to the Row entity of attributes.
setCertificate(String) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Add a Column entity which column name is "certificate" to the Row entity of attributes.
setCfmFault(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_fault" to the Row entity of attributes.
setCfmFaultStatus(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_fault_status" to the Row entity of attributes.
setCfmFlapCount(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_flap_count" to the Row entity of attributes.
setCfmHealth(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_health" to the Row entity of attributes.
setCfmMpid(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_mpid" to the Row entity of attributes.
setCfmRemoteMpid(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_remote_mpid" to the Row entity of attributes.
setCfmRemoteMpids(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_remote_mpids" to the Row entity of attributes.
setCfmRemoteOpState(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "cfm_remote_opstate" to the Row entity of attributes.
setChannel(Channel) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
setChannel(Channel) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Sets the associated Netty channel for this node.
setConnection(boolean) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
setConnection(boolean) - Method in interface org.onosproject.ovsdb.controller.driver.OvsdbProviderService
Sets whether the node is connected.
setConnectionMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "connection_mode" to the Row entity of attributes.
setConnectionMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "connection_mode" to the Row entity of attributes.
setController(OvsdbSet) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "controller" to the Row entity of attributes.
setControllersWithDeviceId(DeviceId, List<ControllerInfo>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
setControllersWithDeviceId(DeviceId, List<ControllerInfo>) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Sets the Controllers for the specified device.
setCount(int) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Set count value.
setCurrentConfig(Long) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "cur_cfg" to the Row entity of attributes.
setDataHandler(ColumnDescription, Object) - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
setDataHandler(ColumnDescription, Object) - Method in interface org.onosproject.ovsdb.rfc.tableservice.OvsdbTableService
Set column data of row.
setDatapathId(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "datapath_id" to the Row entity of attributes.
setDatapathType(String) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "datapath_type" to the Row entity of attributes.
setDbVersion(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "db_version" to the Row entity of attributes.
setDetails(String) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Set details value.
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
 
setDiscoverAcceptRegex(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "discover_accept_regex" to the Row entity of attributes.
setDiscoverUpdateResolvConf(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "discover_update_resolv_conf" to the Row entity of attributes.
setDpiThroughputBps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setDpiThroughputPps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setDscp(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Queue
Add a Column entity which column name is "dscp" to the Row entity of attributes.
setDuplex(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "duplex" to the Row entity of attributes.
setEgressVlan(VlanId) - Method in class org.onosproject.incubator.net.config.basics.McastConfig
Sets egress VLAN of multicast traffic.
setEnableAsyncMessages(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "enable_async_messages" to the Row entity of attributes.
setEngineId(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Add a Column entity which column name is "engine_id" to the Row entity of attributes.
setEngineType(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Add a Column entity which column name is "engine_type" to the Row entity of attributes.
setError(String) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Set error value.
setError(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "error" to the Row entity of attributes.
setEthernetBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Queue
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setExternalIds(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Add a Column entity which column name is "external_ids" to the Row entity of attributes.
setFailMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "fail_mode" to the Row entity of attributes.
setFakeBridge(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "fake_bridge" to the Row entity of attributes.
setFloodVlans(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "flood_vlans" to the Row entity of attributes.
setFlowDelay(Duration) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set flow delay.
setFlowLimit(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Add a Column entity which column name is "flow_limit" to the Row entity of attributes.
setFlows(int) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setFlowTables(Map<Long, Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "flow_tables" to the Row entity of attributes.
setGroups(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Add a Column entity which column name is "groups" to the Row entity of attributes.
setGuessedFlowProtos(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setHeader(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Add a Column entity which column name is "header" to the Row entity of attributes.
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
 
setId(Long) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Add a Column entity which column name is "id" to the Row entity of attributes.
setIfIndex(Long) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "ifindex" to the Row entity of attributes.
setInactivityProbe(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "inactivity_probe" to the Row entity of attributes.
setInactivityProbe(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "inactivity_probe" to the Row entity of attributes.
setIngressPolicingBurst(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "ingress_policing_burst" to the Row entity of attributes.
setIngressPolicingRate(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "ingress_policing_rate" to the Row entity of attributes.
setIngressVlan(VlanId) - Method in class org.onosproject.incubator.net.config.basics.McastConfig
Sets ingress VLAN of multicast traffic.
setInterfaces(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "interfaces" to the Row entity of attributes.
setIpBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setIpfix(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "ipfix" to the Row entity of attributes.
setIpfix(Uuid) - Method in class org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet
Add a Column entity which column name is "ipfix" to the Row entity of attributes.
setIpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setIsConnected(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "is_connected" to the Row entity of attributes.
setIsConnected(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "is_connected" to the Row entity of attributes.
setKnownFlows(List<FlowStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the known flows information.
setLacp(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "lacp" to the Row entity of attributes.
setLacpCurrent(Set<Boolean>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "lacp_current" to the Row entity of attributes.
setLastReadBytes(int) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Set lastReadBytes.
setLinkResets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "link_resets" to the Row entity of attributes.
setLinkSpeed(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "link_speed" to the Row entity of attributes.
setLinkState(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "link_state" to the Row entity of attributes.
setLocalGateway(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "local_gateway" to the Row entity of attributes.
setLocalIp(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "local_ip" to the Row entity of attributes.
setLocalNetmask(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "local_netmask" to the Row entity of attributes.
setMac(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "mac" to the Row entity of attributes.
setMac(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "mac" to the Row entity of attributes.
setMacInUse(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "mac_in_use" to the Row entity of attributes.
setManagerOptions(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "manager_options" to the Row entity of attributes.
setManagers(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "managers" to the Row entity of attributes.
setMaxBackoff(Long) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "max_backoff" to the Row entity of attributes.
setMaxBackoff(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "max_backoff" to the Row entity of attributes.
setMirrors(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "mirrors" to the Row entity of attributes.
setMonitor(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "monitor" to the Row entity of attributes.
setMtu(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "mtu" to the Row entity of attributes.
setName(String) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "name" to the Row entity of attributes.
setName(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Add a Column entity which column name is "name" to the Row entity of attributes.
setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "name" to the Row entity of attributes.
setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "name" to the Row entity of attributes.
setName(String) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "name" to the Row entity of attributes.
setNetflow(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "netflow" to the Row entity of attributes.
setNextConfig(Long) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "next_cfg" to the Row entity of attributes.
setObsDomainId(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "obs_domain_id" to the Row entity of attributes.
setObsPointId(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "obs_point_id" to the Row entity of attributes.
setOpenFlowPort(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "ofport" to the Row entity of attributes.
setOpenFlowPortRequest(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "ofport_request" to the Row entity of attributes.
setOptions(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "options" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOtherConfig(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Queue
Add a Column entity which column name is "other_config" to the Row entity of attributes.
setOutputPort(Uuid) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "output_port" to the Row entity of attributes.
setOutputVlan(Short) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "output_vlan" to the Row entity of attributes.
setOverflowPolicy(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Add a Column entity which column name is "overflow_policy" to the Row entity of attributes.
setOvsVersion(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "ovs_version" to the Row entity of attributes.
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
 
setPolling(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Add a Column entity which column name is "polling" to the Row entity of attributes.
setPorts(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "ports" to the Row entity of attributes.
setPrefixes(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.FlowTable
Add a Column entity which column name is "prefixes" to the Row entity of attributes.
setPrivateKey(String) - Method in class org.onosproject.ovsdb.rfc.table.Ssl
Add a Column entity which column name is "private_key" to the Row entity of attributes.
setProtocol(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setProtocols(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "protocols" to the Row entity of attributes.
setProvider(IntentDomainProvider) - Method in class org.onosproject.incubator.net.domain.IntentDomain
Sets the provider for the intent domain if one is not already set.
setQos(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "qos" to the Row entity of attributes.
setQueues(Map<Long, Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
Add a Column entity which column name is "queues" to the Row entity of attributes.
setRateLimit(Long) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "controller_rate_limit" to the Row entity of attributes.
setRole(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "role" to the Row entity of attributes.
setRows(List<Row>) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Set rows value.
setSampling(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "sampling" to the Row entity of attributes.
setSampling(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Add a Column entity which column name is "sampling" to the Row entity of attributes.
setSelectAll(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "select_all" to the Row entity of attributes.
setSelectDstPort(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "select_dst_port" to the Row entity of attributes.
setSelectSrcPort(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "select_src_port" to the Row entity of attributes.
setSelectVlan(Set<Short>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "select_vlan" to the Row entity of attributes.
setSflow(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "sflow" to the Row entity of attributes.
setSsl(Set<Uuid>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "ssl" to the Row entity of attributes.
setStartMatch(boolean) - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonReadContext
Set isStartMatch.
setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "statistics" to the Row entity of attributes.
setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.Mirror
Add a Column entity which column name is "statistics" to the Row entity of attributes.
setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "statistics" to the Row entity of attributes.
setStatistics(Map<String, Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "statistics" to the Row entity of attributes.
setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "status" to the Row entity of attributes.
setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "status" to the Row entity of attributes.
setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "status" to the Row entity of attributes.
setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "status" to the Row entity of attributes.
setStatus(Map<String, String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "status" to the Row entity of attributes.
setStpEnable(Boolean) - Method in class org.onosproject.ovsdb.rfc.table.Bridge
Add a Column entity which column name is "stpenable" to the Row entity of attributes.
setSystemType(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "system_type" to the Row entity of attributes.
setSystemVersion(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.OpenVSwitch
Add a Column entity which column name is "system_version" to the Row entity of attributes.
setTableName(String) - Method in class org.onosproject.ovsdb.rfc.notation.Row
Set tableName value.
setTag(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "tag" to the Row entity of attributes.
setTarget(String) - Method in class org.onosproject.ovsdb.rfc.table.Controller
Add a Column entity which column name is "target" to the Row entity of attributes.
setTarget(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Manager
Add a Column entity which column name is "target" to the Row entity of attributes.
setTargets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Ipfix
Add a Column entity which column name is "targets" to the Row entity of attributes.
setTargets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Netflow
Add a Column entity which column name is "targets" to the Row entity of attributes.
setTargets(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Sflow
Add a Column entity which column name is "targets" to the Row entity of attributes.
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
 
setTrunks(Set<Long>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "trunks" to the Row entity of attributes.
setTunnelId(TunnelId) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set tunnel id.
setType(String) - Method in class org.onosproject.ovsdb.rfc.table.Interface
Add a Column entity which column name is "type" to the Row entity of attributes.
setType(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Qos
Add a Column entity which column name is "type" to the Row entity of attributes.
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(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.
setupTunnel(Tunnel, Path) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
setupTunnel(ElementId, Tunnel, Path) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
setUuid(Uuid) - Method in class org.onosproject.ovsdb.rfc.message.OperationResult
Set uuid value.
setUuid(Uuid) - Method in class org.onosproject.ovsdb.rfc.notation.Row
Sets uuid value.
setVlanMode(Set<String>) - Method in class org.onosproject.ovsdb.rfc.table.Port
Add a Column entity which column name is "vlan_mode" to the Row entity of attributes.
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
 
Sflow - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Sflow Table.
Sflow(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Sflow
Constructs a Sflow object.
Sflow.SflowColumn - Enum in org.onosproject.ovsdb.rfc.table
Sflow table column name.
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.
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 interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the source MAC address of the message.
Ssl - Class in org.onosproject.ovsdb.rfc.table
This class provides operations of Ssl Table.
Ssl(DatabaseSchema, Row) - Constructor for class org.onosproject.ovsdb.rfc.table.Ssl
Constructs a Ssl object.
Ssl.SslColumn - Enum in org.onosproject.ovsdb.rfc.table
Ssl table column name.
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.
stolen(List<String>) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.Callback
The "stolen" notification is provided to notify a client, which had previously obtained a lock, that another client has stolen ownership of that lock.
StringBaseType - Class in org.onosproject.ovsdb.rfc.schema.type
One of the strings "integer", "real", "boolean", "string", or "uuid", representing the specified scalar type.
StringBaseType() - Constructor for class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
Constructs a StringBaseType object.
StringBaseType(int, int, Set<String>) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
Constructs a StringBaseType object.
StringEncoderUtil - Class in org.onosproject.ovsdb.rfc.utils
StringEncoder utility class.Only UTF-8 encoding is supported refer to RFC7047's Section 3.1.
subject() - Method in class org.onosproject.ovsdb.controller.OvsdbEvent
Returns the subject of event.
submit(IntentDomainId, IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Submits an intent resource to the intent domain for installation.
sum(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.MutationUtil
Returns a Mutation that means += .

T

tableDesc() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
Get TableDescription entity.
TableDescription - Class in org.onosproject.ovsdb.rfc.tableservice
Table description.
TableDescription(OvsdbTable) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Constructs a MonitorRequest object.
TableDescription(OvsdbTable, VersionNum) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Constructs a MonitorRequest object.
TableDescription(OvsdbTable, VersionNum, VersionNum) - Constructor for class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Constructs a MonitorRequest object.
TableGenerator - Class in org.onosproject.ovsdb.rfc.table
Table generator.
tableName() - Method in class org.onosproject.ovsdb.rfc.notation.Row
Returns tableName.
tableName() - Method in enum org.onosproject.ovsdb.rfc.table.OvsdbTable
Returns the table name for OvsdbTable.
TableSchema - Class in org.onosproject.ovsdb.rfc.schema
A schema for the table represented by table-schema, which consists of a set of columns.
TableSchema(String, Map<String, ColumnSchema>) - Constructor for class org.onosproject.ovsdb.rfc.schema.TableSchema
Constructs a TableSchema object.
TableSchemaNotFoundException - Exception in org.onosproject.ovsdb.rfc.exception
This exception is thrown when a TableSchema cannot be found.
TableSchemaNotFoundException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.TableSchemaNotFoundException
Constructs a TableSchemaNotFoundException object.
TableSchemaNotFoundException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.TableSchemaNotFoundException
Constructs a TableSchemaNotFoundException object.
tableSchemas() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Returns a map of TableSchema.
TableUpdate - Class in org.onosproject.ovsdb.rfc.message
TableUpdate is an object that maps from the row's UUID to a RowUpdate object.
tableUpdate(Map<Uuid, RowUpdate>) - Static method in class org.onosproject.ovsdb.rfc.message.TableUpdate
Get TableUpdate entity.
tableUpdate(TableSchema) - Method in class org.onosproject.ovsdb.rfc.message.TableUpdates
Return TableUpdate.
TableUpdates - Class in org.onosproject.ovsdb.rfc.message
TableUpdates is an object that maps from a table name to a TableUpdate.
tableUpdates(Map<String, TableUpdate>) - Static method in class org.onosproject.ovsdb.rfc.message.TableUpdates
Get TableUpdates.
target() - Method in interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the target IP address of the message.
tbUpdatesJsonNode() - Method in class org.onosproject.ovsdb.rfc.message.UpdateNotification
Return tbUpdatesJsonNode.
tcpPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic TCP packets.
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.
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
 
topologyChanged(Set<Set<ConnectPoint>>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkProviderService
Set of separate topology clusters expressed in terms of connect points which belong to the same SCC of the underlying topology.
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
 
toString() - Method in class org.onosproject.ovsdb.controller.DefaultEventSubject
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbBridge
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbEvent
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbMirror
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbNodeId
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbPort
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbPortName
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbPortNumber
 
toString() - Method in class org.onosproject.ovsdb.controller.OvsdbPortType
 
toString() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcRequest
 
toString() - Method in class org.onosproject.ovsdb.rfc.jsonrpc.JsonRpcResponse
 
toString() - Method in class org.onosproject.ovsdb.rfc.message.MonitorRequest
 
toString() - Method in class org.onosproject.ovsdb.rfc.message.MonitorSelect
 
toString() - Method in class org.onosproject.ovsdb.rfc.message.RowUpdate
 
toString() - Method in class org.onosproject.ovsdb.rfc.message.TableUpdate
 
toString() - Method in class org.onosproject.ovsdb.rfc.message.TableUpdates
 
toString() - Method in class org.onosproject.ovsdb.rfc.message.UpdateNotification
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.Column
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.Condition
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.Mutation
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbMap
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.OvsdbSet
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.RefTableRow
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.Row
 
toString() - Method in class org.onosproject.ovsdb.rfc.notation.Uuid
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.ColumnSchema
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.TableSchema
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.AtomicColumnType
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.BooleanBaseType
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.IntegerBaseType
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.RealBaseType
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.StringBaseType
 
toString() - Method in class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
 
toString() - Method in class org.onosproject.ovsdb.rfc.tableservice.AbstractOvsdbTableService
 
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.
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).
transact(DatabaseSchema, List<Operation>) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
transact(DatabaseSchema, List<Operation>) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.OvsdbRpc
This RPC method causes the database server to execute a series of operations in the specified order on a given database.
transactStr(String, DatabaseSchema, List<Operation>) - Static method in class org.onosproject.ovsdb.rfc.utils.JsonRpcWriterUtil
Returns string of transact request.
translateToAlarm(DeviceId, InputStream) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmTranslator
Translates message from device into an alarm with appropriate information.
transToValue(JsonNode, BaseType) - Static method in class org.onosproject.ovsdb.rfc.utils.TransValueUtil
convert into value.
TransValueUtil - Class in org.onosproject.ovsdb.rfc.utils
Object value utility class.
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
 
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_KEY - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
TUNNEL_LOCAL_IP - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
TUNNEL_REMOTE_IP - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 
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.
tunnelAdded(TunnelDescription) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
TunnelAdminService - Interface in org.onosproject.incubator.net.tunnel
Service for administering the inventory of provisioned tunnels.
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.
TunnelDescription - Interface in org.onosproject.incubator.net.tunnel
Describes a tunnel.
tunnelDown(NetworkId, ConnectPoint, ConnectPoint, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.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.
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.
tunnelQueryById(TunnelId) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
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.
tunnelRemoved(TunnelDescription) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
TunnelService - Interface in org.onosproject.incubator.net.tunnel
Service for interacting with the inventory of tunnels.
tunnelService - Variable in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
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.VirtualNetworkProviderService
This method is used to notify the VirtualNetwork service that a tunnel is now ACTIVE.
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.
tunnelUpdated(TunnelDescription) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
two() - Method in class org.onosproject.incubator.net.domain.TunnelPrimitive
The getter for the second connection point associated with a tunnel.
type() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the type of the instance node.
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.
type() - Method in class org.onosproject.ovsdb.controller.OvsdbEvent
Returns the type of event.
type(OvsdbInterface.Type) - Method in class org.onosproject.ovsdb.controller.OvsdbInterface.Builder
Returns OVSDB interface builder with a given interface type.
type() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns type of the interface.
type() - Method in class org.onosproject.ovsdb.rfc.schema.ColumnSchema
Returns the type of column.
type() - Method in enum org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory.Type
Returns the type for Type.
typeToString() - Method in class org.onosproject.ovsdb.controller.OvsdbInterface
Returns type of the interface with lowercase string.
TYPEVXLAN - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
 

U

udpPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic UDP packets.
unEquals(String, Object) - Static method in class org.onosproject.ovsdb.rfc.utils.ConditionUtil
Returns a Condition that means Function.NOT_EQUALS .
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.
unregister(P) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistry
Unregisters the supplied virtual provider.
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 interface org.onosproject.incubator.net.neighbour.NeighbourResolutionService
Unregisters all neighbour handlers that were registered by the given application.
unregisterTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Unregisters the specified, externally generated tenant identifier.
unsetProvider() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Unsets the provider for the intent domain.
UnsupportedException - Exception in org.onosproject.ovsdb.rfc.exception
This exception is thrown when the caller invoke the unsupported method or use the encoding is not supported.
UnsupportedException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.UnsupportedException
Constructs a UnsupportedException object.
UnsupportedException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.UnsupportedException
Constructs a UnsupportedException object.
untilVersion() - Method in class org.onosproject.ovsdb.rfc.tableservice.ColumnDescription
Returns the end of the version.
untilVersion() - Method in class org.onosproject.ovsdb.rfc.tableservice.TableDescription
Returns the end of the version.
update(Collection<Route>) - Method in interface org.onosproject.incubator.net.routing.RouteAdminService
Updates the given routes in the route service.
update(UpdateNotification) - Method in interface org.onosproject.ovsdb.rfc.jsonrpc.Callback
The "update" notification is sent by the server to the client to report changes in tables that are being monitored following a "*monitor" request.
Update - Class in org.onosproject.ovsdb.rfc.operations
update operation.Refer to RFC 7047 Section 5.2.
Update(TableSchema, Row, List<Condition>) - Constructor for class org.onosproject.ovsdb.rfc.operations.Update
Constructs a Update object.
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.
UpdateNotification - Class in org.onosproject.ovsdb.rfc.message
The "update" notification is sent by the server to the client to report changes in tables that are being monitored following a "monitor" request.
UpdateNotification(Object, JsonNode) - Constructor for class org.onosproject.ovsdb.rfc.message.UpdateNotification
Constructs a UpdateNotification object.
UpdateNotificationConverter - Class in org.onosproject.ovsdb.rfc.notation.json
UpdateNotificationDeser Converter.
UpdateNotificationConverter() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.UpdateNotificationConverter
 
updateOvsdbStore(String, String, String, Row) - Method in class org.onosproject.ovsdb.controller.driver.DefaultOvsdbClient
 
updateOvsdbStore(String, String, String, Row) - Method in interface org.onosproject.ovsdb.controller.OvsdbClientService
Updates the local OVSDB store.
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.
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.
updateTunnel(Tunnel, Path) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
updateTunnel(ElementId, Tunnel, Path) - Method in class org.onosproject.ovsdb.provider.tunnel.OvsdbTunnelProvider
 
updateTunnelState(Tunnel, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Updates the state of a tunnel.
usedNum() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns used number.
UUID - Static variable in class org.onosproject.ovsdb.controller.OvsdbConstant
Common column names.
uuid() - Method in class org.onosproject.ovsdb.rfc.message.RowUpdate
Return uuid.
uuid() - Method in class org.onosproject.ovsdb.rfc.notation.Row
Returns uuid.
Uuid - Class in org.onosproject.ovsdb.rfc.notation
Handles both uuid and named-uuid.
uuid(String) - Static method in class org.onosproject.ovsdb.rfc.notation.Uuid
Get UUID.
UuidBaseType - Class in org.onosproject.ovsdb.rfc.schema.type
One of the strings "integer", "real", "boolean", "string", or "uuid", representing the specified scalar type.
UuidBaseType() - Constructor for class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
Constructs a UuidBaseType object.
UuidBaseType(String, String) - Constructor for class org.onosproject.ovsdb.rfc.schema.type.UuidBaseType
Constructs a UuidBaseType object.
UuidBaseType.RefType - Enum in org.onosproject.ovsdb.rfc.schema.type
RefType is strong or weak.
UuidConverter - Class in org.onosproject.ovsdb.rfc.notation.json
UUIDConverter Converter.
UuidConverter() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.UuidConverter
 
UuidSerializer - Class in org.onosproject.ovsdb.rfc.notation.json
UUID Serializer.
UuidSerializer() - Constructor for class org.onosproject.ovsdb.rfc.notation.json.UuidSerializer
 

V

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.
value() - Method in class org.onosproject.ovsdb.controller.OvsdbDatapathId
Gets the value of datapathid.
value() - Method in class org.onosproject.ovsdb.controller.OvsdbIfaceId
Gets the value of ifaceid.
value() - Method in class org.onosproject.ovsdb.controller.OvsdbPortName
Gets the value of port name.
value() - Method in class org.onosproject.ovsdb.controller.OvsdbPortNumber
Gets the value of port number.
value() - Method in class org.onosproject.ovsdb.controller.OvsdbPortType
Gets the value of port type.
value() - Method in class org.onosproject.ovsdb.rfc.notation.Uuid
Returns value.
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.VirtualNetworkEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.controller.OvsdbEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.controller.OvsdbInterface.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.notation.Condition.Function
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.notation.Mutation.Mutator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.operations.Operation.Operations
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.schema.type.UuidBaseType.RefType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Bridge.BridgeColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Controller.ControllerColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet.FlowSampleCollectorSetColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.FlowTable.FlowTableColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Interface.InterfaceColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Ipfix.IpfixColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Manager.ManagerColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Mirror.MirrorColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Netflow.NetflowColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.OpenVSwitch.OpenVSwitchColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.OvsdbTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Port.PortColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Qos.QosColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Queue.QueueColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Sflow.SflowColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.Ssl.SslColumn
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.ovsdb.rfc.table.VersionNum
Returns the enum constant of this type with the specified name.
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.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.ovsdb.controller.OvsdbEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.controller.OvsdbInterface.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.notation.Condition.Function
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.notation.Mutation.Mutator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.operations.Operation.Operations
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.schema.type.ColumnTypeFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.schema.type.UuidBaseType.RefType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Bridge.BridgeColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Controller.ControllerColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.FlowSampleCollectorSet.FlowSampleCollectorSetColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.FlowTable.FlowTableColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Interface.InterfaceColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Ipfix.IpfixColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Manager.ManagerColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Mirror.MirrorColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Netflow.NetflowColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.OpenVSwitch.OpenVSwitchColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.OvsdbTable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Port.PortColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Qos.QosColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Queue.QueueColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Sflow.SflowColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.Ssl.SslColumn
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.ovsdb.rfc.table.VersionNum
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in class org.onosproject.ovsdb.rfc.schema.type.KeyValuedColumnType
Get valueType.
version() - Method in class org.onosproject.ovsdb.rfc.schema.DatabaseSchema
Returns the version of database.
versionCompare(String, String) - Static method in class org.onosproject.ovsdb.rfc.utils.VersionUtil
Compare fromVersion and toVersion.
versionMatch(String) - Static method in class org.onosproject.ovsdb.rfc.utils.VersionUtil
Match version by the format.
VersionMismatchException - Exception in org.onosproject.ovsdb.rfc.exception
This exception is used when the a table or row is accessed though a typed interface and the version requirements are not met.
VersionMismatchException(String) - Constructor for exception org.onosproject.ovsdb.rfc.exception.VersionMismatchException
Constructs a VersionMismatchException object.
VersionMismatchException(String, Throwable) - Constructor for exception org.onosproject.ovsdb.rfc.exception.VersionMismatchException
Constructs a VersionMismatchException object.
VersionNum - Enum in org.onosproject.ovsdb.rfc.table
The version number of tables and columns.
versionNum() - Method in enum org.onosproject.ovsdb.rfc.table.VersionNum
Returns the version number for VersionNum.
VersionUtil - Class in org.onosproject.ovsdb.rfc.utils
Version utility class.
VIRTUAL_NETWORK_TOPIC - Static variable in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
The topic used for obtaining globally unique ids.
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 and virtual networks).
VirtualElement - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual element.
VirtualFlowRuleProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual flow rule provider.
VirtualFlowRuleProviderRegistry - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction for a flow rule provider registry.
VirtualFlowRuleProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual flow rule providers can inject information into the core.
VirtualHost - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual end-station host.
VirtualLink - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual link.
VirtualNetwork - Interface in org.onosproject.incubator.net.virtual
Representation of a virtual network.
VirtualNetworkAdminService - Interface in org.onosproject.incubator.net.virtual
Service for managing the inventory of virtual networks.
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, 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.Type - Enum in org.onosproject.incubator.net.virtual
Type of virtual network events.
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.
VirtualNetworkListener - Interface in org.onosproject.incubator.net.virtual
Represents entity capable of receiving virtual network events.
VirtualNetworkProvider - Interface in org.onosproject.incubator.net.virtual
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
Abstraction of a virtual network provider registry.
VirtualNetworkProviderService - Interface in org.onosproject.incubator.net.virtual
Service through which virtual network providers can inject information into the core.
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.
VirtualPort - Interface in org.onosproject.incubator.net.virtual
Representation of a virtual port.
VirtualProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a provider of information about virtual network environment.
VirtualProviderRegistry<P extends VirtualProvider,S extends VirtualProviderService<P>> - Interface in org.onosproject.incubator.net.virtual.provider
Registry for tracking information virtual 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.
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 interface org.onosproject.incubator.net.neighbour.NeighbourMessageContext
Gets the vlan of the packet, if any.
VnetService - Interface in org.onosproject.incubator.net.virtual
Virtual network service interface.

W

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(Collection<Route>) - Method in interface org.onosproject.incubator.net.routing.RouteAdminService
Withdraws the given routes from the route service.
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
 
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