Find devices that match the provided query. Any fields that are null will not be included in the query. If there is an index for the query, then it will be performed efficiently using the index. Otherwise, there will be a full scan of the device list.
@param macAddress The MAC address
@param vlan the VLAN
@param ipv4Address the ipv4 address
@param switchDPID the switch DPID
@param switchPort the switch port
@return an iterator over a set of devices matching the query
@see IDeviceService#queryClassDevices(IEntityClass,Long,Short,Integer,Long,Integer)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.