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

A

abortDm(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Stop all Delay Measurements on a particular MEP.
abortDm(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Stop a particular named Delay Measurement on a particular MEP.
abortLm(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Stop all Loss Measurements on a particular MEP.
abortLm(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Stop a particular named Loss Measurement on a particular MEP.
abortLoopback(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Abort a Loopback session on the named Mep.
abortTestSignal(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Abort a Test Signal operation on a particular MEP.
absolute(Instant) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.StartTime
 
absolute(Instant) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.StopTime
 
absoluteTime - Variable in class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
absoluteTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
AbstractVirtualListenerManager<E extends org.onosproject.event.Event,L extends org.onosproject.event.EventListener<E>> - Class in org.onosproject.incubator.net.virtual.event
Basis for virtual event components which need to export listener mechanism.
AbstractVirtualListenerManager(VirtualNetworkService, NetworkId, Class<? extends Event>) - Constructor for class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
AbstractVirtualProvider - Class in org.onosproject.incubator.net.virtual.provider
 
AbstractVirtualProvider(ProviderId) - Constructor for class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProvider
Creates a virtual provider with the supplied identifier.
AbstractVirtualProviderService<P extends VirtualProvider> - Class in org.onosproject.incubator.net.virtual.provider
Base implementation of a virtual provider service, which tracks the provider to which it is issued and can be invalidated.
AbstractVirtualProviderService() - Constructor for class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
 
AbstractVnetService - Class in org.onosproject.incubator.net.virtual
Basis for virtual network service.
AbstractVnetService(VirtualNetworkService, NetworkId) - Constructor for class org.onosproject.incubator.net.virtual.AbstractVnetService
 
acknowledged() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns a flag to indicate if this alarm has been acknowledged.
acknowledged() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
activate() - Method in class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider
 
activate() - Method in class org.onosproject.incubator.rpc.impl.RemoteServiceManager
 
activeErrorCcmDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
activeErrorCcmDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get flag indicating that erroneous CCMs are being received from some MEP in this MEP’s MA.
activeErrorCcmDefect(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
activeMacStatusDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
activeMacStatusDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get flag indicating that a Port Status or Interface Status TLV is indicating an error condition.
activeMacStatusDefect(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
activeRdiCcmDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
activeRdiCcmDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get flag indicating that some other MEP in this MEP’s MA is transmitting the RDI bit.
activeRdiCcmDefect(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
activeRemoteCcmDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
activeRemoteCcmDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get flag indicating that CCMs are not being received from at least one of the configured remote MEPs.
activeRemoteCcmDefect(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
activeRemoteMepList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
activeRemoteMepList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the list of active Remote MEPs.
activeXconCcmDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
activeXconCcmDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get flag indicating indicating that CCMs are being received from a MEP that could be in some other MA.
activeXconCcmDefect(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
addChildren(Class<ConfigNode>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode.Builder
Adds children to the children field.
addConfigListener(ConfigStoreType, ConfigNodePath, ElasticConfigListener) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Registers a listener to be notified when the subtree rooted at the specified path is modified.
addCriteria(Set<ConfigNodePath>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter.Builder
Adds new ConfigNodePath filtering criteria to a ConfigFilter object.
addDevice(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual device to the store.
addDpiStatistics(DpiStatistics) - Method in interface org.onosproject.incubator.net.dpi.DpiStatisticsManagerService
Adds DpiStatistics at the end of the Store list.
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.
addLink(NetworkId, ConnectPoint, ConnectPoint, Link.State, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual link.
addListener(L) - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
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.
addOrUpdateExtraneousGroupEntry(NetworkId, Group) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
A group entry that is present in switch but not in the store.
addOrUpdateFlowRule(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Stores a new flow rule, or updates an existing entry.
addOrUpdateGroupEntry(NetworkId, Group) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Stores a new group entry, or updates an existing entry.
addPending(NetworkId, IntentData) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Adds a new operation, which should be persisted and delegated.
addPort(NetworkId, DeviceId, PortNumber, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new virtual port to the network.
addressType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
addTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Adds a new tenant ID to the store.
addToActiveRemoteMepList(RemoteMepEntry) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
addToAvailabilityHistories(LossAvailabilityStatHistory) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
addToComponentList(Component) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.MaBuilder
 
addToCountersEnabled(LossMeasurementCreate.CounterOption) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
addToCountersEnabled(LossMeasurementCreate.CounterOption) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
addToDelayMeasurementList(DelayMeasurementEntry) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
addToHistoricalResults(DelayMeasurementStatHistory) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
addToLinktraceDatabase(MepLtTransactionEntry) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry.MepLtEntryBuilder
 
addToLossMeasurementList(LossMeasurementEntry) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
addToLossMeasurementThreshold(LossMeasurementThreshold) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
addToLossMeasurementThreshold(LossMeasurementThreshold) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
addToLtrReplies(MepLtReply) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry.MepLtEntryBuilder
 
addToMaList(MaintenanceAssociation) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdBuilder
 
addToMeasurementHistories(LossMeasurementStatHistory) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
addToMeasurementsEnabled(DelayMeasurementCreate.MeasurementOption) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
addToMeasurementsEnabled(DelayMeasurementCreate.MeasurementOption) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
addToRemoteMepIdList(MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.MaBuilder
 
addToThreshold(LossMeasurementThreshold.ThresholdOption) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
addToThresholds(DelayMeasurementThreshold) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
addToThresholds(DelayMeasurementThreshold) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
addToThresholdsEnabled(DelayMeasurementThreshold.ThresholdOption) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
addToVidList(VlanId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component.ComponentBuilder
 
addTunnelId(Intent, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Deprecated.
in Kingfisher Release (1.10)
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.
administrativeState - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
administrativeState() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
administrativeState - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
administrativeState(boolean) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
administrativeState() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the administrative state of the MEP.
administrativeState(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
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(DeviceId, String) - Static method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmId
Creates an alarm identifier from the specified device id and unique identifier provided representation.
alarmId(String) - Static method in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmId
Creates an alarm identifier from the specified globally unique identifier.
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.
alignMeasurementIntervals - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
alignMeasurementIntervals() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
alignMeasurementIntervals - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
alignMeasurementIntervals(boolean) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
alignMeasurementIntervals() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
Whether the measurement intervals for the Loss Measurement session are aligned with a zero offset to real time.
alignMeasurementIntervals(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
alignMeasurementOffset - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
alignMeasurementOffset() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
alignMeasurementOffset - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
alignMeasurementOffset(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
alignMeasurementOffset() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The offset in minutes from the time of day value.
alignMeasurementOffset(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
allocateNextId(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowObjectiveStore
Allocates a next objective id.
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(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.
asMaId(int) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaId2Octet
 
asMaId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaId2Octet
 
asMaId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdCharStr
 
asMaId(String, String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
asMaId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
asMaId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
asMaId(int) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
asMaIdHex(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdRfc2685VpnId
 
asMdId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdCharStr
 
asMdId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdDomainName
 
asMdId(InternetDomainName) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdDomainName
 
asMdId(String) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
asMdId(MacAddress, int) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
asMdId() - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
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
 
availabilityCurrent() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
availabilityCurrent() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The current results for a SOAM Loss Measurement session for availability statistics.
availabilityCurrent(LossAvailabilityStatCurrent) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
availabilityFlrThreshold() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
availabilityFlrThreshold(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
availabilityFlrThreshold() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
Specifies a configurable availability threshold to be used in evaluating the availability/unavailability status of an availability indicator per MEF 10.2.1.
availabilityFlrThreshold(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
availabilityHistories() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
availabilityHistories() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The results for availability history Measurement Intervals in a SOAM Loss Measurement session.
availabilityMeasurementInterval() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
availabilityMeasurementInterval(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
availabilityMeasurementInterval() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
This object specifies the availability measurement interval.
availabilityMeasurementInterval(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
availabilityNumberConsecutiveFlrMeasurements() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
availabilityNumberConsecutiveFlrMeasurements(Integer) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
availabilityNumberConsecutiveFlrMeasurements() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
Specifies a configurable number of consecutive loss measurement PDUs.
availabilityNumberConsecutiveFlrMeasurements(Integer) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
availabilityNumberConsecutiveHighFlr() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
availabilityNumberConsecutiveHighFlr(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
availabilityNumberConsecutiveHighFlr() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
Specifies a configurable number of consecutive availability indicators.
availabilityNumberConsecutiveHighFlr(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
availabilityNumberConsecutiveIntervals() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
availabilityNumberConsecutiveIntervals(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
availabilityNumberConsecutiveIntervals() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
Specifies a configurable number of consecutive availability indicators to be used to determine a change in the availability status as indicated by MEF 10.2.1.
availabilityNumberConsecutiveIntervals(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
averageFlrBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
averageFlrBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The average backward frame loss ratio threshold value.
averageFlrBackward(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
averageFlrForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
averageFlrForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The average forward frame loss ratio threshold value.
averageFlrForward(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
averageFrameDelayBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageFrameDelayBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average backward delay threshold used to determine if a threshold notification is generated.
averageFrameDelayBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageFrameDelayForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageFrameDelayForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average forward delay threshold used to determine if a threshold notification is generated.
averageFrameDelayForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageFrameDelayRangeBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageFrameDelayRangeBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average backward Frame Delay Range threshold used to determine if a threshold notification is generated.
averageFrameDelayRangeBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageFrameDelayRangeForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageFrameDelayRangeForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average Frame Delay Range threshold used to determine if a threshold notification is generated.
averageFrameDelayRangeForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageFrameDelayRangeTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageFrameDelayRangeTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average two-way Frame Delay Range threshold used to determine if a threshold notification is generated.
averageFrameDelayRangeTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageFrameDelayTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageFrameDelayTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average two-way delay threshold used to determine if a threshold notification is generated.
averageFrameDelayTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageInterFrameDelayVariationBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageInterFrameDelayVariationBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average backward IFDV threshold used to determine if a threshold notification is generated.
averageInterFrameDelayVariationBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageInterFrameDelayVariationForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageInterFrameDelayVariationForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average IFDV threshold used to determine if a threshold notification is generated.
averageInterFrameDelayVariationForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
averageInterFrameDelayVariationTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
averageInterFrameDelayVariationTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The average two-way IFDV threshold used to determine if a threshold notification is generated.
averageInterFrameDelayVariationTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
avgPktSize() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic average packet size.

B

backwardAvailable() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardAvailable(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardAvailable() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of availability indicators during a small time interval.
backwardAvailable(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardAvailableRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
backwardAvailableRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The backward availability/total time ratio threshold value.
backwardAvailableRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
backwardAverageFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardAverageFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardAverageFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
backwardAverageFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
backwardAverageFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The average one-way availability flr in the backward direction,.
backwardAverageFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardAverageFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The average one-way frame loss ratio in the backward direction.
backwardAverageFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
backwardConsecutiveHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardConsecutiveHighLoss(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardConsecutiveHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
backwardConsecutiveHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of consecutive high loss intervals (CHLI) over time in the backward direction.
backwardConsecutiveHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardConsecutiveHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The consecutive backward high loss threshold value.
backwardConsecutiveHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
backwardHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardHighLoss(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
backwardHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of high loss intervals (HLI) over time in the backward direction.
backwardHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The backward high loss threshold value.
backwardHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
backwardMaxFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardMaxFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardMaxFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
backwardMaxFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
backwardMaxFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The maximum one-way availability flr in the backward direction,.
backwardMaxFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardMaxFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The maximum one-way frame loss ratio in the backward direction.
backwardMaxFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
backwardMinFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardMinFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardMinFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
backwardMinFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
backwardMinFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The minimum one-way availability flr in the backward direction,.
backwardMinFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardMinFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The minimum one-way frame loss ratio in the backward direction.
backwardMinFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
backwardReceivedFrames() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
backwardReceivedFrames(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
backwardReceivedFrames() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The number of frames received in the backward direction by this MEP.
backwardReceivedFrames(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
backwardTransmittedFrames() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
backwardTransmittedFrames(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
backwardTransmittedFrames() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The number of frames transmitted in the backward direction by this MEP.
backwardTransmittedFrames(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
backwardUnavailable() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
backwardUnavailable(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
backwardUnavailable() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of availability indicators during a small time interval.
backwardUnavailable(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
backwardUnavailableCount() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
backwardUnavailableCount() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The backward unavailability threshold value.
backwardUnavailableCount(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
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.
batchOperationComplete(NetworkId, FlowRuleBatchEvent) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Invoked on the completion of a storeBatch operation.
batchOperationCompleted(long, CompletedBatchOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Indicates to the core that the requested batch operation has been completed.
batchWrite(NetworkId, Iterable<IntentData>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Writes a batch of IntentData objects to the store.
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.
binsPerFdInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
binsPerFdInterval() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
binsPerFdInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
binsPerFdInterval(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
binsPerFdInterval() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
The number of measurement bins per Measurement Interval for Frame Delay measurements.
binsPerFdInterval(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
binsPerFdrInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
binsPerFdrInterval() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
binsPerFdrInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
binsPerFdrInterval(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
binsPerFdrInterval() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
The number of measurement bins per Measurement Interval for Frame Delay Range measurements.
binsPerFdrInterval(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
binsPerIfdvInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
binsPerIfdvInterval() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
binsPerIfdvInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
binsPerIfdvInterval(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
binsPerIfdvInterval() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
The number of measurement bins per Measurement Interval for Inter-Frame Delay Variation measurements.
binsPerIfdvInterval(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
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.
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
Builds the alarm.
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component.ComponentBuilder
 
build() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.MaBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate.MepLtCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry.MepLtEntryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry.MepLtEntryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate.MepTsCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
build() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
build() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStatCurrent.LaStatCurrentBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStatHistory.LaStatHistoryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmCreateBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStatCurrent.LmStatCurrentBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStatHistory.LmStatHistoryBuilder
 
build() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
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.
buildEntry() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
Builder(Alarm) - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Constructs a Builder to create a Default Alarm based on another alarm.
Builder(DeviceId, String, Alarm.SeverityLevel, long) - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Deprecated.
1.10.0 - Kingfisher
Builder(AlarmId, DeviceId, String, Alarm.SeverityLevel, long) - Constructor for class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Constructs a Builder to create a Default Alarm.
builder(int) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
builder(MaIdShort, int) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
builder(MaintenanceAssociation) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
builder(MdId) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
builder(MaintenanceDomain) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
builder(MepId, DeviceId, PortNumber, Mep.MepDirection, MdId, MaIdShort) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
builder(MepId, DeviceId, PortNumber, Mep.MepDirection, MdId, MaIdShort) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
builder(Mep) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
builder(MacAddress) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
builder(MepId) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
builder() - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
builder(MacAddress) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLtCreate
 
builder(MepId) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLtCreate
 
builder(MepId, RemoteMepEntry.RemoteMepState) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
builder(DelayMeasurementCreate.DmType, DelayMeasurementCreate.Version, MepId, Mep.Priority) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
builder(SoamId, DelayMeasurementCreate.DmType, DelayMeasurementCreate.Version, MepId, Mep.Priority) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
builder(Duration, boolean) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatCurrent
 
builder(SoamId, Duration, boolean) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatHistory
 
builder(SoamId) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
builder(Duration, boolean, Instant) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStatCurrent
 
builder(Duration, boolean, SoamId, Instant) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStatHistory
 
builder(DelayMeasurementCreate.Version, MepId, Mep.Priority, LossMeasurementCreate.LmType) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
builder(DelayMeasurementCreate.Version, MepId, Mep.Priority, LossMeasurementCreate.LmType, SoamId) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
builder(Duration, boolean, Instant) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatCurrent
 
builder(Duration, boolean, SoamId, Instant) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatHistory
 
builder(SoamId) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
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.
bytes() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow bytes.
bytes() - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Returns DPI protocol bytes.

C

cancel(IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Requests that the provider cancel the path.
cancelPackets(NetworkId, PacketRequest) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Cancels intercept of packets that match the given selector.
cciEnabled - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
cciEnabled() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
cciEnabled - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
cciEnabled(boolean) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
cciEnabled() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get whether the MEP is or is not to generate CCMs.
cciEnabled(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
ccmInterval() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
ccmInterval() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
Get the CCM interval for the Maintenance Association.
ccmInterval(MaintenanceAssociation.CcmInterval) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.MaBuilder
 
ccmLtmPriority - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
ccmLtmPriority() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
ccmLtmPriority - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
ccmLtmPriority(Mep.Priority) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
ccmLtmPriority() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the priority parameter for CCMs and LTMs transmitted by the MEP.
ccmLtmPriority(Mep.Priority) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
ccmSequenceErrorCount() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
ccmSequenceErrorCount() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the total number of out-of-sequence CCMs received.
ccmSequenceErrorCount(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
CfmConfigException - Class in org.onosproject.incubator.net.l2monitoring.cfm.service
Exception for configuration related to Connectivity Fault Management.
CfmConfigException(String) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.service.CfmConfigException
 
CfmConfigException(Throwable) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.service.CfmConfigException
 
CfmConfigException(String, Throwable) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.service.CfmConfigException
 
CfmMdService - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
For the management of Maintenance Domains and Maintenance Associations.
CfmMepEvent - Class in org.onosproject.incubator.net.l2monitoring.cfm.service
Event related to the maintenance of CFM MEPs.
CfmMepEvent(CfmMepEvent.Type, Mep) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepEvent
Creates an event of a given type and for the specified Mep and the current time.
CfmMepEvent.Type - Enum in org.onosproject.incubator.net.l2monitoring.cfm.service
Type of Mep events.
CfmMepListener - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
Entity capable of receiving CfmMepEvent events.
CfmMepProgrammable - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
Behaviour that allows Layer 2 Monitoring as defined in IEEE 802.1Q be implemented by devices.
CfmMepService - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
For the management of Maintenance Association Endpoints.
changePortState(DeviceId, PortNumber, boolean) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Administratively enables or disables a port.
checkMaExists(MaIdShort) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdBuilder
 
checkValidity() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
Checks the validity of this provider service.
children() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the children of the instance node.
clear() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Clears the alarm that is being created.
clearDelayHistoryStats(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Clear the history stats on all Delay Measurements on a particular MEP.
clearDelayHistoryStats(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Clear the history stats on a named Delay Measurement on a particular MEP.
cleared() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns a flag to indicate if this alarm has been cleared.
cleared() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
clearLossHistoryStats(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Clear the history stats on all Loss Measurements on a particular MEP.
clearLossHistoryStats(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Clear the history stats on a named Loss Measurement on a particular MEP.
compile(NetworkId, T, List<Intent>) - Method in interface org.onosproject.incubator.net.virtual.intent.VirtualIntentCompiler
Compiles the specified intent into other intents.
Component - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Components which can be managed in a manner equivalent to an 802.1Q bridge.
Component.ComponentBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for Component.
Component.IdPermissionType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
An enumerated value indicating what, if anything, is to be included in.
Component.MhfCreationType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
An enumerated type defining how MHFs (MIP Half Function) can be created.
Component.TagType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
A choice of VLan tag type.
componentId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component
 
componentId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
componentList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
componentList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
A list of components each of which can be managed in a manner essentially equivalent to an 802.1Q bridge.
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.
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.
countersEnabled() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
countersEnabled() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
A vector of bits that indicates the type of SOAM LM counters found.
countLbrMacMisMatch() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
countLbrMacMisMatch() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry
Get the total number of LBRs received whose mac_service_data_unit did not match LBM.
countLbrMacMisMatch(long) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
countLbrReceived() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
countLbrReceived() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry
Get the total number of LBRs received by this Mep.
countLbrReceived(long) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
countLbrTransmitted() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
countLbrTransmitted() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry
Get the total number of LBRs transmitted by this Mep.
countLbrTransmitted(long) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
countLbrTransmitted() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry
Get the total number of LBRs transmitted.
countLbrTransmitted(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry.MepLtEntryBuilder
 
countLbrValidInOrder() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
countLbrValidInOrder() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry
Get the total number of valid, in-order LBRs received.
countLbrValidInOrder(long) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
countLbrValidOutOfOrder() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
countLbrValidOutOfOrder() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry
Get the total number of valid, out-of-order LBRs received.
countLbrValidOutOfOrder(long) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
countLtrUnexpected() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry
Get the total number of unexpected LTRs received.
countLtrUnexpected(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry.MepLtEntryBuilder
 
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.
createDm(MdId, MaIdShort, MepId, DelayMeasurementCreate) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Create a Delay Measurement on a particular MEP.
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.
createLm(MdId, MaIdShort, MepId, LossMeasurementCreate) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Create a Loss Measurement on a particular MEP.
createMaintenanceAssociation(MdId, MaintenanceAssociation) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Create or replace a Maintenance Domain of a specific Maintenance Domain.
createMaintenanceDomain(MaintenanceDomain) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Create or replace a Maintenance Domain.
createMep(MdId, MaIdShort, Mep) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Create a named Mep on an MA.
createOrUpdateTunnel(Tunnel) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Creates or updates a tunnel.
createOrUpdateTunnel(Tunnel, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Creates a tunnel or updates a tunnel with the new state given in input.
createProviderService(RemoteServiceContextProvider) - Method in class org.onosproject.incubator.rpc.impl.RemoteServiceManager
 
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.
createTestSignal(MdId, MaIdShort, MepId, MepTsCreate) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Create a Test Signal operation on a particular MEP.
createTunnel(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProvider
Deprecated.
in Loon Release (1.11)
createUpdateMaintenanceDomain(MaintenanceDomain) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.MdStore
Create or replace a Maintenance Domain.
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.
currentResult() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
currentResult() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The results for the current Measurement Interval in a SOAM Delay Measurement session.
currentResult(DelayMeasurementStatCurrent) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
currentUsedMaxLabelId() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns a begin Label id.

D

dataPattern - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
dataPattern() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
dataPattern - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
dataPattern(DelayMeasurementCreate.DataPattern) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
dataPattern() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The LM data pattern included in a Data TLV.
dataPattern(DelayMeasurementCreate.DataPattern) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
dataTlv(byte[]) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
Define the dataTlv straight from a byte array.
dataTlvB64(String) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
Define the dataTlv byte array from a Base64 string.
dataTlvHex() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
dataTlvHex() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate
An arbitrary amount of data to be included in a Data TLV.
dataTlvHex(String) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
Define the dataTlv byte array from a Hex string.
deactivate() - Method in class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider
 
deactivate() - Method in class org.onosproject.incubator.rpc.impl.RemoteServiceManager
 
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
 
DefaultAlarm - Class in org.onosproject.incubator.net.faultmanagement.alarm
Default implementation of an alarm.
DefaultAlarm.Builder - Class in org.onosproject.incubator.net.faultmanagement.alarm
Builder for the DefaultAlarm object.
DefaultComponent - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of Component.
DefaultDelayMeasurementCreate - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
The default implementation of DelayMeasurementCreate.
DefaultDelayMeasurementCreate(DefaultDelayMeasurementCreate.DefaultDmCreateBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
DefaultDelayMeasurementCreate.DefaultDmCreateBuilder - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
DefaultDelayMeasurementEntry - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
The default implementation of DelayMeasurementEntry.
DefaultDelayMeasurementStat - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
Abstract default implementation of DelayMeasurementStat.
DefaultDelayMeasurementStat(DefaultDelayMeasurementStat.DefaultDmStatBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
DefaultDelayMeasurementStat.DefaultDmStatBuilder - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
Abstract builder for DelayMeasurementStat.
DefaultDelayMeasurementStatCurrent - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
The default implementation of DelayMeasurementStatCurrent.
DefaultDelayMeasurementStatCurrent(DefaultDelayMeasurementStatCurrent.DefaultDmStatCurrentBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatCurrent
 
DefaultDelayMeasurementStatHistory - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
The default implementation of DelayMeasurementStatHistory.
DefaultDelayMeasurementStatHistory(DefaultDelayMeasurementStatHistory.DefaultDmStatHistoryBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatHistory
 
DefaultDelayMeasurementThreshold - Class in org.onosproject.incubator.net.l2monitoring.soam.delay
The default implementation of DelayMeasurementThreshold.
DefaultDmCreateBuilder(DelayMeasurementCreate.DmType, DelayMeasurementCreate.Version, MepId, Mep.Priority) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
DefaultDmStatBuilder(Duration, boolean) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
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.
DefaultLaStat - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossAvailabilityStat.
DefaultLaStat(DefaultLaStat.DefaultLaStatBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
DefaultLaStat.DefaultLaStatBuilder - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
Abstract base class for builders of.
DefaultLaStatBuilder(Duration, boolean) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
DefaultLaStatCurrent - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossAvailabilityStatCurrent.
DefaultLaStatHistory - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossAvailabilityStatHistory.
DefaultLmCreate - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossMeasurementCreate.
DefaultLmCreate(DefaultLmCreate.DefaultLmCreateBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
DefaultLmCreate.DefaultLmCreateBuilder - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
Implementation of LmCreateBuilder.
DefaultLmCreateBuilder(DelayMeasurementCreate.Version, MepId, Mep.Priority, LossMeasurementCreate.LmType) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate.DefaultLmCreateBuilder
 
DefaultLmEntry - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossMeasurementEntry.
DefaultLmEntry(DefaultLmEntry.DefaultLmEntryBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
DefaultLmStat - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossMeasurementStat.
DefaultLmStat(DefaultLmStat.DefaultLmStatBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
DefaultLmStat.DefaultLmStatBuilder - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
Abstract implementation of LmStatBuilder.
DefaultLmStatBuilder(Duration, boolean) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
DefaultLmStatCurrent - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossMeasurementStatCurrent.
DefaultLmStatCurrent(DefaultLmStatCurrent.DefaultLmStatCurrentBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatCurrent
 
DefaultLmStatHistory - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossMeasurementStatHistory.
DefaultLmStatHistory(DefaultLmStatHistory.DefaultLmStatHistoryBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatHistory
 
DefaultLmThreshold - Class in org.onosproject.incubator.net.l2monitoring.soam.loss
The default implementation of LossMeasurementThreshold.
DefaultMaintenanceAssociation - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of MaintenanceAssociation.
DefaultMaintenanceDomain - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of MaintenanceDomain.
DefaultMeasCreateBaseBuilder(DelayMeasurementCreate.Version, MepId, Mep.Priority) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
DefaultMeasurementCreateBase - Class in org.onosproject.incubator.net.l2monitoring.soam
Abstract implementation of MeasurementCreateBase.
DefaultMeasurementCreateBase(DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder - Class in org.onosproject.incubator.net.l2monitoring.soam
Abstract Builder class for building.
DefaultMep - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of Mep.
DefaultMep(DefaultMep.DefaultMepBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
DefaultMep(DefaultMep, DefaultMep.AttributeName, Object) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
DefaultMep.DefaultMepBuilder - Class in org.onosproject.incubator.net.l2monitoring.cfm
Builder for Mep.
DefaultMepBuilder(MepId, DeviceId, PortNumber, Mep.MepDirection, MdId, MaIdShort) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
DefaultMepBuilder(Mep) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
DefaultMepEntry - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of MepEntry.
DefaultMepLbCreate - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of MepLbCreate.
DefaultMepLbEntry - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of MepLbEntry.
DefaultMepLtCreate - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of MepLtCreate.
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).
DefaultRemoteMepEntry - Class in org.onosproject.incubator.net.l2monitoring.cfm
The default implementation of RemoteMepEntry.
DefaultRemoteMepEntry(DefaultRemoteMepEntry.DefaultRemoteMepEntryBuilder) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
defaultTtl() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLtCreate
 
defaultTtl() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate
An initial value for the LTM TTL field.
defaultTtl(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate.MepLtCreateBuilder
 
defaultTtl() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry
An initial value for the LTM TTL field.
defaultTtl(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry.MepLtEntryBuilder
 
DefaultTunnel - Class in org.onosproject.incubator.net.tunnel
The default implementation of an network tunnel.
DefaultTunnel(ProviderId, TunnelEndPoint, TunnelEndPoint, Tunnel.Type, GroupId, 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, GroupId, 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, GroupId, 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, GroupId, 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, GroupId, 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, GroupId, 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.
DefaultVirtualHost(NetworkId, HostId, MacAddress, VlanId, Set<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
Creates a virtual port.
DefaultVirtualPort(NetworkId, Device, PortNumber, boolean, ConnectPoint) - Constructor for class org.onosproject.incubator.net.virtual.DefaultVirtualPort
Creates a virtual port.
defectAbsentTime - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
defectAbsentTime(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
defectAbsentTime - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
defectAbsentTime() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
defectAbsentTime() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the time that the Fault must be absent before it is reset.
defectAbsentTime(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
defectPresentTime - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
defectPresentTime(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
defectPresentTime - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
defectPresentTime() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
defectPresentTime() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the time that the Fault must be present before it is issued.
defectPresentTime(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
DelayMeasurementCreate - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
A model of Delay Measurement from ITU Y.1731 Chapter 8.2, MEF 17, MEF 36.1 and MEF 39.
DelayMeasurementCreate.DataPattern - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Selection of Data Patterns.
DelayMeasurementCreate.DmCreateBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
DelayMeasurementCreate.DmType - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Enumerated options for Delay Measurement Types.
DelayMeasurementCreate.MeasurementOption - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Selection of Measurement types.
DelayMeasurementCreate.TestTlvPattern - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Selection of Test TLV Patterns.
DelayMeasurementCreate.Version - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Supported Versions of Y.1731.
DelayMeasurementEntry - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
Delay Measurement from ITU Y.1731 Chapter 8.2, MEF 17, MEF 36.1 and MEF 39.
DelayMeasurementEntry.DmEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
DelayMeasurementEntry.SessionStatus - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Session Status options.
delayMeasurementList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
delayMeasurementList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the list of Delay Measurements for this MEP.
DelayMeasurementStat - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
Abstract object as a base for DelayMeasurementStatCurrent and DelayMeasurementStatHistory interfaces.
DelayMeasurementStat.DmStatBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
Abstract Builder interface for DelayMeasurementStat.
DelayMeasurementStatCurrent - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
Object for representing Delay Measurement Current Stats.
DelayMeasurementStatCurrent.DmStatCurrentBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
DelayMeasurementStatHistory - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
Object for representing Delay Measurement History Stats.
DelayMeasurementStatHistory.DmStatHistoryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
DelayMeasurementThreshold - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
Object to represent a Delay Measurement Threshold.
DelayMeasurementThreshold.DmThresholdBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.delay
DelayMeasurementThreshold.ThresholdOption - Enum in org.onosproject.incubator.net.l2monitoring.soam.delay
Selection of Threshold choices.
deleteFlowRule(NetworkId, FlowRule) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Marks a flow rule for deletion.
deleteFromMaList(MaIdShort) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdBuilder
 
deleteGroupDescription(NetworkId, DeviceId, GroupKey) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Triggers deleting the existing group entry.
deleteMaintenanceAssociation(MdId, MaIdShort) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Delete a specific Maintenance Association of a specific Maintenance Domain.
deleteMaintenanceDomain(MdId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Delete a specific Maintenance Domain by its identifier.
deleteMaintenanceDomain(MdId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.MdStore
Delete a specific Maintenance Domain by its identifier.
deleteMep(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Delete a named Mep belonging to an MA.
deleteMeter(NetworkId, Meter) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Deletes a meter from the store.
deleteMeterFeatures(DeviceId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProviderService
Delete meter features collected from the device.
deleteMeterFeatures(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Deletes the meter features from the store.
deleteMeterNow(NetworkId, Meter) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Delete this meter immediately.
deleteRecursive(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Delete nodes in the elastic config store, recursively by deleting all intermediate nodes in the path.
deleteRecursive(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Delete nodes in the ElasticConfigStore, recursively by deleting all intermediate nodes in the path.
deleteTunnel(TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Deletes a tunnel by a specific tunnel identifier.
deleteTunnel(TunnelEndPoint, TunnelEndPoint, ProviderId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Deletes all tunnels between source point and destination point.
deleteTunnel(TunnelEndPoint, TunnelEndPoint, Tunnel.Type, ProviderId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelStore
Deletes all specific type tunnels between source point and destination point.
description() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns a description of alarm.
description() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
destroyDevicePool(DeviceId) - Method in 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.provider.VirtualNetworkProvider
Deprecated.
in Loon Release (1.11)
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 - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
deviceId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
deviceId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
deviceId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the Device ID which the MEP is realized on.
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.
deviceInitialAuditCompleted(NetworkId, DeviceId, boolean) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Indicates the first group audit is completed.
deviceInitialAuditStatus(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Retrieves the initial group audit status for a device.
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.
direction - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
direction - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
direction() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
direction() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the MEP direction.
discardedBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic discarded bytes.
dmCfgType - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
dmCfgType - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
dmCfgType() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
dmCfgType() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
The type of Delay Measurement is to be performed.
dmId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
dmId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
This uniquely identifies a scheduled measurement.
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.
doubleValue() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
downTunnel(ApplicationId, TunnelId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Triggers removal of specified tunnel.
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).
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.
duration() - Method in enum org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.CcmInterval
 

E

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.
elapsedTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
elapsedTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The time that the current Measurement Interval has been running.
elapsedTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
elapsedTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
elapsedTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
 
elapsedTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The time that the current Measurement Interval has been running.
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.
emit(NetworkId, OutboundPacket) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualPacketProvider
Emits the specified outbound packet onto the underlay physical network.
emit(NetworkId, OutboundPacket) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Decides which instance should emit the packet and forwards the packet to that instance.
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.
endTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatHistory
 
endTime(Instant) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStatHistory.DmStatHistoryBuilder
 
endTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStatHistory
The time that the historic Measurement Interval ended.
endTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStatHistory
 
endTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatHistory
 
endTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStatHistory
The time that the historic Measurement Interval ended.
endTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStatHistory
The time that the historic Measurement Interval ended.
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.l2monitoring.cfm.DefaultComponent
 
equals(Object) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
equals(Object) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
equals(Object) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
equals(Object) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
equals(Object) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
equals(Object) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
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.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
 
ethernetBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ethernet bytes.
eventDispatcher - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
executeBatch(NetworkId, FlowRuleBatchOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProvider
Installs a batch of flow rules.
existingRequests(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Obtains all existing requests in the system.
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.
failedMeter(NetworkId, MeterOperation, MeterFailReason) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Update the store by deleting the failed meter.
failedOrOkTime() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
failedOrOkTime() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
Get the time since Remote MEP last entered either RMEP_FAILED or RMEP_OK state.
failedOrOkTime(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
findPath(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.InternalRoutingAlgorithm
Find a route between two connect points (i.e.
floatValue() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
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(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.
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
 
fngAddress - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
fngAddress(Mep.FngAddress) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
fngAddress - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
fngAddress() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
fngAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the network address to which Fault Alarms are to be transmitted.
fngAddress(Mep.FngAddress) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
fngState() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
fngState() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the state of the MEPs Fault Notification Generator.
fngState(MepEntry.FngState) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
forSource(AlarmEntityId) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Sets the new alarm source.
forwardAvailable(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardAvailable() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardAvailable() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of availability indicators during a small time interval.
forwardAvailable(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardAvailableRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
forwardAvailableRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The forward availability/total time ratio threshold value.
forwardAvailableRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
forwardAverageFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardAverageFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardAverageFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
forwardAverageFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
forwardAverageFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The average one-way availability flr in the forward direction,.
forwardAverageFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardAverageFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The average one-way frame loss ratio in the forward direction calculated by this MEP for this Interval.
forwardAverageFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
forwardConsecutiveHighLoss(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardConsecutiveHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardConsecutiveHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
forwardConsecutiveHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of consecutive high loss intervals (CHLI) over time in the forward direction.
forwardConsecutiveHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardConsecutiveHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The consecutive forward high loss threshold value.
forwardConsecutiveHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
forwarded() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
A Boolean value stating whether an LTM was forwarded by the responding MP.
forwarded(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
forwardHighLoss(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardHighLoss() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
forwardHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of high loss intervals (HLI) over time in the forward direction.
forwardHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardHighLoss() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The forward high loss threshold value.
forwardHighLoss(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
forwardMaxFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardMaxFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardMaxFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
forwardMaxFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
forwardMaxFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The maximum one-way availability flr in the forward direction,.
forwardMaxFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardMaxFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The maximum one-way frame loss ratio in the forward direction calculated by this MEP for this Interval.
forwardMaxFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
forwardMinFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardMinFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardMinFrameLossRatio(MilliPct) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
forwardMinFrameLossRatio() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
forwardMinFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The minimum one-way availability flr in the forward direction,.
forwardMinFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardMinFrameLossRatio() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The minimum one-way frame loss ratio in the forward direction calculated by this MEP for this Interval.
forwardMinFrameLossRatio(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
forwardReceivedFrames(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
forwardReceivedFrames() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
forwardReceivedFrames() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The number of frames received in the forward direction by this MEP.
forwardReceivedFrames(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
forwardTransmittedFrames(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
forwardTransmittedFrames() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
forwardTransmittedFrames() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The number of frames transmitted in the forward direction by this MEP.
forwardTransmittedFrames(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
forwardUnavailable(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat.DefaultLaStatBuilder
 
forwardUnavailable() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
forwardUnavailable() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
The number of availability indicators during a small time interval.
forwardUnavailable(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat.LaStatBuilder
 
forwardUnavailableCount() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
forwardUnavailableCount() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The forward unavailability threshold value.
forwardUnavailableCount(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
frameDelayBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
frameDelayBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
frameDelayBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The frame delay in the backward direction calculated by this MEP from the last received SOAM PDU.
frameDelayBackwardAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayBackwardAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayBackwardAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayBackwardAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average backward frame delay calculated by this MEP for this Measurement Interval.
frameDelayBackwardBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayBackwardBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayBackwardBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayBackwardBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for one-way Frame Delay measurements in the Backward direction.
frameDelayBackwardMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayBackwardMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayBackwardMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayBackwardMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum backward frame delay calculated by this MEP for this Measurement Interval.
frameDelayBackwardMin(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayBackwardMin() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayBackwardMin(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayBackwardMin() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The minimum backward frame delay calculated by this MEP for this Measurement Interval.
frameDelayForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
frameDelayForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
frameDelayForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The frame delay in the forward direction calculated by this MEP from the last received SOAM PDU.
frameDelayForwardAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayForwardAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayForwardAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayForwardAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average forward frame delay calculated by this MEP for this Measurement Interval.
frameDelayForwardBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayForwardBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayForwardBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayForwardBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for one-way Frame Delay measurements in the Forward direction.
frameDelayForwardMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayForwardMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayForwardMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayForwardMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum forward frame delay calculated by this MEP for this Measurement Interval.
frameDelayForwardMin(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayForwardMin() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayForwardMin(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayForwardMin() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The minimum foward frame delay calculated by this MEP for this Measurement Interval.
frameDelayRangeBackwardAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeBackwardAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeBackwardAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeBackwardAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average one-way Frame Delay Range in the backward direction.
frameDelayRangeBackwardBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeBackwardBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeBackwardBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeBackwardBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for one-way Frame Delay Range measurements in the Backward direction.
frameDelayRangeBackwardMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeBackwardMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeBackwardMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeBackwardMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum one-way Frame Delay Range in the backward direction.
frameDelayRangeForwardAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeForwardAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeForwardAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeForwardAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average one-way Frame Delay Range in the forward direction.
frameDelayRangeForwardBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeForwardBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeForwardBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeForwardBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for one-way Frame Delay Range measurements in the Forward direction.
frameDelayRangeForwardMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeForwardMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeForwardMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeForwardMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum one-way Frame Delay Range in the forward direction.
frameDelayRangeTwoWayAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeTwoWayAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeTwoWayAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeTwoWayAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average two-way Frame Delay Range calculated by this MEP for this Measurement Interval.
frameDelayRangeTwoWayBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeTwoWayBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeTwoWayBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeTwoWayBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for two-way Frame Delay Range measurements.
frameDelayRangeTwoWayMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayRangeTwoWayMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayRangeTwoWayMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayRangeTwoWayMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum two-way Frame Delay Range calculated by this MEP for this Measurement Interval.
frameDelayTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
frameDelayTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
frameDelayTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The two-way frame delay calculated by this MEP from the last received SOAM PDU.
frameDelayTwoWayAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayTwoWayAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayTwoWayAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayTwoWayAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average two-way frame delay calculated by this MEP for this Measurement Interval.
frameDelayTwoWayBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayTwoWayBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayTwoWayBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayTwoWayBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for two-way Frame Delay measurements.
frameDelayTwoWayMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayTwoWayMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayTwoWayMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayTwoWayMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum two-way frame delay calculated by this MEP for this Measurement Interval.
frameDelayTwoWayMin(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
frameDelayTwoWayMin() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
frameDelayTwoWayMin(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
frameDelayTwoWayMin() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The minimum two-way frame delay calculated by this MEP for this Measurement Interval.
frameSize - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
frameSize(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
frameSize - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
frameSize() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
frameSize() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The Loss Measurement frame size between 64 bytes and the maximum transmission unit of the EVC.
frameSize(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
fromEtherType(EthType.EtherType) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Component.TagType
 

G

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(URI) - Method in class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider
 
get(URI) - Method in class org.onosproject.incubator.rpc.impl.RemoteServiceManager
 
get(Class<T>) - Method in interface org.onosproject.incubator.rpc.RemoteServiceContext
Returns implementation of the specified service class.
get(URI) - Method in interface org.onosproject.incubator.rpc.RemoteServiceContextProvider
Returns RemoteServiceContext for given URI.
get(URI) - Method in interface org.onosproject.incubator.rpc.RemoteServiceDirectory
Returns remote service context.
getActiveAlarms() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns all of the ACTIVE alarms.
getActiveAlarms(DeviceId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Returns all of the ACTIVE alarms for a specific device.
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.
getAllDms(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get all of the Delay Measurements on a particular MEP.
getAllGroups(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowObjectiveStore
Fetch all groups from the store and their mapping to nextIds.
getAllLms(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get all of the Loss Measurements on a particular MEP.
getAllMaintenanceAssociation(MdId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Get all of the Maintenance Associations for a Maintenance Domain.
getAllMaintenanceDomain() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Get a list of all of the Maintenance Domains on the system.
getAllMaintenanceDomain() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.MdStore
Get a list of all of the Maintenance Domains on the system.
getAllMeps(MdId, MaIdShort) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Retrieve all MepEntry(s) belonging to an MA.
getAllMeters(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Returns all meters stored in the store.
getCriteria() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to list all the ConfigNodePath criteria that are in place for a ConfigFilter.
getDefectTypes() - Method in enum org.onosproject.incubator.net.l2monitoring.cfm.Mep.LowestFaultDefect
 
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, NodeId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Returns the devices that a controller instance is master of.
getDevices(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of devices in the specified virtual network.
getDm(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get a named Delay Measurements on a particular MEP.
getDmCurrentStat(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get only the current stats of a named Delay Measurements on a particular MEP.
getDmHistoricalStats(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get only the history stats of a named Delay Measurements on a particular MEP.
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.
getExtraneousGroups(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Returns the extraneous groups associated with a device.
getFlowEntries(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the flow entries associated with a device.
getFlowEntry(NetworkId, FlowRule) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the stored flow.
getFlowRuleCount(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the number of flow rule in the store.
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.
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.
getGroup(NetworkId, DeviceId, GroupKey) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Returns the stored group entry in a virtual network.
getGroup(NetworkId, DeviceId, GroupId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Returns the stored group entry for an id.
getGroupCount(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Returns the number of groups for the specified virtual device in the store.
getGroups(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Returns the groups associated with a virtual device.
getHighestPriorityDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
getHighestPriorityDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the highest-priority defect that has been present since last FNG reset.
getHosts(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of hosts in the specified virtual network.
getInstallableIntents(NetworkId, Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the list of the installable events associated with the specified original intent.
getInstance() - Static method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
getIntent(NetworkId, Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the intent with the specified identifier.
getIntentCount(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the number of intents in the store.
getIntentData(NetworkId, boolean, long) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns an iterable of all intent data objects in the store.
getIntentData(NetworkId, Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the intent data object associated with the specified key.
getIntents(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns an iterable of all intents in the store.
getIntentState(NetworkId, Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the state of the specified intent.
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.
getLinks(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of virtual links in the specified virtual network.
getLm(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get a named Loss Measurements on a particular MEP.
getLmCurrentStat(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get only the current stats of a named Loss Measurements on a particular MEP.
getLmHistoricalStats(MdId, MaIdShort, MepId, SoamId) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.SoamService
Get only the history stats of a named Loss Measurements on a particular MEP.
getMaintenanceAssociation(MdId, MaIdShort) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Get a specific Maintenance Association of a specific Maintenance Domain.
getMaintenanceDomain(MdId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMdService
Get a specific Maintenance Domain by its identifier.
getMaintenanceDomain(MdId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.MdStore
Get a specific Maintenance Domain by its identifier.
getMaster(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Returns the master for a device.
getMaxMeters(NetworkId, MeterFeaturesKey) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Retrieve maximum meters available for the device.
getMep(MdId, MaIdShort, MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Retrieve a named MepEntry belonging to an MA.
getMeter(NetworkId, MeterKey) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Obtains a meter matching the given meter key.
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdCharStr
 
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
Vid length of 12 bits will be rounded up to 2 bytes (16 bits).
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdRfc2685VpnId
Identifier will be in the format aa:bb:cc:dd:ee:ff:11.
getNameLength() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdShort
Get the length of the MD name.
getNameLength() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdId
Get the length of the MD name.
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdCharStr
 
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdDomainName
 
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
getNameLength() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
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.
getNextGroup(NetworkId, Integer) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowObjectiveStore
Fetch a next group from the 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.
getNodes(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Returns the master and backup nodes for a device.
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.
getPending(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the intent requests pending processing.
getPendingData(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the intent data objects that are pending processing.
getPendingData(NetworkId, Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the intent data object that are pending processing for a specfied key.
getPendingData(NetworkId, boolean, long) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Returns the intent data objects that are pending processing for longer than the specified duration.
getPhysicalDevices(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns list of physical device identifier mapping with the virtual device in the specified network.
getPorts(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Returns the list of ports of the specified virtual device.
getProvider(ProviderId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns the virtual provider registered with the specified provider ID or null if none is found for the given provider family and default fall-back is not supported.
getProvider(DeviceId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns the virtual provider for the specified device ID based on URI scheme.
getProvider(String) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns the virtual provider registered with the specified scheme.
getProviders() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns a set of currently registered virtual provider identities.
getProvidersByService(VirtualProviderService) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns a set of currently registered virtual provider identities corresponding to the requested providerService.
getProviderService(NetworkId, Class<? extends VirtualProvider>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Returns a virtual provider service corresponding to the virtual network and provider class type.
getRegistry(NetworkId, Class<? extends Event>) - Method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
getResources() - Method in interface org.onosproject.incubator.net.domain.IntentDomainProvider
Returns all intent resources held by the provider.
getRole(NetworkId, NodeId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Returns the role of a device for a specific controller instance.
getServiceDirectory() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns service directory.
getTableStatistics(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Returns the flow table statistics associated with a device.
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.
getTermFor(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Returns the current master and number of past mastership hand-offs (terms) for a device.
getTunnelIds(Intent) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Deprecated.
in Kingfisher Release (1.10)
getTunnels(DeviceId) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Returns the collection of tunnels applied on the specified device.
getType() - Method in enum org.onosproject.incubator.net.l2monitoring.cfm.Component.TagType
 
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.
getVirtualNetworkApplicationId(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkService
Returns the application identifier for a virtual 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.
groupId() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
groupId() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
groupId() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns group flow table id which a tunnel match up.
groupId() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns group flow table id which a tunnel match up.
groupOperationFailed(DeviceId, GroupOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProviderService
Notifies core if any failure from data plane during group operations.
groupOperationFailed(NetworkId, DeviceId, GroupOperation) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Indicates the group operations failed.
guessedFlowProtos() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic the number of guessed flow protocols.

H

hasDelegate(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualStore
Indicates whether the store has a delegate.
hashCode() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
 
hashCode() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
hashCode() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
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.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
 
hello() - Method in interface org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider.SomeOtherService
 
hello() - Method in class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider.SomeOtherServiceImpl
 
highestPriorityDefect(Mep.FaultDefectType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
historicalResults() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
historicalResults() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The results for history Measurement Intervals in a SOAM Delay Measurement session.
historyStatsId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatHistory
 
historyStatsId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStatHistory
The identifier of the historic measurement.
historyStatsId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStatHistory
 
historyStatsId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatHistory
 
historyStatsId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStatHistory
The identifier of the historic measurement.
historyStatsId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStatHistory
The identifier of the historic measurement.
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.

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 class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProvider
 
id() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProvider
Returns the provider identifier.
id() - Method in interface org.onosproject.incubator.net.virtual.VirtualNetwork
Returns the network identifier.
id() - Method in class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider
 
idPermission(Component.IdPermissionType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component.ComponentBuilder
 
idPermission() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component
indicates what, if anything, is to be included in the Sender ID TLV.
idPermission() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
ifdvSelectionOffset - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
ifdvSelectionOffset(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
ifdvSelectionOffset - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
ifdvSelectionOffset() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
ifdvSelectionOffset(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmCreateBuilder
 
ifdvSelectionOffset() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
The selection offset for Inter-Frame Delay Variation measurements.
immediate() - Static method in class org.onosproject.incubator.net.l2monitoring.soam.StartTime
 
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.
INSTANCE - Static variable in class org.onosproject.incubator.net.tunnel.TunnelEndPointFormatter
An instance of this class.
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
 
interfaceStatusTlvType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
interfaceStatusTlvType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
Get the Interface Status TLV from the last CCM received from the remote MEP.
interfaceStatusTlvType(RemoteMepEntry.InterfaceStatusTlvType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
interFrameDelayVariationBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
interFrameDelayVariationBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
interFrameDelayVariationBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The last one-way inter-frame delay interval in the backward direction calculated by this MEP.
interFrameDelayVariationBackwardAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationBackwardAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationBackwardAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationBackwardAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average one-way inter-frame delay interval in the backward direction.
interFrameDelayVariationBackwardBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationBackwardBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationBackwardBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationBackwardBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for one-way Inter Frame Delay Variation measurements in the Backward direction.
interFrameDelayVariationBackwardMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationBackwardMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationBackwardMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationBackwardMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum one-way inter-frame delay interval in the backward direction.
interFrameDelayVariationBackwardMin(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationBackwardMin() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationBackwardMin(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationBackwardMin() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The minimum one-way inter-frame delay interval in the backward direction.
interFrameDelayVariationForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
interFrameDelayVariationForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
interFrameDelayVariationForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The last one-way inter-frame delay interval in the forward direction calculated by this MEP.
interFrameDelayVariationForwardAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationForwardAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationForwardAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationForwardAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average one-way inter-frame delay interval in the forward direction.
interFrameDelayVariationForwardBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationForwardBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationForwardBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationForwardBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for one-way Inter Frame Delay Variation measurements in the Forward direction.
interFrameDelayVariationForwardMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationForwardMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationForwardMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationForwardMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum one-way inter-frame delay interval in the forward direction.
interFrameDelayVariationForwardMin(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationForwardMin() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationForwardMin(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationForwardMin() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The minimum one-way inter-frame delay interval in the forward direction.
interFrameDelayVariationTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
interFrameDelayVariationTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
interFrameDelayVariationTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The last two-way inter-frame delay interval calculated by this MEP.
interFrameDelayVariationTwoWayAvg(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationTwoWayAvg() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationTwoWayAvg(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationTwoWayAvg() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The average two-way inter-frame delay interval calculated by this MEP for this Measurement Interval.
interFrameDelayVariationTwoWayBins(Map<Duration, Integer>) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationTwoWayBins() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationTwoWayBins(Map<Duration, Integer>) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationTwoWayBins() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
Bins calculated for two-way Inter Frame Delay Variation measurements.
interFrameDelayVariationTwoWayMax(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationTwoWayMax() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationTwoWayMax(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationTwoWayMax() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The maximum two-way inter-frame delay interval calculated by this MEP for this Measurement Interval.
interFrameDelayVariationTwoWayMin(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
interFrameDelayVariationTwoWayMin() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
interFrameDelayVariationTwoWayMin(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
interFrameDelayVariationTwoWayMin() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The minimum two-way inter-frame delay interval calculated by this MEP for this Measurement Interval.
internalDevices() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the set of internal devices for the intent domain (devices under exclusive control of the intent domain).
InternalRoutingAlgorithm - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of an embedding algorithm used for embedding virtual objects into the underlying physical network.
intValue() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
invalidate() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
Invalidates this provider service.
InvalidFilterException - Exception in org.onosproject.incubator.elasticcfg
Exceptions for use by the ConfigFilter.
InvalidFilterException() - Constructor for exception org.onosproject.incubator.elasticcfg.InvalidFilterException
Constructs a new runtime exception with no error message.
InvalidFilterException(String) - Constructor for exception org.onosproject.incubator.elasticcfg.InvalidFilterException
Constructs a new runtime exception with the given error message.
ip() - Method in class org.onosproject.incubator.net.tunnel.IpTunnelEndPoint
Returns IP address.
ipAddress() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
ipBytes() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ip bytes.
ipPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic ip packets.
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.
ipV4Address(IpAddress) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
ipV6Address(IpAddress) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
isActive() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the status of the intent domain.
isDevicePoolFull(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceService
Judges if the pool of a specific device id is full.
isDevicePoolFull(DeviceId) - Method in interface org.onosproject.incubator.net.resource.label.LabelResourceStore
Judges if the pool of a specific device id is full.
isEmptyFilter() - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to check if the ConfigFilter has an empty criteria set.
isGenerator() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate
Indicates the MEP is acting in the role of a generator.
isGenerator(Optional<Boolean>) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate.MepTsCreateBuilder
 
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.
isMaster(NetworkId, Key) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Checks to see whether the calling instance is the master for processing this intent, or more specifically, the key contained in this intent.
isReachable(DeviceId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Indicates whether or not the all physical devices mapped by the given virtual device are reachable.
isReceiver() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate
Indicates the MEP is acting in the role of a receiver.
isReceiver(Optional<Boolean>) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate.MepTsCreateBuilder
 
isTraversable(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Indicates whether or not the specified connect points on the underlying network are traversable.
isTraversable(ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProvider
Indicates whether or not the specified connect points on the underlying network are traversable/reachable.
isValid() - Method in class org.onosproject.incubator.net.config.basics.PortDescriptionsConfig
 
isVirtualNetworkId() - Method in class org.onosproject.incubator.net.virtual.NetworkId
Checks if the id is for virtual network.

K

key(Key) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
knownFlows() - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Returns DPI known flows.

L

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.
lastEgressIdentifier() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
An octet string holding the Last Egress Identifier field returned in the LTR Egress Identifier TLV of the LTR.
lastEgressIdentifier(byte[]) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
lastErrorCcm() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
lastErrorCcm() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
The last-received CCM that triggered a DEF_ERROR_CCM fault.
lastErrorCcm(byte[]) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
lastXconCcm() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
lastXconCcm() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
The last-received CCM that triggered a DEF_XCON_CCM fault.
lastXconCcm(byte[]) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
linktraceAttributes() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
linktraceAttributes() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the collection of attributes related to linktrace.
linktraceAttributes(MepLtEntry) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
linktraceDatabase() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry
Get the linktrace database of results.
literal() - Method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.Version
 
lmCfgType() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
lmCfgType() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
The type of Loss Measurement that will be performed.
lmId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
lmId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
Ian id that uniquely identifies a scheduled measurement.
load(ConnectPoint) - Method in interface org.onosproject.incubator.net.PortStatisticsService
Obtain the egress load for the given port in terms of bytes per second.
load(ConnectPoint, PortStatisticsService.MetricType) - Method in interface org.onosproject.incubator.net.PortStatisticsService
Obtain the egress load for the given port in terms of the specified metric.
LocalRemoteServiceProvider - Class in org.onosproject.incubator.rpc.impl
Sample implementation of RemoteServiceContextProvider.
LocalRemoteServiceProvider() - Constructor for class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider
 
LocalRemoteServiceProvider.SomeOtherService - Interface in org.onosproject.incubator.rpc.impl
 
LocalRemoteServiceProvider.SomeOtherServiceImpl - Class in org.onosproject.incubator.rpc.impl
 
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.
longValue() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
loopbackAttributes() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
loopbackAttributes() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the collection of attributes related to loopback.
loopbackAttributes(MepLbEntry) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
LossAvailabilityStat - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Abstract base interface to represent Loss Availability Stats.
LossAvailabilityStat.LaStatBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Abstract builder for classes derived from LossAvailabilityStat.
LossAvailabilityStatCurrent - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Object for representing Loss Availability Stats Current.
LossAvailabilityStatCurrent.LaStatCurrentBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
LossAvailabilityStatHistory - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Object for representing Loss Availability Stats History.
LossAvailabilityStatHistory.LaStatHistoryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
LossMeasurementCreate - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Object to support creation of Loss Measurement tests.
LossMeasurementCreate.CounterOption - Enum in org.onosproject.incubator.net.l2monitoring.soam.loss
Options for Counters that may be enabled.
LossMeasurementCreate.LmCreateBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
LossMeasurementCreate.LmType - Enum in org.onosproject.incubator.net.l2monitoring.soam.loss
Enumerated set of Loss Measurement types.
LossMeasurementEntry - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
A model of Loss Measurement from ITU Y.1731 Chapter 8.2, MEF 17, MEF 36.1 and MEF 39.
LossMeasurementEntry.AvailabilityType - Enum in org.onosproject.incubator.net.l2monitoring.soam.loss
Options for Availability test types.
LossMeasurementEntry.LmEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
lossMeasurementList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
lossMeasurementList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the list of Loss Measurements for this MEP.
LossMeasurementStat - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Abstract base interface for the creation of Loss Measurement Stat.
LossMeasurementStat.LmStatBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Base interface for builders of LossMeasurementStat.
LossMeasurementStatCurrent - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Object for representing Loss Availability Stats Current.
LossMeasurementStatCurrent.LmStatCurrentBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
LossMeasurementStatHistory - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Object for representing Loss Measurement Stats History.
LossMeasurementStatHistory.LmStatHistoryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
lossMeasurementThreshold() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmCreate
 
lossMeasurementThreshold() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate
The list of Loss Measurement configuration threshold values for LM Performance Monitoring.
LossMeasurementThreshold - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
Object to support the setting of Loss Measurement Thresholds.
LossMeasurementThreshold.LmThresholdBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam.loss
LossMeasurementThreshold.ThresholdOption - Enum in org.onosproject.incubator.net.l2monitoring.soam.loss
Set of enumerated threshold options.
lowerLimit - Static variable in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
lowestFaultPriorityDefect - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
lowestFaultPriorityDefect(Mep.LowestFaultDefect) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
lowestFaultPriorityDefect - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
lowestFaultPriorityDefect() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
lowestFaultPriorityDefect() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the lowest priority defect that is allowed to generate a Fault Alarm.
lowestFaultPriorityDefect(Mep.LowestFaultDefect) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
ltrRelay() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
An enumerated value indicating the value returned in the Relay Action field.
ltrRelay(MepLtReply.LtrReply) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
ltrReplies() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry
The list of LTRs associated with a specific Linktrace transaction.

M

macAddress() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
macAddress() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
macAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the MAC address of the MEP.
macAddress(MacAddress) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
macAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry
The remote Mep will be identified by either a MacAddress or a MEPId.
macAddress(MacAddress) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry.MepLtEntryBuilder
 
macAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
Get the MAC address of the remote MEP or 0 if no CCM has been received.
macAddress(MacAddress) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
maId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
maId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
maId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
maId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
maId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
Get the ID of the Maintenance Association.
maId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the Maintenance Association reference.
MaId2Octet - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
The 2 octet format of MA Short Name.
MaId2Octet(int) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaId2Octet
 
MaIdCharStr - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of a string identifier as an MA identifier.
MaIdCharStr(String) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdCharStr
 
MaIdIccY1731 - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
ICC-based MEG ID Format, thirteen octet field.
MaIdIccY1731(String, String) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
MaIdPrimaryVid - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of a Vid identifier as an int as an MA identifier.
MaIdPrimaryVid(int) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
MaIdRfc2685VpnId - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of a Rfc2685VpnId identifier in Hexadecimal as an MA identifier.
MaIdRfc2685VpnId(String) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdRfc2685VpnId
 
MaIdShort - Interface in org.onosproject.incubator.net.l2monitoring.cfm.identifier
Representation of a Maintenance Association ID.
MaIdShort.MaIdType - Enum in org.onosproject.incubator.net.l2monitoring.cfm.identifier
Supported types of MD identifier.
MaintenanceAssociation - Interface in org.onosproject.incubator.net.l2monitoring.cfm
A model of the Maintenance Association.
MaintenanceAssociation.CcmInterval - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Enumerated values from IEEE 802.1Q Table 21-16—CCM Interval field encoding.
MaintenanceAssociation.MaBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
maintenanceAssociationList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
maintenanceAssociationList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain
Retrieve the MA list of the MD.
MaintenanceDomain - Interface in org.onosproject.incubator.net.l2monitoring.cfm
A model of the Maintenance Domain.
MaintenanceDomain.MdBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MaintenanceDomain.
MaintenanceDomain.MdLevel - Enum in org.onosproject.incubator.net.l2monitoring.cfm
An enumerated set of values to represent MD Level.
manager - Variable in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
manager - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
maName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdCharStr
 
maName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
maName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
maName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdRfc2685VpnId
 
maName() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdShort
Get the MA name as a string.
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
 
maNumericId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
maNumericId(short) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.MaBuilder
 
maNumericId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
Numeric identifier.
maxFlrBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
maxFlrBackward(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
maxFlrBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The maximum backward frame loss ratio threshold value.
maxFlrForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
maxFlrForward(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
maxFlrForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The maximum forward frame loss ratio threshold value.
maxFrameDelayBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxFrameDelayBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxFrameDelayBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum backward delay threshold used to determine if a threshold notification is generated.
maxFrameDelayForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxFrameDelayForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxFrameDelayForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum forward delay threshold used to determine if a threshold notification is generated.
maxFrameDelayRangeBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxFrameDelayRangeBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxFrameDelayRangeBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum backward Frame Delay Range threshold used to determine if a threshold notification is generated.
maxFrameDelayRangeForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxFrameDelayRangeForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxFrameDelayRangeForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum Frame Delay Range threshold used to determine if a threshold notification is generated.
maxFrameDelayRangeTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxFrameDelayRangeTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxFrameDelayRangeTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum two-way Frame Delay Range threshold used to determine if a threshold notification is generated.
maxFrameDelayTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxFrameDelayTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxFrameDelayTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum two-way delay threshold used to determine if a threshold notification is generated.
maxInterFrameDelayVariationBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxInterFrameDelayVariationBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxInterFrameDelayVariationBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum backward IFDV threshold used to determine if a threshold notification is generated.
maxInterFrameDelayVariationForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxInterFrameDelayVariationForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxInterFrameDelayVariationForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum IFDV threshold used to determine if a threshold notification is generated.
maxInterFrameDelayVariationTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
maxInterFrameDelayVariationTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
maxInterFrameDelayVariationTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The maximum two-way IFDV threshold used to determine if a threshold notification is generated.
MD_NAME_MAX_LEN - Static variable in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdId
 
MD_NAME_MIN_LEN - Static variable in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdId
 
MdEvent - Class in org.onosproject.incubator.net.l2monitoring.cfm.service
Event related to the maintenance of CFM MDs.
MdEvent(MdEvent.Type, MdId) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.service.MdEvent
 
MdEvent.Type - Enum in org.onosproject.incubator.net.l2monitoring.cfm.service
MD Event types supported.
mdId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
mdId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
mdId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
mdId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
MdId - Interface in org.onosproject.incubator.net.l2monitoring.cfm.identifier
Representation of a Maintenance Domain ID.
mdId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain
Retrieve the id of the Maintenance Domain.
mdId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the Maintenance Domain reference.
MdId.MdNameType - Enum in org.onosproject.incubator.net.l2monitoring.cfm.identifier
Supported types of MA identifier.
MdIdCharStr - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of a string identifier as an MD identifier.
MdIdCharStr(String) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdCharStr
 
MdIdDomainName - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of a domain name as an MD identifier.
MdIdDomainName(InternetDomainName) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdDomainName
 
MdIdMacUint - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of a Mac Address and Unsigned Integer as an MD identifier.
MdIdMacUint(Pair<MacAddress, Integer>) - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
MdIdNone - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
A representation of NONE as an MA identifier.
MdIdNone() - Constructor for class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
mdLevel() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
mdLevel(MaintenanceDomain.MdLevel) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdBuilder
 
mdLevel() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain
Retrieve the level of the MD.
MdListener - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
Listener interface for MD Store.
mdName() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdId
Get the MD name as a string.
mdName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdCharStr
 
mdName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdDomainName
 
mdName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
mdName() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
mdNumericId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
mdNumericId(short) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdBuilder
 
mdNumericId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain
Numeric identifier.
MdStore - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
Maintenance Domain's storage interface.
MdStoreDelegate - Interface in org.onosproject.incubator.net.l2monitoring.cfm.service
Delegate for MD Store.
measuredAvailabilityBackwardStatus() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measuredAvailabilityBackwardStatus(LossMeasurementEntry.AvailabilityType) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measuredAvailabilityBackwardStatus() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The availability status (the outcome of the last availability indicator) in the backward direction.
measuredAvailabilityForwardStatus() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measuredAvailabilityForwardStatus(LossMeasurementEntry.AvailabilityType) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measuredAvailabilityForwardStatus() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The availability status (the outcome of the last availability indicator) in the forward direction.
measuredBackwardFlr() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measuredBackwardFlr(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measuredBackwardFlr() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
Contains the Frame Loss Ratio in the backward direction calculated by this MEP.
measuredBackwardLastTransitionTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measuredBackwardLastTransitionTime(Instant) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measuredBackwardLastTransitionTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The time of the last transition between available and unavailable in the backward direction.
measuredFlrBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
measuredFlrBackward(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
measuredFlrBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The measured backward frame loss ratio threshold value.
measuredFlrForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
measuredFlrForward(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.LmThresholdBuilder
 
measuredFlrForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The measured forward frame loss ratio threshold value.
measuredForwardFlr() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measuredForwardFlr(MilliPct) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measuredForwardFlr() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
Contains the Frame Loss Ratio in the forward direction calculated by this MEP.
measuredForwardLastTransitionTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measuredForwardLastTransitionTime(Instant) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measuredForwardLastTransitionTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The time of the last transition between available and unavailable in the forward direction.
measuredFrameDelayBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
measuredFrameDelayBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
measuredFrameDelayBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The measurement backward delay threshold used to determine if a threshold notification is generated.
measuredFrameDelayForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
measuredFrameDelayForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
measuredFrameDelayForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The measurement forward delay threshold used to determine if a threshold notification is generated.
measuredFrameDelayTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
measuredFrameDelayTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
measuredFrameDelayTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The measurement two-way delay threshold used to determine if a threshold notification is generated.
measuredInterFrameDelayVariationBackward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
measuredInterFrameDelayVariationBackward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
measuredInterFrameDelayVariationBackward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The measurement backward IFDV threshold used to determine if a threshold notification is generated.
measuredInterFrameDelayVariationForward() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
measuredInterFrameDelayVariationForward(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
measuredInterFrameDelayVariationForward() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The measurement IFDV threshold used to determine if a threshold notification is generated.
measuredInterFrameDelayVariationTwoWay() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
measuredInterFrameDelayVariationTwoWay(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.DmThresholdBuilder
 
measuredInterFrameDelayVariationTwoWay() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The measurement two-way IFDV threshold used to determine if a threshold notification is generated.
MeasurementCreateBase - Interface in org.onosproject.incubator.net.l2monitoring.soam
A base interface with attributes that are common to both Delay and Loss Measurements.
MeasurementCreateBase.MeasCreateBaseBuilder - Interface in org.onosproject.incubator.net.l2monitoring.soam
MeasurementCreateBase.SessionType - Enum in org.onosproject.incubator.net.l2monitoring.soam
Supported session types.
measurementCurrent() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measurementCurrent(LossMeasurementStatCurrent) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.LmEntryBuilder
 
measurementCurrent() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The results for the current Measurement Interval in a SOAM Loss Measurement session.
measurementHistories() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmEntry
 
measurementHistories() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry
The results for history Measurement Intervals in a SOAM Loss Measurement session.
measurementInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
measurementInterval(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
measurementInterval - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
measurementInterval() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
measurementInterval(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
measurementInterval() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The Measurement Interval for FLR statistics.
measurementsEnabled - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
measurementsEnabled - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
measurementsEnabled() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
measurementsEnabled() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
A vector of bits that indicates the type of SOAM DM counters that are enabled.
Mep - Interface in org.onosproject.incubator.net.l2monitoring.cfm
A model of the Maintenance Association Endpoint.
Mep.FaultDefectType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Supported Fault Defect Types.
Mep.FngAddress - Class in org.onosproject.incubator.net.l2monitoring.cfm
A simple class to join an FngAddressType and an IpAddress.
Mep.FngAddressType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Supported FNG Address Types.
Mep.LowestFaultDefect - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Options for setting the lowest fault defect.
Mep.MepBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for Mep.
Mep.MepDirection - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Enumerated options for MEP Directions.
Mep.Priority - Enum in org.onosproject.incubator.net.l2monitoring.cfm
An enumerated set of values to represent Priority.
MepEntry - Interface in org.onosproject.incubator.net.l2monitoring.cfm
An extension of the Mep interface to represent the state attributes.
MepEntry.FngState - Enum in org.onosproject.incubator.net.l2monitoring.cfm
States of Fault Notification Generator.
MepEntry.MepEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepEntry.
mepId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
mepId - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
mepId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
MepId - Class in org.onosproject.incubator.net.l2monitoring.cfm.identifier
Representation of a Mep Id.
mepId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the ID of the MEP.
mepId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry
The remote Mep will be identified by either a MacAddress or a MEPId.
mepId(MepId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry.MepLtEntryBuilder
 
MepLbCreate - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Grouping of parameters used to create a loopback test on a MEP.
MepLbCreate.MepLbCreateBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepLbCreate.
MepLbEntry - Interface in org.onosproject.incubator.net.l2monitoring.cfm
An extension of the MepEntry for Loopback state attributes.
MepLbEntry.MepLbEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepLbEntry.
MepLtCreate - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Object representing Linktrace create parameters.
MepLtCreate.MepLtCreateBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepLtCreate.
MepLtEntry - Interface in org.onosproject.incubator.net.l2monitoring.cfm
An extension of the MepEntry for LinkTrace state attributes.
MepLtEntry.MepLtEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepLtEntry.
MepLtReply - Interface in org.onosproject.incubator.net.l2monitoring.cfm
The list of LTRs associated with a specific Linktrace transaction.
MepLtReply.LtrReply - Enum in org.onosproject.incubator.net.l2monitoring.cfm
An enumerated value indicating the value returned in the Relay Action field.
MepLtReply.MepLtReplyBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepLtReply.
MepLtTransactionEntry - Interface in org.onosproject.incubator.net.l2monitoring.cfm
The LTM entry for a previously transmitted LTM.
MepLtTransactionEntry.MepLtEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
MepTsCreate - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Grouping of parameters used to create a Test Signal test on a MEP.
MepTsCreate.MepTsCreateBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for MepTsCreate.
MepTsCreate.TestType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Types of Test Signal test.
messagePeriod - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
messagePeriod(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
messagePeriod - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
messagePeriod() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
messagePeriod(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
messagePeriod() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The interval between Loss or Delay Measurement OAM message transmission.
meterOperationFailed(MeterOperation, MeterFailReason) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProviderService
Notifies the core that a meter operation failed for a specific reason.
mhfCreationType(Component.MhfCreationType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component.ComponentBuilder
 
mhfCreationType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component
Defines how the MA can create MHFs (MIP Half Function) for this VID at this MA.
mhfCreationType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
MilliPct - Class in org.onosproject.incubator.net.l2monitoring.soam
A representation of a ratio in milli-percent.
millis() - Method in enum org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.CcmInterval
 
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.

N

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.
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaId2Octet
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdCharStr
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdRfc2685VpnId
 
nameType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdShort
The type of the name.
nameType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdId
The type of the name.
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdCharStr
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdDomainName
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
nameType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
negateFilter(ConfigFilter) - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter
Method to create a filter that include all entries rejected by the criteria.
networkId - Variable in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
networkId() - Method in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualDevice
 
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualHost
 
networkId(NetworkId) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the network identifier to be used by the builder.
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
networkId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
Returns network identifier.
networkId - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
networkId() - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
networkId() - Method in class org.onosproject.incubator.net.virtual.event.VirtualEvent
 
NetworkId - Class in org.onosproject.incubator.net.virtual
Representation of network identity.
NetworkId() - Constructor for class org.onosproject.incubator.net.virtual.NetworkId
 
networkId(long) - Static method in class org.onosproject.incubator.net.virtual.NetworkId
Creates a network id using the supplied backing id.
networkId() - Method in interface org.onosproject.incubator.net.virtual.VirtualElement
Returns the network identifier to which this virtual element belongs.
networkId(NetworkId) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
Sets the virtual network of the virtual network intent.
networkId() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent
Returns the virtual network identifier.
networkId() - Method in interface org.onosproject.incubator.net.virtual.VirtualPacketContext
Returns the network identifier.
networkId() - Method in interface org.onosproject.incubator.net.virtual.VnetService
 
NetworkTunnelId - Class in org.onosproject.incubator.net.tunnel
Representation of a Network Tunnel Id.
NetworkTunnelId(long) - Constructor for class org.onosproject.incubator.net.tunnel.NetworkTunnelId
Constructs the ID corresponding to a given long value.
nextEgressIdentifier(byte[]) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
nextEgressIdentifier() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
An octet string holding the Next Egress Identifier field returned in the LTR Egress Identifier TLV of the LTR.
nextLbmIdentifier() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbEntry
 
nextLbmIdentifier(long) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry.MepLbEntryBuilder
 
nextLbmIdentifier() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbEntry
Get the next Loopback Transaction Identifier to be sent in an LBM.
nextLtmIdentifier(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry.MepLtEntryBuilder
 
nextLtmIdentifier() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtEntry
Get the next LTM Transaction Identifier to be sent in an LTM.
nodeKey() - Method in class org.onosproject.incubator.elasticcfg.ConfigNodePath
Returns the node key.
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 method in class org.onosproject.incubator.net.l2monitoring.soam.StopTime
 
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
 
notifyOfFailovers(Collection<Group>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProviderService
Notifies store of group failovers.
notifyOfFailovers(NetworkId, Collection<Group>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Indicates failover within a failover group.
notSpecified() - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
notTransmitted(IpAddress) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
numberIntervalsStored - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
numberIntervalsStored(Short) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
numberIntervalsStored - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
numberIntervalsStored() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
numberIntervalsStored(Short) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
numberIntervalsStored() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The number of completed measurement intervals to store in the history statistic table.
numberMessages() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
numberMessages(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
 
numberMessages() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate
The number of LBM transmissions in a session.

O

ofMilliPct(int) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
ofPercent(float) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
ofRatio(float) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
one() - Method in class org.onosproject.incubator.net.domain.TunnelPrimitive
The getter for the first connection point associated with a tunnel.
onProcessLimit() - Method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
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.
option - Variable in class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
option() - Method in class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
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.l2monitoring.cfm - package org.onosproject.incubator.net.l2monitoring.cfm
Object model for Connectivity Fault Management functionality from IEEE 802.1Q Chapter 18.
org.onosproject.incubator.net.l2monitoring.cfm.identifier - package org.onosproject.incubator.net.l2monitoring.cfm.identifier
Identifiers related to Connectivity Fault Management functionality from IEEE 802.1Q Chapter 18.
org.onosproject.incubator.net.l2monitoring.cfm.service - package org.onosproject.incubator.net.l2monitoring.cfm.service
Interfaces related to the Service for Connectivity Fault Management.
org.onosproject.incubator.net.l2monitoring.soam - package org.onosproject.incubator.net.l2monitoring.soam
Implementation of MEF Service Operation and Maintenance.
org.onosproject.incubator.net.l2monitoring.soam.delay - package org.onosproject.incubator.net.l2monitoring.soam.delay
Implementation of Service Operation and Maintenance related to Frame delay measurement.
org.onosproject.incubator.net.l2monitoring.soam.loss - package org.onosproject.incubator.net.l2monitoring.soam.loss
Implementation of Service Operation and Maintenance related to Frame loss measurement.
org.onosproject.incubator.net.resource.label - package org.onosproject.incubator.net.resource.label
Service for reserving labels as network resources.
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.event - package org.onosproject.incubator.net.virtual.event
Virtual network event delivery subsystem interfaces & supporting abstractions.
org.onosproject.incubator.net.virtual.intent - package org.onosproject.incubator.net.virtual.intent
Set of abstractions for conveying high-level intents for treatment of selected network traffic by allowing applications to express the what rather than the how for virtual networks.
org.onosproject.incubator.net.virtual.provider - package org.onosproject.incubator.net.virtual.provider
Network virtualization provider interfaces and implementation.
org.onosproject.incubator.rpc - package org.onosproject.incubator.rpc
Incubating inter-cluster RPC APIs.
org.onosproject.incubator.rpc.impl - package org.onosproject.incubator.rpc.impl
Implementation of the inter-cluster RPC service.

P

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.
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.
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.
pause() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Pauses the virtual port for stopping a network or device.
pendingFlowRule(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Marks a flow rule as PENDING_ADD during retry.
percentValue() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
performGroupOperation(NetworkId, DeviceId, GroupOperations) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProvider
Performs a batch of group operation in the specified virtual device with the specified parameters.
performMeterOperation(NetworkId, DeviceId, MeterOperations) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProvider
Performs a batch of meter operation on the specified virtual device with the specified parameters.
performMeterOperation(NetworkId, DeviceId, MeterOperation) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProvider
Performs a meter operation on the specified vitual device with the specified parameters.
PHYSICAL - Static variable in class org.onosproject.incubator.net.virtual.NetworkId
Represents the underlying physical network.
PID - Static variable in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
 
port - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
port - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
port() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
port() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the port to which the MEP is attached.
portDescriptions() - Method in class org.onosproject.incubator.net.config.basics.PortDescriptionsConfig
Retrieves all port descriptions.
PortDescriptionsConfig - Class in org.onosproject.incubator.net.config.basics
Configuration for Ports.
PortDescriptionsConfig() - Constructor for class org.onosproject.incubator.net.config.basics.PortDescriptionsConfig
 
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.
PortStatisticsService - Interface in org.onosproject.incubator.net
Service for obtaining statistic information about device ports.
PortStatisticsService.MetricType - Enum in org.onosproject.incubator.net
Specifies the type of metric.
portStatusChanged(DeviceId, VirtualPortDescription) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Notifies the core about port status change of a single port.
portStatusTlvType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
portStatusTlvType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
Get the Port Status TLV from the last CCM received from the remote MEP.
portStatusTlvType(RemoteMepEntry.PortStatusTlvType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
post(E) - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
Safely posts the specified event to the local event dispatcher.
primaryVid - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
primaryVid(VlanId) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep.DefaultMepBuilder
 
primaryVid - Variable in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
primaryVid() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
primaryVid(VlanId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepBuilder
 
primaryVid() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Get the Primary VID of the MEP.
primitive() - Method in class org.onosproject.incubator.net.domain.IntentResource
Returns the intent primitive associated with this resource at creation.
priority - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
priority - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
priority() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
priority() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The priority of frames with Performance Monitoring OAM message information.
priority(int) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
process(VirtualEvent) - Method in class org.onosproject.incubator.net.virtual.event.VirtualListenerRegistryManager
 
processPacket(PacketContext) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualPacketProviderService
Submits inbound packet context for processing to virtual network core.
producerName() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelDescription
 
producerName() - Method in interface org.onosproject.incubator.net.tunnel.TunnelDescription
Returns tunnel producer name.
protocol() - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
Returns DPI flow protocol.
ProtocolStatInfo - Class in org.onosproject.incubator.net.dpi
Protocol statistic information.
ProtocolStatInfo() - Constructor for class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Constructor for default ProtocolStatInfo class.
ProtocolStatInfo(String, String, long, long, int) - Constructor for class org.onosproject.incubator.net.dpi.ProtocolStatInfo
Constructor for ProtocolStatInfo class specified with protocol statistic parameters.
ProtocolStatInfoCodec - Class in org.onosproject.incubator.net.dpi
Implementation of encoder for ProtocolStatInfo codec.
ProtocolStatInfoCodec() - Constructor for class org.onosproject.incubator.net.dpi.ProtocolStatInfoCodec
 
provider() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Returns the provider for the intent domain.
provider() - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
 
provider() - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderService
Returns the virtual provider to which this service has been issued.
providerId() - Method in class org.onosproject.incubator.net.resource.label.DefaultLabelResource
 
purgeFlowRule(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Removes all flow entries of given device from store.
purgeFlowRules(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Removes all flow entries from store.
purgeGroupEntries(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Removes all group entries from store.
purgeGroupEntry(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Removes all group entries of given device from store.
pushFlowMetrics(DeviceId, Iterable<FlowEntry>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Pushes the collection of flow entries currently applied on the given virtual device.
pushFlowMetricsWithoutFlowMissing(DeviceId, Iterable<FlowEntry>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Pushes the collection of flow entries currently applied on the given device without flowMissing process.
pushGroupMetrics(DeviceId, Collection<Group>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualGroupProviderService
Pushes the collection of group detected in the data plane along with statistics.
pushGroupMetrics(NetworkId, DeviceId, Collection<Group>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Submits the group metrics to store for a given device ID.
pushMeterFeatures(DeviceId, MeterFeatures) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProviderService
Pushes the meter features collected from the device.
pushMeterMetrics(DeviceId, Collection<Meter>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualMeterProviderService
Pushes the collection of meters observed on the data plane as well as their associated statistics.
pushTableStatistics(DeviceId, List<TableStatisticsEntry>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProviderService
Pushes the collection of table statistics entries currently extracted from the given virtual device.
putNextGroup(NetworkId, Integer, NextGroup) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowObjectiveStore
Adds a NextGroup to the store, by mapping it to the nextId as key, and replacing any previous mapping.

Q

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.

R

ratioValue() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
rdi() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
rdi() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
A Boolean value indicating the state of the RDI bit in the last received CCM.
rdi(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
realizedBy() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualPort
 
realizedBy() - Method in interface org.onosproject.incubator.net.virtual.VirtualPort
Returns the underlying port using which this port is realized.
receivedRoleReply(DeviceId, MastershipRole, MastershipRole) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Notifies the core about the result of a RoleRequest sent to a device.
receivedTime() - Method in class org.onosproject.incubator.net.dpi.DpiStatistics
Returns DPI statistics received time.
registerProvider(VirtualProvider) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Registers the supplied virtual provider.
registerProviderService(NetworkId, VirtualProviderService) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Registers the supplied virtual provider.
registerTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Registers the specified, externally generated tenant identifier.
relative(Duration) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.StartTime
 
relative(Duration) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.StopTime
 
relativeTime - Variable in class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
relativeTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
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.
relinquishAllRole(NetworkId, NodeId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Removes all the roles for the specified controller instance.
relinquishRole(NetworkId, NodeId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Allows a controller instance to give up its current role for a device.
remoteMepAddress() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
remoteMepAddress() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLtCreate
 
remoteMepAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate
The remote Mep will be identified by either a MacAddress or a MEPId.
remoteMepAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate
The remote Mep will be identified by either a MacAddress or a MEPId.
remoteMepAddress() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate
The remote Mep will be identified by either a MacAddress or a MEPId.
RemoteMepEntry - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Defined in IEEE 802.1Q Section 12.14.7.6.3 Read MEP Database - Outputs.
RemoteMepEntry.InterfaceStatusTlvType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Interface Status TLV types.
RemoteMepEntry.PortStatusTlvType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Port Status TLV types.
RemoteMepEntry.RemoteMepEntryBuilder - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Builder for RemoteMepEntry.
RemoteMepEntry.RemoteMepState - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Remote MEP States.
remoteMepId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
remoteMepId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLtCreate
 
remoteMepId() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
remoteMepId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate
The remote Mep will be identified by either a MacAddress or a MEPId.
remoteMepId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate
The remote Mep will be identified by either a MacAddress or a MEPId.
remoteMepId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate
The remote Mep will be identified by either a MacAddress or a MEPId.
remoteMepId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
 
remoteMepId - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
remoteMepId - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
remoteMepId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
remoteMepId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The remote MEP to perform the tests against.
remoteMepIdList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
remoteMepIdList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
Get the list of the Remote Mep Ids.
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).
RemoteServiceManager - Class in org.onosproject.incubator.rpc.impl
Provides RemoteService related APIs.
RemoteServiceManager() - Constructor for class org.onosproject.incubator.rpc.impl.RemoteServiceManager
 
RemoteServiceProviderRegistry - Interface in org.onosproject.incubator.rpc
Abstraction of a remote service provider registry.
remove(AlarmId) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmService
Remove an alarm from ONOS.
removeConfigListener(ElasticConfigListener) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Unregisters a previously added listener.
removeCriteria(Set<ConfigNodePath>) - Method in interface org.onosproject.incubator.elasticcfg.ConfigFilter.Builder
Removes the given ConfigNodePath filtering criteria from a ConfigFilter object.
removeDevice(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified virtual device from the given network.
removeExtraneousGroupEntry(NetworkId, Group) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Remove the group entry from extraneous database.
removeFlowRule(NetworkId, FlowRule...) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualFlowRuleProvider
Instructs the provider to remove the specified flow rules to their respective virtual devices.
removeFlowRule(NetworkId, FlowEntry) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Removes an existing flow entry.
removeGroupEntry(NetworkId, Group) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Removes the group entry from store.
removeHost(NetworkId, HostId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified virtual host from the store.
removeLink(NetworkId, ConnectPoint, ConnectPoint) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified link from the store.
removeListener(L) - Method in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
removeNetwork(NetworkId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified virtual network from the store.
removeNextGroup(NetworkId, Integer) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowObjectiveStore
Remove a next group mapping from the store.
removeNode(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Removes a node from the elastic config store.
removeNode(ConfigStoreType, ConfigNodePath) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Removes a node from the ElasticConfigStore.
removePort(NetworkId, DeviceId, PortNumber) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Removes the specified port from the given device and network.
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
Deprecated.
in Kingfisher Release (1.10)
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.
replyOrder(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
replyOrder() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
An index to distinguish among multiple LTRs with the same LTR transaction-id field value.
replyTtl(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
replyTtl() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
The integer Reply TTL field value returned in the LTR.
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.
requestPackets(NetworkId, PacketRequest) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkPacketStore
Requests intercept of packets that match the given selector.
requestRole(NetworkId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Requests role of the local node for the specified device.
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.
resourceGroup(ResourceGroup) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
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.
roleChanged(DeviceId, MastershipRole) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProvider
Notifies the provider of a mastership role change for the specified device as decided by the core.
rpcRegistry - Variable in class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider
 

S

SCHEMES - Static variable in class org.onosproject.incubator.net.faultmanagement.alarm.AlarmEntityId
 
selector(TrafficSelector) - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkIntent.Builder
 
SenderIdTlv - Interface in org.onosproject.incubator.net.l2monitoring.cfm
Object for representing Sender ID TLV.
SenderIdTlv.SenderIdTlvType - Enum in org.onosproject.incubator.net.l2monitoring.cfm
Type of Sender ID TLV.
senderIdTlvType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
senderIdTlvType(SenderIdTlv.SenderIdTlvType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepEntryBuilder
 
senderIdTlvType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
Get the Sender ID TLV type from the last CCM received from the remote MEP or default.
serviceAffecting() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns true if alarm is service affecting Note: Whilst X.733 combines service-affecting state with severity (where severities of critical and major are deemed service-affecting) ONOS keeps these attributes separate.
serviceAffecting() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
serviceDirectory - Variable in class org.onosproject.incubator.net.virtual.AbstractVnetService
 
serviceDirectory - Variable in class org.onosproject.incubator.net.virtual.event.AbstractVirtualListenerManager
 
sessionStatus() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementEntry
 
sessionStatus(DelayMeasurementEntry.SessionStatus) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.DmEntryBuilder
 
sessionStatus() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry
The current status of the DM session.
sessionType - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
sessionType(MeasurementCreateBase.SessionType) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
sessionType - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
sessionType() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
sessionType(MeasurementCreateBase.SessionType) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
sessionType() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
Indicates whether the current session is defined to be 'proactive' or 'on-demand.
setAlarms(List<String>) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set alarms.
setAvgPktSize(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setBreed(String) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setBwUtilization(double) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
set bandwidth utilization.
setBytes(long) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setBytes(long) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setDelegate(NetworkId, D) - Method in interface org.onosproject.incubator.net.virtual.VirtualStore
Sets the delegate on the store.
setDetectedProtocol(int) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setDetectedProtocolName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setDetectedProtos(List<ProtocolStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the detected protocols statistic information.
setDiscardedBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setDpiThroughputBps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setDpiThroughputPps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setEthernetBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setFlowDelay(Duration) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set flow delay.
setFlows(int) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setGuessedFlowProtos(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setHostAName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostAPort(int) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostBName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostBPort(int) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setHostServerName(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setIpBytes(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setIpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setKnownFlows(List<FlowStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the known flows information.
setMaster(NetworkId, NodeId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Sets a device's role for a specified controller instance.
setName(String) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setPacketLossRatio(double) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set packet loss ratio.
setPackets(long) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setPackets(long) - Method in class org.onosproject.incubator.net.dpi.ProtocolStatInfo
 
setProtocol(String) - Method in class org.onosproject.incubator.net.dpi.FlowStatInfo
 
setProvider(IntentDomainProvider) - Method in class org.onosproject.incubator.net.domain.IntentDomain
Sets the provider for the intent domain if one is not already set.
setProvider(P) - Method in class org.onosproject.incubator.net.virtual.provider.AbstractVirtualProviderService
Creates a virtual provider service on behalf of the specified provider.
setStandby(NetworkId, NodeId, DeviceId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMastershipStore
Sets a controller instance's mastership role to STANDBY for a device.
setTcpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTotalPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTrafficDurationSec(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTrafficStatistics(TrafficStatInfo) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the traffic statistic information.
setTrafficThroughputBps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTrafficThroughputPps(double) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setTunnelId(TunnelId) - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnelStatistics.Builder
Set tunnel id.
setUdpPackets(long) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setUniqueFlows(int) - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
 
setUnknownFlows(List<FlowStatInfo>) - Method in class org.onosproject.incubator.net.dpi.DpiStatInfo
Sets the unknown flows information.
setupTunnel(Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to setup a tunnel.
setupTunnel(ElementId, Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to setup a tunnel given the respective device.
setupTunnel(ApplicationId, ElementId, Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelService
Creates a tunnel with given path and default initial state.
severity() - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.Alarm
Returns the severity.
severity() - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm
 
SoamConfigException - Class in org.onosproject.incubator.net.l2monitoring.soam
Exception for configuration related to Service OAM.
SoamConfigException(String) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.SoamConfigException
 
SoamConfigException(Throwable) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.SoamConfigException
 
SoamConfigException(String, Throwable) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.SoamConfigException
 
SoamDmProgrammable - Interface in org.onosproject.incubator.net.l2monitoring.soam
Behaviour that allows Layer 2 SOAM PM in the form of Delay Measurement to be implemented by devices.
SoamId - Class in org.onosproject.incubator.net.l2monitoring.soam
Identifier for SOAM objects.
SoamId(int) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.SoamId
 
soamPdusReceived(Integer) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
soamPdusReceived() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
soamPdusReceived(Integer) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
soamPdusReceived() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The count of the number of SOAM PDUs received during this Measurement Interval.
soamPdusReceived(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
soamPdusReceived() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
soamPdusReceived(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
soamPdusReceived() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The count of the number of SOAM PDUs PDUs received in this Measurement Interval.
soamPdusSent(Integer) - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat.DefaultDmStatBuilder
 
soamPdusSent() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
soamPdusSent(Integer) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat.DmStatBuilder
 
soamPdusSent() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The count of the number of SOAM PDUs sent during this Measurement Interval.
soamPdusSent(Long) - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat.DefaultLmStatBuilder
 
soamPdusSent() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
soamPdusSent(Long) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat.LmStatBuilder
 
soamPdusSent() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The count of the number of SOAM PDUs sent during this Measurement Interval.
SoamService - Interface in org.onosproject.incubator.net.l2monitoring.soam
Methods callable on MEPs to implement SOAM functionality.
SoamTime - Class in org.onosproject.incubator.net.l2monitoring.soam
A base class with common attributes of StartTime and StopTime.
SoamTime(SoamTime.TimeOption, Duration, Instant) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.SoamTime
 
SoamTime.TimeOption - Interface in org.onosproject.incubator.net.l2monitoring.soam
Abstract interface for TimeOptions on SoamTime concrete classes.
SomeOtherServiceImpl() - Constructor for class org.onosproject.incubator.rpc.impl.LocalRemoteServiceProvider.SomeOtherServiceImpl
 
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
 
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.
start() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Starts the virtual port.
startTime - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
startTime(StartTime) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
startTime - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
startTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
startTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStatCurrent
 
startTime(Instant) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStatCurrent.DmStatCurrentBuilder
 
startTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStatCurrent
The time that the current Measurement Interval started.
startTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStatCurrent
 
startTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStatCurrent
 
startTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStatCurrent
The time that the current Measurement Interval started.
startTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStatCurrent
The time that the current Measurement Interval started.
startTime(StartTime) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
startTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
Defines the session start time.
StartTime - Class in org.onosproject.incubator.net.l2monitoring.soam
A utility class for specifying a Start Time for Delay and Loss Measurements.
StartTime(SoamTime.TimeOption, Duration, Instant) - Constructor for class org.onosproject.incubator.net.l2monitoring.soam.StartTime
 
StartTime.StartTimeOption - Enum in org.onosproject.incubator.net.l2monitoring.soam
Options for Start Time.
state() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultRemoteMepEntry
 
state() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry
Get the operational state of a Remote MEP state machine for a remote MEP.
state() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
state() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns the tunnel state.
state(Link.State) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the link state to be used by the builder.
state() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Returns the virtual port state.
stop() - Method in interface org.onosproject.incubator.net.virtual.VirtualPortDescription
Stops the virtual port.
stopTime - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
stopTime(StopTime) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
stopTime - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
stopTime() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
stopTime(StopTime) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
stopTime() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
Defines the session stop time.
StopTime - Class in org.onosproject.incubator.net.l2monitoring.soam
A utility class for specifying a Stop Time for Delay and Loss Measurements.
StopTime.StopTimeOption - Enum in org.onosproject.incubator.net.l2monitoring.soam
Options for Stop Time.
storeBatch(NetworkId, FlowRuleBatchOperation) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Stores a batch of flow rules.
storeGroupDescription(NetworkId, GroupDescription) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Stores a new group entry using the information from group description for a virtual network.
storeMeter(NetworkId, Meter) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Adds a meter to the store.
storeMeterFeatures(NetworkId, MeterFeatures) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Adds the meter features to the store.
submit(IntentDomainId, IntentResource) - Method in interface org.onosproject.incubator.net.domain.IntentDomainService
Submits an intent resource to the intent domain for installation.
suspectStatus() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementStat
 
suspectStatus() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementStat
The suspect flag for the current measurement interval in which the notification was generated.
suspectStatus() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLaStat
 
suspectStatus() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmStat
 
suspectStatus() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossAvailabilityStat
Indicates whether the Measurement Interval has been marked as suspect.
suspectStatus() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementStat
The suspect flag for the current measurement interval in which the notification was generated.

T

tagType(Component.TagType) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component.ComponentBuilder
 
tagType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component
Indicates the tag type for this component.
tagType() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
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.
terminalMep(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.MepLtReplyBuilder
 
terminalMep() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply
A Boolean value stating whether the forwarded LTM reached a MEP for its MA.
testTlvIncluded - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
testTlvIncluded(boolean) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
testTlvIncluded - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
testTlvIncluded() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
testTlvIncluded(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
testTlvIncluded() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
Whether a Test TLV or Data TLV is included when the size of the LM frame is determined by the frame-size object.
testTlvPattern - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
testTlvPattern(DelayMeasurementCreate.TestTlvPattern) - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
testTlvPattern - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
testTlvPattern() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
testTlvPattern(DelayMeasurementCreate.TestTlvPattern) - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.MeasCreateBaseBuilder
 
testTlvPattern() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The type of test pattern to be sent in the LM frame Test TLV.
testType(Optional<MepTsCreate.TestType>) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate.MepTsCreateBuilder
 
testType() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate
This attribute specifies the type of ETH-Test to perform whether it is service interrupting or not.
threshId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
threshId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
The identifier or the scheduled measurement.
thresholdId() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
thresholdId() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
The index of the threshold number for the specific LM threshold entry.
thresholds - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate.DefaultDmCreateBuilder
 
thresholds - Variable in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
thresholds() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementCreate
 
thresholds() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate
The Delay Measurement threshold configuration values for DM Performance Monitoring.
thresholds() - Method in class org.onosproject.incubator.net.l2monitoring.soam.loss.DefaultLmThreshold
 
thresholds() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold
A vector of bits that indicates the type of SOAM LM thresholds notifications that are enabled.
thresholdsEnabled() - Method in class org.onosproject.incubator.net.l2monitoring.soam.delay.DefaultDelayMeasurementThreshold
 
thresholdsEnabled() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold
A vector of bits that indicates the type of SOAM LM thresholds notifications that are enabled.
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.provider.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.l2monitoring.cfm.DefaultMaintenanceAssociation
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdIccY1731
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdMacUint
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdIdNone
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MepId
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddress
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.soam.MilliPct
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.soam.SoamId
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.soam.StartTime
 
toString() - Method in class org.onosproject.incubator.net.l2monitoring.soam.StopTime
 
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.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
 
totalCcmsTransmitted() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepEntry
 
totalCcmsTransmitted(int) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.MepEntryBuilder
 
totalCcmsTransmitted() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepEntry
Get the total number of CCMs transmitted.
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).
transactionId() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry
The LTM Transaction Identifier to which the LTR entries will be attached.
translateToAlarm(DeviceId, InputStream) - Method in interface org.onosproject.incubator.net.faultmanagement.alarm.AlarmTranslator
Translates message from device into an alarm with appropriate information.
transmitLinktrace(MdId, MaIdShort, MepId, MepLtCreate) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Create a Linktrace session on the named Mep.
transmitLoopback(MdId, MaIdShort, MepId, MepLbCreate) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepService
Create a Loopback session on the named Mep.
transmitLtmFlags() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLtCreate
 
transmitLtmFlags(BitSet) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate.MepLtCreateBuilder
 
transmitLtmFlags() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtCreate
The Flags field for LTMs transmitted by the MEP.
transmitLtmUseFdbOnly(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry.MepLtEntryBuilder
 
transmitLtmUseFdbOnly() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLtTransactionEntry
The Flags field for LTMs transmitted by the MEP.
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.
tunnelAdded(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Signals that the provider has added a tunnel.
tunnelAdded(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the provider has added a tunnel.
tunnelAdded(TunnelDescription, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the provider has added a tunnel with a status which may not be default, hence is provided as an input.
TunnelAdminService - Interface in org.onosproject.incubator.net.tunnel
Service for administering the inventory of provisioned tunnels.
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.provider.VirtualNetworkProviderService
This method is used to notify the VirtualNetwork service that a tunnel is now FAILED or INACTIVE.
TunnelEndPoint - Interface in org.onosproject.incubator.net.tunnel
Represents for source end point or destination end point of a tunnel.
TunnelEndPointFormatter - Class in org.onosproject.incubator.net.tunnel
Formats an optical tunnel endpoint as "(type)/(element-id)/(port)".
TunnelEvent - Class in org.onosproject.incubator.net.tunnel
Describes tunnel events.
TunnelEvent(TunnelEvent.Type, Tunnel) - Constructor for class org.onosproject.incubator.net.tunnel.TunnelEvent
Creates an event of a given type and for the specified tunnel.
TunnelEvent(TunnelEvent.Type, Tunnel, long) - Constructor for class org.onosproject.incubator.net.tunnel.TunnelEvent
Creates an event of a given type and for the specified link and the current time.
TunnelEvent.Type - Enum in org.onosproject.incubator.net.tunnel
Type of tunnel events.
tunnelId() - Method in class org.onosproject.incubator.net.tunnel.DefaultTunnel
 
tunnelId() - Method in interface org.onosproject.incubator.net.tunnel.Tunnel
Returns tunnel identify generated by ONOS as primary key.
TunnelId - Class in org.onosproject.incubator.net.tunnel
Representation of a Tunnel Id.
tunnelId() - Method in class org.onosproject.incubator.net.tunnel.TunnelSubscription
Returns tunnel identity.
tunnelId(TunnelId) - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink.Builder
Sets the tunnel identifier to be used by the builder.
tunnelId() - Method in class org.onosproject.incubator.net.virtual.DefaultVirtualLink
Returns the tunnel identifier.
tunnelId() - Method in interface org.onosproject.incubator.net.virtual.VirtualLink
Returns the tunnel identifier to which this virtual link belongs.
TunnelListener - Interface in org.onosproject.incubator.net.tunnel
Entity capable of receiving tunnel related events.
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.
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.
TunnelService - Interface in org.onosproject.incubator.net.tunnel
Service for interacting with the inventory of tunnels.
TunnelStatistics - Interface in org.onosproject.incubator.net.tunnel
Statistics of a tunnel.
TunnelStore - Interface in org.onosproject.incubator.net.tunnel
Manages inventory of tunnel; not intended for direct use.
TunnelStoreDelegate - Interface in org.onosproject.incubator.net.tunnel
Tunnel store delegate abstraction.
TunnelSubscription - Class in org.onosproject.incubator.net.tunnel
Represents for a order that consumer subscribe tunnel.
TunnelSubscription(ApplicationId, TunnelEndPoint, TunnelEndPoint, TunnelId, Tunnel.Type, TunnelName, Annotations...) - Constructor for class org.onosproject.incubator.net.tunnel.TunnelSubscription
Creates a TunnelSubscription.
tunnelUp(NetworkId, ConnectPoint, ConnectPoint, TunnelId) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualNetworkProviderService
This method is used to notify the VirtualNetwork service that a tunnel is now ACTIVE.
tunnelUpdated(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Signals that the a tunnel was changed (e.g., sensing changes of tunnel).It's used by producers.
tunnelUpdated(TunnelDescription) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the a tunnel was changed (e.g., sensing changes of tunnel).
tunnelUpdated(TunnelDescription, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProviderService
Signals that the tunnel was changed with tunnel status change.
two() - Method in class org.onosproject.incubator.net.domain.TunnelPrimitive
The getter for the second connection point associated with a tunnel.
type() - Method in interface org.onosproject.incubator.elasticcfg.ConfigNode
Returns the type of the instance node.
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.

U

udpPackets() - Method in class org.onosproject.incubator.net.dpi.TrafficStatInfo
Returns DPI traffic UDP packets.
uintUpperLimit - Static variable in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaId2Octet
 
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.
unregisterProvider(VirtualProvider) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Unregisters the supplied virtual provider.
unregisterProviderService(NetworkId, VirtualProviderService) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualProviderRegistryService
Unregisters the supplied virtual provider service.
unregisterTenantId(TenantId) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Unregisters the specified, externally generated tenant identifier.
unsetDelegate(NetworkId, D) - Method in interface org.onosproject.incubator.net.virtual.VirtualStore
Withdraws the delegate from the store.
unsetProvider() - Method in class org.onosproject.incubator.net.domain.IntentDomain
Unsets the provider for the intent domain.
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
Deprecated.
1.10.0 Kingfisher
updateBookkeepingFields(AlarmId, boolean, 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.
updateGroupDescription(NetworkId, DeviceId, GroupKey, VirtualNetworkGroupStore.UpdateType, GroupBuckets, GroupKey) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore
Updates the existing group entry with the information from group description.
updateLink(VirtualLink, TunnelId, Link.State) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Updates the tunnelId in the virtual link.
updateMeter(NetworkId, Meter) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Updates a meter whose meter id is the same as the passed meter.
updateMeterState(NetworkId, Meter) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkMeterStore
Updates a given meter's state with the provided state.
updateNode(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Creates/Updates a node in the elastic config store.
updateNode(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Creates/Updates a node in the ElasticConfigStore.
updatePorts(DeviceId, List<VirtualPortDescription>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Updates information about all ports of a device.
updatePortState(NetworkId, DeviceId, PortNumber, boolean) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkAdminService
Updates port state of an existing virtual port on the specified device.
updatePortState(NetworkId, DeviceId, PortNumber, boolean) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkStore
Updates port state of an existing virtual port.
updatePortStatistics(DeviceId, Collection<PortStatistics>) - Method in interface org.onosproject.incubator.net.virtual.provider.VirtualDeviceProviderService
Updates statistics about all ports of a device.
updateRecursive(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigService
Creates/Updates nodes in the elastic config store, recursively by creating all missing intermediate nodes in the path.
updateRecursive(ConfigStoreType, ConfigNodePath, ConfigNode) - Method in interface org.onosproject.incubator.elasticcfg.ElasticConfigStore
Creates/Updates nodes in the ElasticConfigStore, recursively by creating all missing intermediate nodes in the path.
updateTableStatistics(NetworkId, DeviceId, List<TableStatisticsEntry>) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkFlowRuleStore
Updates the flow table statistics of the specified device using the given statistics.
updateTunnel(Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Invokes the core to update a tunnel based on specified tunnel parameters.
updateTunnel(Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to update a tunnel.
updateTunnel(ElementId, Tunnel, Path) - Method in interface org.onosproject.incubator.net.tunnel.TunnelProvider
Instructs the provider to update a tunnel given the respective device.
updateTunnelState(Tunnel, Tunnel.State) - Method in interface org.onosproject.incubator.net.tunnel.TunnelAdminService
Updates the state of a tunnel.
upperLimit - Static variable in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdPrimaryVid
 
usedNum() - Method in class org.onosproject.incubator.net.resource.label.LabelResourcePool
Returns used number.

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.l2monitoring.cfm.identifier.MepId
 
value() - Method in class org.onosproject.incubator.net.l2monitoring.soam.SoamId
Gets the dm ID value.
value() - Method in class org.onosproject.incubator.net.tunnel.TunnelName
The string of tunnel name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.ConfigStoreType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.ElasticConfigEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.elasticcfg.TraversalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.domain.IntentDomainEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.onosproject.incubator.net.domain.IntentDomainId
Creates an intent domain identifier from the specified string representation.
valueOf(String) - Static method in enum org.onosproject.incubator.net.faultmanagement.alarm.Alarm.SeverityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.faultmanagement.alarm.AlarmEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Component.IdPermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Component.MhfCreationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Component.TagType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.identifier.MaIdShort.MaIdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.identifier.MdId.MdNameType
Returns the enum constant of this type with the specified name.
valueOf(short) - Static method in class org.onosproject.incubator.net.l2monitoring.cfm.identifier.MepId
 
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation.CcmInterval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain.MdLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Mep.FaultDefectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Mep.FngAddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Mep.LowestFaultDefect
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Mep.MepDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.Mep.Priority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.MepEntry.FngState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.MepLtReply.LtrReply
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.MepTsCreate.TestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.InterfaceStatusTlvType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.PortStatusTlvType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.RemoteMepEntry.RemoteMepState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.SenderIdTlv.SenderIdTlvType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.service.CfmMepEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.cfm.service.MdEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DataPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.DmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.MeasurementOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.TestTlvPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementCreate.Version
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementEntry.SessionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.delay.DelayMeasurementThreshold.ThresholdOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.CounterOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementCreate.LmType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementEntry.AvailabilityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.loss.LossMeasurementThreshold.ThresholdOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase.SessionType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.onosproject.incubator.net.l2monitoring.soam.SoamId
Creates a dm ID from a int value.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.StartTime.StartTimeOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.l2monitoring.soam.StopTime.StopTimeOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.PortStatisticsService.MetricType
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(long) - Static method in class org.onosproject.incubator.net.tunnel.DomainTunnelId
Creates a tunnel identifier from the specified tunnel.
valueOf(String) - Static method in class org.onosproject.incubator.net.tunnel.DomainTunnelId
Creates a tunnel identifier from the specified tunnel.
valueOf(long) - Static method in class org.onosproject.incubator.net.tunnel.NetworkTunnelId
Creates an tunnel identifier from the specified tunnel.
valueOf(String) - Static method in class org.onosproject.incubator.net.tunnel.NetworkTunnelId
 
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.OpticalTunnelEndPoint.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.tunnel.TunnelEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.onosproject.incubator.net.tunnel.TunnelId
Creates an tunnel identifier from the specified tunnel.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.event.VirtualEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.VirtualNetworkEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.incubator.net.virtual.VirtualPortDescription.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onosproject.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.l2monitoring.cfm.Component.IdPermissionType
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.l2monitoring.cfm.Component.MhfCreationType
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.l2monitoring.cfm.Component.TagType
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.l2monitoring.cfm.identifier.MaIdShort.MaIdType
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.l2monitoring.cfm.identifier.MdId.MdNameType
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.l2monitoring.cfm.MaintenanceAssociation.CcmInterval
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.l2monitoring.cfm.MaintenanceDomain.MdLevel
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.l2monitoring.cfm.Mep.FaultDefectType
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.l2monitoring.cfm.Mep.FngAddressType
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.l2monitoring.cfm.Mep.LowestFaultDefect
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.l2monitoring.cfm.Mep.MepDirection
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.l2monitoring.cfm.Mep.Priority
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.l2monitoring.cfm.MepEntry.FngState
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.l2monitoring.cfm.MepLtReply.LtrReply
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.l2monitoring.cfm.MepTsCreate.TestType
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.l2monitoring.cfm.RemoteMepEntry.InterfaceStatusTlvType
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.l2monitoring.cfm.RemoteMepEntry.PortStatusTlvType
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.l2monitoring.cfm.RemoteMepEntry.RemoteMepState
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.l2monitoring.cfm.SenderIdTlv.SenderIdTlvType
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.l2monitoring.cfm.service.CfmMepEvent.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.l2monitoring.cfm.service.MdEvent.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.l2monitoring.soam.delay.DelayMeasurementCreate.DataPattern
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.l2monitoring.soam.delay.DelayMeasurementCreate.DmType
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.l2monitoring.soam.delay.DelayMeasurementCreate.MeasurementOption
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.l2monitoring.soam.delay.DelayMeasurementCreate.TestTlvPattern
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.l2monitoring.soam.delay.DelayMeasurementCreate.Version
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.l2monitoring.soam.delay.DelayMeasurementEntry.SessionStatus
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.l2monitoring.soam.delay.DelayMeasurementThreshold.ThresholdOption
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.l2monitoring.soam.loss.LossMeasurementCreate.CounterOption
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.l2monitoring.soam.loss.LossMeasurementCreate.LmType
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.l2monitoring.soam.loss.LossMeasurementEntry.AvailabilityType
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.l2monitoring.soam.loss.LossMeasurementThreshold.ThresholdOption
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.l2monitoring.soam.MeasurementCreateBase.SessionType
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.l2monitoring.soam.StartTime.StartTimeOption
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.l2monitoring.soam.StopTime.StopTimeOption
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.PortStatisticsService.MetricType
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.tunnel.OpticalTunnelEndPoint.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.Tunnel.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.tunnel.TunnelEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.event.VirtualEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.VirtualNetworkEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.VirtualNetworkGroupStore.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.incubator.net.virtual.VirtualPortDescription.State
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase.DefaultMeasCreateBaseBuilder
 
version - Variable in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
version() - Method in class org.onosproject.incubator.net.l2monitoring.soam.DefaultMeasurementCreateBase
 
version() - Method in interface org.onosproject.incubator.net.l2monitoring.soam.MeasurementCreateBase
The version of the PDUs used to perform Loss or Delay Measurement.
vidList() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Component
The VID(s) monitored by this MA, or 0, if the MA is not attached to any VID.
vidList() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultComponent
 
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).
VirtualDeviceProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual device information provider.
VirtualDeviceProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual device providers can inject virtual device information into the core.
VirtualElement - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual element.
VirtualEvent<E extends org.onosproject.event.Event> - Class in org.onosproject.incubator.net.virtual.event
Base class for virtual network event that encapsulates a normal event.
VirtualEvent(NetworkId, VirtualEvent.Type, E) - Constructor for class org.onosproject.incubator.net.virtual.event.VirtualEvent
 
VirtualEvent(NetworkId, VirtualEvent.Type, E, long) - Constructor for class org.onosproject.incubator.net.virtual.event.VirtualEvent
 
VirtualEvent.Type - Enum in org.onosproject.incubator.net.virtual.event
Type of virtual network events.
VirtualFlowRuleProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual flow rule provider.
VirtualFlowRuleProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual flow rule providers can inject information into the core.
VirtualGroupProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of group provider for virtual network.
VirtualGroupProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which Group providers can inject information into the virtual network core.
VirtualHost - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual end-station host.
VirtualIntentCompiler<T extends org.onosproject.net.intent.Intent> - Interface in org.onosproject.incubator.net.virtual.intent
Abstraction of a compiler which is capable of taking an intent and translating it to other, potentially installable, intents for virtual networks.
VirtualIntentException - Exception in org.onosproject.incubator.net.virtual.intent
 
VirtualIntentException() - Constructor for exception org.onosproject.incubator.net.virtual.intent.VirtualIntentException
Constructs an exception with no message and no underlying cause.
VirtualIntentException(String) - Constructor for exception org.onosproject.incubator.net.virtual.intent.VirtualIntentException
Constructs an exception with the specified message.
VirtualIntentException(String, Throwable) - Constructor for exception org.onosproject.incubator.net.virtual.intent.VirtualIntentException
Constructs an exception with the specified message and the underlying cause.
VirtualLink - Interface in org.onosproject.incubator.net.virtual
Abstraction of a virtual link.
VirtualListenerRegistryManager - Class in org.onosproject.incubator.net.virtual.event
Base implementation of an virtual event sink and a registry capable of tracking listeners and dispatching events to them as part of event sink processing.
VirtualMeterProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a Meter provider for virtual network.
VirtualMeterProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which meter providers can inject information into the virtual network subsystem core.
VirtualNetwork - Interface in org.onosproject.incubator.net.virtual
Representation of a virtual network.
VirtualNetworkAdminService - 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, VirtualDevice, VirtualPort) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject, virtual device and virtual port.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, long) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject and time.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, VirtualDevice, long) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject, virtual device and time.
VirtualNetworkEvent(VirtualNetworkEvent.Type, NetworkId, VirtualPort, long) - Constructor for class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Creates an event of a given type and for the specified subject, virtual port and time.
VirtualNetworkEvent.Type - Enum in org.onosproject.incubator.net.virtual
Type of virtual network events.
VirtualNetworkFlowObjectiveStore - Interface in org.onosproject.incubator.net.virtual
The flow objective store for virtual networks.
VirtualNetworkFlowRuleStore - Interface in org.onosproject.incubator.net.virtual
Manages inventory of flow rules for virtual networks; not intended for direct use.
VirtualNetworkGroupStore - Interface in org.onosproject.incubator.net.virtual
Manages inventory of groups per virtual network and virtual device; not intended for direct use.
VirtualNetworkGroupStore.UpdateType - Enum in org.onosproject.incubator.net.virtual
 
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.
VirtualNetworkIntentStore - Interface in org.onosproject.incubator.net.virtual
 
VirtualNetworkListener - Interface in org.onosproject.incubator.net.virtual
Represents entity capable of receiving virtual network events.
VirtualNetworkMastershipStore - Interface in org.onosproject.incubator.net.virtual
Manages inventory of mastership roles for devices, across controller instances for virtual networks; not intended for direct use.
VirtualNetworkMeterStore - Interface in org.onosproject.incubator.net.virtual
 
VirtualNetworkPacketStore - Interface in org.onosproject.incubator.net.virtual
 
VirtualNetworkProvider - Interface in org.onosproject.incubator.net.virtual.provider
Entity capable of providing traffic isolation constructs for use in implementation of virtual devices and virtual links.
VirtualNetworkProviderRegistry - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual network provider registry.
VirtualNetworkProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Service through which virtual network providers can inject information into the core.
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.
VirtualPacketContext - Interface in org.onosproject.incubator.net.virtual
Represents context for processing an inbound packet for a virtual network, and (optionally) emitting a corresponding outbound packet.
VirtualPacketProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a virtual packet provider capable of emitting packets from virtual network core services to the underlay network.
VirtualPacketProviderService - Interface in org.onosproject.incubator.net.virtual.provider
Entity capable of processing inbound packets for virtual networks.
virtualPort() - Method in class org.onosproject.incubator.net.virtual.VirtualNetworkEvent
Returns virtual port affected by event - may be null (for events relating to tenants, virtual networks and virtual devices).
VirtualPort - Interface in org.onosproject.incubator.net.virtual
Representation of a virtual port.
VirtualPortDescription - Interface in org.onosproject.incubator.net.virtual
Information about a virtual port.
VirtualPortDescription.State - Enum in org.onosproject.incubator.net.virtual
Representation of the virtual port.
VirtualProvider - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a provider of information about virtual network environment.
VirtualProviderRegistryService - Interface in org.onosproject.incubator.net.virtual.provider
Registry for tracking information providers with the core.
VirtualProviderService<P extends VirtualProvider> - Interface in org.onosproject.incubator.net.virtual.provider
Abstraction of a service through which virtual providers can inject information about the network environment into the virtual core.
VirtualStore<E extends org.onosproject.event.Event,D extends org.onosproject.store.StoreDelegate<E>> - Interface in org.onosproject.incubator.net.virtual
Abstraction of a entity capable of storing and/or distributing information for virtual network across a cluster.
vlanDropEligible() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
vlanDropEligible(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
 
vlanDropEligible() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate
The drop eligible parameter to be used in the transmitted LBMs.
vlanPriority() - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMepLbCreate
 
vlanPriority(Mep.Priority) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate.MepLbCreateBuilder
 
vlanPriority() - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MepLbCreate
The priority parameter to be used in the transmitted LBMs.
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
Sets the new alarm acknowledged flag.
withAdministrativeState(boolean) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withAdministrativeState(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the administrative state of the MEP.
withAssignedUser(String) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Sets the new alarm assigned user.
withCciEnabled(boolean) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withCciEnabled(boolean) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Enable or disable the generation of CCMs by the MEP.
withCcmLtmPriority(Mep.Priority) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withCcmLtmPriority(Mep.Priority) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the priority parameter for CCMs and LTMs transmitted by the MEP.
withComponentList(Collection<Component>) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
withComponentList(Collection<Component>) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
Create a new component collection.
withDefectAbsentTime(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withDefectAbsentTime(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the time that the Fault must be absent before it is reset.
withDefectPresentTime(Duration) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withDefectPresentTime(Duration) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the time that the Fault must be present before it is issued.
withFngAddress(Mep.FngAddress) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withFngAddress(Mep.FngAddress) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the network address to which Fault Alarms are to be transmitted.
withId(AlarmId) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Deprecated.
1.10.0- Kingfisher
withLowestFaultPriorityDefect(Mep.LowestFaultDefect) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withLowestFaultPriorityDefect(Mep.LowestFaultDefect) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the lowest priority defect that is allowed to generate a Fault Alarm.
withMaintenanceAssociationList(Collection<MaintenanceAssociation>) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceDomain
 
withMaintenanceAssociationList(Collection<MaintenanceAssociation>) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceDomain
Replace the MA list of the MD.
withManuallyClearable(boolean) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Sets the new alarm the manually clearable flag.
withPrimaryVid(VlanId) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMep
 
withPrimaryVid(VlanId) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.Mep
Set the Primary VID of the MEP.
withRemoteMepIdList(Collection<MepId>) - Method in class org.onosproject.incubator.net.l2monitoring.cfm.DefaultMaintenanceAssociation
 
withRemoteMepIdList(Collection<MepId>) - Method in interface org.onosproject.incubator.net.l2monitoring.cfm.MaintenanceAssociation
Create a new Maintenance Association from the current with the specified RemoteMepId list.
withServiceAffecting(boolean) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Sets the new alarm service affecting flag.
withTimeCleared(Long) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Sets the new alarm time cleared.
withTimeUpdated(long) - Method in class org.onosproject.incubator.net.faultmanagement.alarm.DefaultAlarm.Builder
Sets the new alarm time updated.
write(NetworkId, IntentData) - Method in interface org.onosproject.incubator.net.virtual.VirtualNetworkIntentStore
Writes an IntentData object to the store.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links