Class: HKeyPerfDataReader::ConvertedType::NullPerfCounter

Inherits:
PerfCounter
  • Object
show all
Defined in:
lib/fluent/plugin/hkey_perf_data_converted_type.rb

Instance Attribute Summary

Attributes inherited from PerfCounter

#base_value, #name, #type, #value

Instance Method Summary collapse

Constructor Details

#initializeNullPerfCounter

Returns a new instance of NullPerfCounter.



118
119
120
121
122
123
# File 'lib/fluent/plugin/hkey_perf_data_converted_type.rb', line 118

def initialize()
  @name = nil
  @type = 0
  @value = 0
  @base_value = 0
end