Class: Fluent::Plugin::RedisSlowlogInput::Entry

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/in_redis_slowlog.rb

Instance Attribute Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



11
12
13
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11

def command
  @command
end

#exec_time_usObject

Returns the value of attribute exec_time_us

Returns:

  • (Object)

    the current value of exec_time_us



11
12
13
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11

def exec_time_us
  @exec_time_us
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



11
12
13
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11

def id
  @id
end

#timestampObject

Returns the value of attribute timestamp

Returns:

  • (Object)

    the current value of timestamp



11
12
13
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11

def timestamp
  @timestamp
end