Class: Fluent::Plugin::RedisSlowlogInput::Entry
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::RedisSlowlogInput::Entry
- Defined in:
- lib/fluent/plugin/in_redis_slowlog.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#exec_time_us ⇒ Object
Returns the value of attribute exec_time_us.
-
#id ⇒ Object
Returns the value of attribute id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command
11 12 13 |
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11 def command @command end |
#exec_time_us ⇒ Object
Returns the value of attribute exec_time_us
11 12 13 |
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11 def exec_time_us @exec_time_us end |
#id ⇒ Object
Returns the value of attribute id
11 12 13 |
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11 def id @id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
11 12 13 |
# File 'lib/fluent/plugin/in_redis_slowlog.rb', line 11 def @timestamp end |