Skip navigation links
A C D G I N O P T U V 

A

AccessAgentConfig - Class in org.opencord.cordconfig.access
Represents configuration for an OLT agent.
AccessAgentConfig() - Constructor for class org.opencord.cordconfig.access.AccessAgentConfig
 
AccessAgentData - Class in org.opencord.cordconfig.access
Information about an access agent.
AccessAgentData(DeviceId, Map<ConnectPoint, MacAddress>, MacAddress, Optional<ConnectPoint>) - Constructor for class org.opencord.cordconfig.access.AccessAgentData
Constructs an agent configuration for a given device.
AccessDeviceConfig - Class in org.opencord.cordconfig.access
Config object for access device data.
AccessDeviceConfig() - Constructor for class org.opencord.cordconfig.access.AccessDeviceConfig
 
AccessDeviceData - Class in org.opencord.cordconfig.access
Information about an access device.
AccessDeviceData(DeviceId, PortNumber, VlanId, Optional<VlanId>) - Constructor for class org.opencord.cordconfig.access.AccessDeviceData
Class constructor.
activate() - Method in class org.opencord.cordconfig.CordConfigManager
 

C

CordConfigEvent - Class in org.opencord.cordconfig
Describes an CORD config event.
CordConfigEvent(CordConfigEvent.Type, Object) - Constructor for class org.opencord.cordconfig.CordConfigEvent
Creates an CORD config event with type and subject.
CordConfigEvent(CordConfigEvent.Type, Object, long) - Constructor for class org.opencord.cordconfig.CordConfigEvent
Creates an CORD config event with type, subject and time of event.
CordConfigEvent(CordConfigEvent.Type, Object, Object) - Constructor for class org.opencord.cordconfig.CordConfigEvent
Creates an CORD config event with type, subject and previous subject.
CordConfigEvent(CordConfigEvent.Type, Object, Object, long) - Constructor for class org.opencord.cordconfig.CordConfigEvent
Creates an CORD config event with type, subject, previous subject and time.
CordConfigEvent.Type - Enum in org.opencord.cordconfig
 
CordConfigListener - Interface in org.opencord.cordconfig
Listener for CORD config events.
CordConfigManager - Class in org.opencord.cordconfig
Manages the common CORD configuration.
CordConfigManager() - Constructor for class org.opencord.cordconfig.CordConfigManager
 
CordConfigService - Interface in org.opencord.cordconfig
Provides access to the common CORD configuration.

D

deactivate() - Method in class org.opencord.cordconfig.CordConfigManager
 
defaultVlan() - Method in class org.opencord.cordconfig.access.AccessDeviceData
Retrieves the default VLAN ID that will be used for this device.
deviceId() - Method in class org.opencord.cordconfig.access.AccessAgentData
Retrieves the access device ID.
deviceId() - Method in class org.opencord.cordconfig.access.AccessDeviceData
Retrieves the access device ID.

G

getAccessAgent(DeviceId) - Method in class org.opencord.cordconfig.CordConfigManager
 
getAccessAgent(DeviceId) - Method in interface org.opencord.cordconfig.CordConfigService
Retrieves the access agent for the given device ID.
getAccessAgents() - Method in class org.opencord.cordconfig.CordConfigManager
 
getAccessAgents() - Method in interface org.opencord.cordconfig.CordConfigService
Retrieves the set of all access agents in the system.
getAccessDevice() - Method in class org.opencord.cordconfig.access.AccessDeviceConfig
Gets the access device configuration for this device.
getAccessDevice(DeviceId) - Method in class org.opencord.cordconfig.CordConfigManager
 
getAccessDevice(DeviceId) - Method in interface org.opencord.cordconfig.CordConfigService
Retrieves the access device with the given device ID.
getAccessDevices() - Method in class org.opencord.cordconfig.CordConfigManager
 
getAccessDevices() - Method in interface org.opencord.cordconfig.CordConfigService
Retrieves the set of all access devices in the system.
getAgent() - Method in class org.opencord.cordconfig.access.AccessAgentConfig
Gets the access agent configuration for this device.
getAgentMac() - Method in class org.opencord.cordconfig.access.AccessAgentData
Returns the agent's MAC address.
getOlt() - Method in class org.opencord.cordconfig.access.AccessDeviceConfig
Deprecated.
in Goldeneye release. Use AccessDeviceConfig.getAccessDevice() instead.
getOltConnectPoint(ConnectPoint) - Method in class org.opencord.cordconfig.access.AccessAgentData
Returns the point where the OLT is connected to the fabric given a connect point on the agent device.
getOltMacInfo() - Method in class org.opencord.cordconfig.access.AccessAgentData
Returns the mapping of OLT chips to MAC addresses.
getVtnLocation() - Method in class org.opencord.cordconfig.access.AccessAgentData
Returns the location of the agent.

I

isValid() - Method in class org.opencord.cordconfig.access.AccessAgentConfig
 

N

networkConfig - Variable in class org.opencord.cordconfig.CordConfigManager
 

O

org.opencord.cordconfig - package org.opencord.cordconfig
Meta Application for hosting common cord configuration classes.
org.opencord.cordconfig.access - package org.opencord.cordconfig.access
CORD access configuration classes.

P

prevSubject() - Method in class org.opencord.cordconfig.CordConfigEvent
Returns the previous CORD config subject.

T

toString() - Method in class org.opencord.cordconfig.access.AccessAgentData
 
toString() - Method in class org.opencord.cordconfig.access.AccessDeviceData
 
toString() - Method in class org.opencord.cordconfig.CordConfigEvent
 

U

uplink() - Method in class org.opencord.cordconfig.access.AccessDeviceData
Retrieves the uplink port number.

V

valueOf(String) - Static method in enum org.opencord.cordconfig.CordConfigEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opencord.cordconfig.CordConfigEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
vlan() - Method in class org.opencord.cordconfig.access.AccessDeviceData
Retrieves the VLAN ID assigned to the device.
A C D G I N O P T U V 
Skip navigation links

Copyright © 2016. All rights reserved.