Uses of Class
org.openflow.protocol.statistics.OFFlowStatisticsReply

Packages that use OFFlowStatisticsReply
net.floodlightcontroller.flowcache   
org.openflow.protocol.statistics   
 

Uses of OFFlowStatisticsReply in net.floodlightcontroller.flowcache
 

Fields in net.floodlightcontroller.flowcache with type parameters of type OFFlowStatisticsReply
protected static java.util.List<OFFlowStatisticsReply> PortDownReconciliation.statsReply
           
 

Methods in net.floodlightcontroller.flowcache that return types with arguments of type OFFlowStatisticsReply
 java.util.List<OFFlowStatisticsReply> PortDownReconciliation.getFlows(IOFSwitch sw, java.lang.Integer outPort)
           
 

Uses of OFFlowStatisticsReply in org.openflow.protocol.statistics
 

Methods in org.openflow.protocol.statistics that return OFFlowStatisticsReply
 OFFlowStatisticsReply OFFlowStatisticsReply.setByteCount(long byteCount)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setCookie(long cookie)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setDurationNanoseconds(int durationNanoseconds)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setDurationSeconds(int durationSeconds)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setFlags(short flags)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setHardTimeout(short hardTimeout)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setIdleTimeout(short idleTimeout)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setInstructions(java.util.List<OFInstruction> instructions)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setMatch(OFMatch match)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setPacketCount(long packetCount)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setPriority(short priority)
           
 OFFlowStatisticsReply OFFlowStatisticsReply.setTableId(byte tableId)