|
||||||||||
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 |
OFAggregateStatisticsReply
Represents an ofp_aggregate_stats_reply structure |
class |
OFAggregateStatisticsRequest
Represents an ofp_aggregate_stats_request structure |
class |
OFDescriptionStatistics
Represents an ofp_desc_stats structure |
class |
OFFlowStatisticsReply
Represents an ofp_flow_stats structure |
class |
OFFlowStatisticsRequest
Represents an ofp_flow_stats_request structure |
class |
OFGroupDescription
Represents an ofp_meter_stats structure |
class |
OFGroupFeatures
Represents an ofp_meter_stats structure |
class |
OFGroupStatisticsReply
Represents an ofp_group_stats structure |
class |
OFGroupStatisticsRequest
Represents an ofp_group_stats_request structure |
class |
OFMeterConfigStatisticsReply
Represents an ofp_meter_stats structure |
class |
OFMeterFeatures
Represents an ofp_meter_stats structure |
class |
OFMeterStatisticsReply
Represents an ofp_meter_stats structure |
class |
OFMeterStatisticsRequest
Represents an ofp_meter_stats_request structure |
class |
OFPortDescription
Represents an ofp_port_desc structure |
class |
OFPortStatisticsReply
Represents an ofp_port_stats structure |
class |
OFPortStatisticsRequest
Represents an ofp_port_stats_request structure |
class |
OFQueueStatisticsReply
Represents an ofp_queue_stats structure |
class |
OFQueueStatisticsRequest
Represents an ofp_queue_stats_request structure |
class |
OFTableFeatures
Corresponds to the struct ofp_packet_tableRequest OpenFlow structure |
class |
OFTableStatistics
Represents an ofp_table_stats structure |
class |
OFVendorStatistics
The 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 |