Class: Trema::AggregateStatsReply
- Inherits:
-
StatsHelper
- Object
- StatsHelper
- Trema::AggregateStatsReply
- Defined in:
- ruby/trema/aggregate-stats-reply.rb
Constant Summary collapse
- FIELDS =
%w(packet_count byte_count flow_count)
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ AggregateStatsReply
constructor
Aggregate counters for flows.
Methods inherited from StatsHelper
Constructor Details
#initialize(options = {}) ⇒ AggregateStatsReply
Aggregate counters for flows. A user would not explicitly instantiate a Trema::AggregateStatsReply object but would be created as a result of parsing the +OFPT_STATS_REPLY(OFPST_AGGREGATE) message.
57 58 59 |
# File 'ruby/trema/aggregate-stats-reply.rb', line 57 def initialize super FIELDS, end |