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

T

TABLE_NAME - Static variable in class etri.sdn.controller.module.firewall.OFMFirewall
 
tables - Variable in class etri.sdn.controller.SwitchInformation
 
targetHardwareAddress - Variable in class etri.sdn.controller.protocol.packet.ARP
 
targetProtocolAddress - Variable in class etri.sdn.controller.protocol.packet.ARP
 
TCP - Class in etri.sdn.controller.protocol.packet
 
TCP() - Constructor for class etri.sdn.controller.protocol.packet.TCP
 
TcpServer - Class in etri.sdn.controller.protocol.io
TCP server that handles OpenFlow connection (accept).
TcpServer(int) - Constructor for class etri.sdn.controller.protocol.io.TcpServer
 
timedCache - Variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
TimedCache<K> - Class in etri.sdn.controller.util
The key is any object/hash-code The value is time-stamp in milliseconds The time interval denotes the interval for which the entry should remain in the hashmap.
TimedCache(int, int) - Constructor for class etri.sdn.controller.util.TimedCache
 
timeInitiated - Variable in class etri.sdn.controller.module.statemanager.State
 
timeoutInterval - Variable in class etri.sdn.controller.util.TimedCache
 
timeoutLinks() - Method in class etri.sdn.controller.module.linkdiscovery.Links
Iterates through the list of links and deletes if the last discovery message reception time exceeds timeout values.
timer - Variable in class etri.sdn.controller.OFController
Timer for scheduling asynchronous jobs.
timestamp - Variable in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery.Disconnection
 
TLV_DIRECTION_LENGTH - Static variable in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
 
TLV_DIRECTION_TYPE - Static variable in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
 
TLV_DIRECTION_VALUE_FORWARD - Static variable in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
 
TLV_DIRECTION_VALUE_REVERSE - Static variable in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
 
toByteArray(long) - Static method in class etri.sdn.controller.protocol.packet.Ethernet
Convert a long MAC address to a byte array
toBytes(short, short) - Static method in class etri.sdn.controller.module.learningmac.OFMLearningMac13
 
toBytes() - Method in class etri.sdn.controller.util.MACAddress
Returns the value of the MACAddress as a byte array.
toDBObject(Object) - Static method in class etri.sdn.controller.module.storagemanager.StorageConverter
 
toIPv4Address(String) - Static method in class etri.sdn.controller.protocol.packet.IPv4
Accepts an IPv4 address of the form xxx.xxx.xxx.xxx, ie 192.168.0.1 and returns the corresponding 32 bit integer.
toIPv4Address(byte[]) - Static method in class etri.sdn.controller.protocol.packet.IPv4
Accepts an IPv4 address in a byte array and returns the corresponding 32-bit integer value.
toIPv4AddressBytes(String) - Static method in class etri.sdn.controller.protocol.packet.IPv4
Accepts an IPv4 address of the form xxx.xxx.xxx.xxx, ie 192.168.0.1 and returns the corresponding byte array.
toIPv4AddressBytes(int) - Static method in class etri.sdn.controller.protocol.packet.IPv4
Accepts an IPv4 address in the form of an integer and returns the corresponding byte array.
toJSON(Object) - Static method in class etri.sdn.controller.module.storagemanager.StorageConverter
This method converts an object into a JSON object, and returns it to the caller.
toKeyString() - Method in class etri.sdn.controller.module.linkdiscovery.Link
Deprecated. 
toKeyString() - Method in class etri.sdn.controller.module.linkdiscovery.NodePortTuple
API to return a String value formed with NodeID and PortID The portID is a 16-bit field, so mask it as an integer to get full positive value
toLong(byte[]) - Static method in class etri.sdn.controller.protocol.packet.Ethernet
Accepts a MAC address and returns the corresponding long, where the MAC bytes are set on the lower order bytes of the long.
toLong() - Method in class etri.sdn.controller.util.MACAddress
Returns the value of the MACAddress as a long.
toMACAddress(String) - Static method in class etri.sdn.controller.protocol.packet.Ethernet
Accepts a MAC address of the form 00:aa:11:bb:22:cc, case does not matter, and returns a corresponding byte[].
toOFMatchReconcile(OFMatchReconcile, String, OFMatchReconcile.ReconcileAction) - Method in class etri.sdn.controller.module.flowcache.QRFlowCacheObj
Populate a given OFMatchReconcile object from the values of this class.
topology - Variable in class etri.sdn.controller.module.devicemanager.Devices
 
topology - Variable in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
 
topology - Variable in class etri.sdn.controller.module.forwarding.ForwardingBase
 
Topology - Class in etri.sdn.controller.module.topologymanager
This class provides RESTful API for accessing topology information.
Topology(OFMTopologyManager) - Constructor for class etri.sdn.controller.module.topologymanager.Topology
 
topologyAware - Variable in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
 
topologyChanged() - Method in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
 
topologyChanged() - Method in interface etri.sdn.controller.module.topologymanager.ITopologyListener
Happens when the switch clusters are recomputed
TopologyInstance - Class in etri.sdn.controller.module.topologymanager
A representation of a network topology.
TopologyInstance() - Constructor for class etri.sdn.controller.module.topologymanager.TopologyInstance
 
TopologyInstance(Map<Long, Set<Integer>>, Map<NodePortTuple, Set<Link>>) - Constructor for class etri.sdn.controller.module.topologymanager.TopologyInstance
 
TopologyInstance(Map<Long, Set<Integer>>, Set<NodePortTuple>, Map<NodePortTuple, Set<Link>>, Set<NodePortTuple>, Set<NodePortTuple>) - Constructor for class etri.sdn.controller.module.topologymanager.TopologyInstance
 
TopologyInstance.NodeDist - Class in etri.sdn.controller.module.topologymanager
 
TopologyInstance.NodeDist(Long, int) - Constructor for class etri.sdn.controller.module.topologymanager.TopologyInstance.NodeDist
 
topologyModel - Variable in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
 
topologyServiceCache - Static variable in class etri.sdn.controller.module.devicemanager.OFMDeviceManager
 
toPortBytes(int) - Static method in class etri.sdn.controller.protocol.packet.IPv4
 
TorpedoProperties - Class in etri.sdn.controller
This class implements a functionality that reads Torpedo configuration file (torpedo.properties in the project root directory).
TorpedoProperties() - Constructor for class etri.sdn.controller.TorpedoProperties
 
toString() - Method in class etri.sdn.controller.module.devicemanager.AttachmentPoint
 
toString() - Method in class etri.sdn.controller.module.devicemanager.Device
 
toString() - Method in class etri.sdn.controller.module.devicemanager.Devices.DeviceUpdate
 
toString() - Method in class etri.sdn.controller.module.devicemanager.Entity
 
toString() - Method in enum etri.sdn.controller.module.devicemanager.SwitchPort.ErrorStatus
 
toString() - Method in class etri.sdn.controller.module.devicemanager.SwitchPort
 
toString() - Method in class etri.sdn.controller.module.flowcache.FCQueryObj
 
toString() - Method in class etri.sdn.controller.module.flowcache.FlowCacheQueryResp
 
toString() - Method in class etri.sdn.controller.module.flowcache.OFMatchReconcile
 
toString() - Method in class etri.sdn.controller.module.flowcache.OFMatchWithSwDpid
 
toString() - Method in class etri.sdn.controller.module.flowcache.PendingSwRespKey
 
toString() - Method in class etri.sdn.controller.module.flowcache.QRFlowCacheObj
 
toString() - Method in class etri.sdn.controller.module.linkdiscovery.ILinkDiscoveryListener.LDUpdate
 
toString() - Method in enum etri.sdn.controller.module.linkdiscovery.ILinkDiscoveryListener.UpdateOperation
 
toString() - Method in class etri.sdn.controller.module.linkdiscovery.Link
 
toString() - Method in class etri.sdn.controller.module.linkdiscovery.LinkInfo
 
toString() - Method in class etri.sdn.controller.module.linkdiscovery.Links
return the name of this Model.
toString() - Method in class etri.sdn.controller.module.linkdiscovery.NodePortTuple
 
toString() - Method in class etri.sdn.controller.module.linkdiscovery.OFMLinkDiscovery
 
toString() - Method in class etri.sdn.controller.module.routing.Route
 
toString() - Method in class etri.sdn.controller.module.routing.RouteId
 
toString() - Method in class etri.sdn.controller.module.routing.RoutingDecision
 
toString() - Method in class etri.sdn.controller.module.topologymanager.BroadcastTree
 
toString() - Method in class etri.sdn.controller.module.topologymanager.Cluster
 
toString() - Method in class etri.sdn.controller.OFHeader
 
toString() - Method in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
toString() - Method in class etri.sdn.controller.protocol.packet.ARP
 
toString() - Method in class etri.sdn.controller.protocol.packet.BSN
 
toString() - Method in class etri.sdn.controller.protocol.packet.BSNPROBE
 
toString() - Method in class etri.sdn.controller.protocol.packet.DHCPOption
 
toString() - Method in enum etri.sdn.controller.protocol.packet.DHCPPacketType
 
toString() - Method in class etri.sdn.controller.protocol.packet.Ethernet
 
toString() - Method in class etri.sdn.controller.util.MACAddress
 
totalLength - Variable in class etri.sdn.controller.protocol.packet.IPv4
 
totalMemory - Variable in class etri.sdn.controller.module.statemanager.State
 
tp_dst - Variable in class etri.sdn.controller.module.firewall.FirewallRule
 
tp_src - Variable in class etri.sdn.controller.module.firewall.FirewallRule
 
transactionId - Variable in class etri.sdn.controller.protocol.packet.DHCP
 
transactionIdSource - Variable in class etri.sdn.controller.protocol.io.OFSwitchImpl
 
transId - Variable in class etri.sdn.controller.module.flowcache.PendingSwRespKey
 
ttl - Variable in class etri.sdn.controller.protocol.packet.IPv4
 
ttl - Variable in class etri.sdn.controller.protocol.packet.LLDP
 
tunnelLinks - Variable in class etri.sdn.controller.module.topologymanager.OFMTopologyManager
set of tunnel links
tunnelPorts - Variable in class etri.sdn.controller.module.topologymanager.TopologyInstance
 
type - Variable in class etri.sdn.controller.module.linkdiscovery.ILinkDiscoveryListener.LDUpdate
 
type - Variable in class etri.sdn.controller.module.linkdiscovery.Links.RESTLink
 
type - Variable in class etri.sdn.controller.OFHeader
 
type - Variable in class etri.sdn.controller.protocol.packet.BPDU
 
type - Variable in class etri.sdn.controller.protocol.packet.BSN
 
type - Variable in class etri.sdn.controller.protocol.packet.LLDPTLV
 
TYPE_ARP - Static variable in class etri.sdn.controller.protocol.packet.Ethernet
 
TYPE_BSN - Static variable in class etri.sdn.controller.protocol.packet.Ethernet
 
TYPE_ERROR_MESSAGE - Variable in class etri.sdn.controller.module.storagemanager.Storage
 
TYPE_IPv4 - Static variable in class etri.sdn.controller.protocol.packet.Ethernet
 
TYPE_LLDP - Static variable in class etri.sdn.controller.protocol.packet.Ethernet
 
TYPE_RARP - Static variable in class etri.sdn.controller.protocol.packet.Ethernet
 
typeClassMap - Static variable in class etri.sdn.controller.protocol.packet.BSN
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y