| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OFStatistics | |
|---|---|
| net.floodlightcontroller.core | |
| net.floodlightcontroller.core.web | |
| org.openflow.protocol | |
| org.openflow.protocol.factory | |
| org.openflow.protocol.statistics | |
| Uses of OFStatistics in net.floodlightcontroller.core | 
|---|
| Methods in net.floodlightcontroller.core that return types with arguments of type OFStatistics | |
|---|---|
|  java.util.concurrent.Future<java.util.List<OFStatistics>> | OFSwitchBase.queryStatistics(OFStatisticsRequest request) | 
|  java.util.concurrent.Future<java.util.List<OFStatistics>> | IOFSwitch.queryStatistics(OFStatisticsRequest request)Returns a Future object that can be used to retrieve the asynchronous OFStatisticsReply when it is available. | 
| Uses of OFStatistics in net.floodlightcontroller.core.web | 
|---|
| Methods in net.floodlightcontroller.core.web that return types with arguments of type OFStatistics | |
|---|---|
|  java.util.List<OFStatistics> | AllSwitchStatisticsResource.GetConcurrentStatsThread.getStatisticsReply() | 
| protected  java.util.List<OFStatistics> | SwitchResourceBase.getSwitchStatistics(long switchId,
                    OFStatisticsType statType) | 
| protected  java.util.List<OFStatistics> | SwitchResourceBase.getSwitchStatistics(java.lang.String switchId,
                    OFStatisticsType statType) | 
| Uses of OFStatistics in org.openflow.protocol | 
|---|
| Fields in org.openflow.protocol with type parameters of type OFStatistics | |
|---|---|
| protected  java.util.List<? extends OFStatistics> | OFStatisticsMessageBase.statistics | 
| Methods in org.openflow.protocol that return OFStatistics | |
|---|---|
|  OFStatistics | OFStatisticsMessageBase.getFirstStatistics() | 
|  OFStatistics | OFStatisticsRequest.getStatistics() | 
| Methods in org.openflow.protocol that return types with arguments of type OFStatistics | |
|---|---|
|  java.util.List<? extends OFStatistics> | OFStatisticsReply.getStatistics() | 
| Methods in org.openflow.protocol with parameters of type OFStatistics | |
|---|---|
|  OFStatisticsRequest | OFStatisticsRequest.setStatistics(OFStatistics statistics) | 
| Method parameters in org.openflow.protocol with type arguments of type OFStatistics | |
|---|---|
|  void | OFStatisticsMessageBase.setStatistics(java.util.List<? extends OFStatistics> statistics) | 
| Uses of OFStatistics in org.openflow.protocol.factory | 
|---|
| Methods in org.openflow.protocol.factory that return OFStatistics | |
|---|---|
|  OFStatistics | OFStatisticsFactory.getStatistics(OFType t,
              OFStatisticsType st)Retrieves an OFStatistics instance corresponding to the specified OFStatisticsType | 
|  OFStatistics | BasicFactory.getStatistics(OFType t,
              OFStatisticsType st) | 
| Methods in org.openflow.protocol.factory that return types with arguments of type OFStatistics | |
|---|---|
|  java.util.List<OFStatistics> | OFStatisticsFactory.parseStatistics(OFType t,
                OFStatisticsType st,
                java.nio.ByteBuffer data,
                int length)Attempts to parse and return all OFStatistics contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. | 
|  java.util.List<OFStatistics> | BasicFactory.parseStatistics(OFType t,
                OFStatisticsType st,
                java.nio.ByteBuffer data,
                int length) | 
|  java.util.List<OFStatistics> | OFStatisticsFactory.parseStatistics(OFType t,
                OFStatisticsType st,
                java.nio.ByteBuffer data,
                int length,
                int limit)Attempts to parse and return all OFStatistics contained in the given ByteBuffer, beginning at the ByteBuffer's position, and ending at position+length. | 
|  java.util.List<OFStatistics> | BasicFactory.parseStatistics(OFType t,
                OFStatisticsType st,
                java.nio.ByteBuffer data,
                int length,
                int limit) | 
| Uses of OFStatistics in org.openflow.protocol.statistics | 
|---|
| Classes in org.openflow.protocol.statistics that implement OFStatistics | |
|---|---|
|  class | OFAggregateStatisticsReplyRepresents an ofp_aggregate_stats_reply structure | 
|  class | OFAggregateStatisticsRequestRepresents an ofp_aggregate_stats_request structure | 
|  class | OFDescriptionStatisticsRepresents an ofp_desc_stats structure | 
|  class | OFFlowStatisticsReplyRepresents an ofp_flow_stats structure | 
|  class | OFFlowStatisticsRequestRepresents an ofp_flow_stats_request structure | 
|  class | OFGroupDescriptionRepresents an ofp_meter_stats structure | 
|  class | OFGroupFeaturesRepresents an ofp_meter_stats structure | 
|  class | OFGroupStatisticsReplyRepresents an ofp_group_stats structure | 
|  class | OFGroupStatisticsRequestRepresents an ofp_group_stats_request structure | 
|  class | OFMeterConfigStatisticsReplyRepresents an ofp_meter_stats structure | 
|  class | OFMeterFeaturesRepresents an ofp_meter_stats structure | 
|  class | OFMeterStatisticsReplyRepresents an ofp_meter_stats structure | 
|  class | OFMeterStatisticsRequestRepresents an ofp_meter_stats_request structure | 
|  class | OFPortDescriptionRepresents an ofp_port_desc structure | 
|  class | OFPortStatisticsReplyRepresents an ofp_port_stats structure | 
|  class | OFPortStatisticsRequestRepresents an ofp_port_stats_request structure | 
|  class | OFQueueStatisticsReplyRepresents an ofp_queue_stats structure | 
|  class | OFQueueStatisticsRequestRepresents an ofp_queue_stats_request structure | 
|  class | OFTableFeaturesCorresponds to the struct ofp_packet_tableRequest OpenFlow structure | 
|  class | OFTableStatisticsRepresents an ofp_table_stats structure | 
|  class | OFVendorStatisticsThe base class for vendor implemented statistics message | 
| Fields in org.openflow.protocol.statistics with type parameters of type OFStatistics | |
|---|---|
| protected  java.lang.Class<? extends OFStatistics> | OFStatisticsType.replyClass | 
| protected  java.lang.reflect.Constructor<? extends OFStatistics> | OFStatisticsType.replyConstructor | 
| protected  Instantiable<OFStatistics> | OFStatisticsType.replyInstantiable | 
| protected  java.lang.Class<? extends OFStatistics> | OFStatisticsType.requestClass | 
| protected  java.lang.reflect.Constructor<? extends OFStatistics> | OFStatisticsType.requestConstructor | 
| protected  Instantiable<OFStatistics> | OFStatisticsType.requestInstantiable | 
| Methods in org.openflow.protocol.statistics that return OFStatistics | |
|---|---|
|  OFStatistics | OFStatisticsType.newInstance(OFType t)Returns a new instance of the implementation class for this OFStatisticsType, either request or reply based on the supplied OFType | 
| Methods in org.openflow.protocol.statistics that return types with arguments of type OFStatistics | |
|---|---|
|  java.lang.reflect.Constructor<? extends OFStatistics> | OFStatisticsType.getConstructor(OFType t)Returns the no-argument Constructor of the implementation class for this OFStatisticsType, either request or reply based on the supplied OFType | 
|  Instantiable<OFStatistics> | OFStatisticsType.getReplyInstantiable() | 
|  Instantiable<OFStatistics> | OFStatisticsType.getRequestInstantiable() | 
|  java.lang.Class<? extends OFStatistics> | OFStatisticsType.toClass(OFType t) | 
| Method parameters in org.openflow.protocol.statistics with type arguments of type OFStatistics | |
|---|---|
|  void | OFStatisticsType.setReplyInstantiable(Instantiable<OFStatistics> replyInstantiable) | 
|  void | OFStatisticsType.setRequestInstantiable(Instantiable<OFStatistics> requestInstantiable) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||