class LogStash::Codecs::IdentityMapCodec::CodecValue
A composite class to hold both the codec, the eviction_timeout
and a last_used timestamp instances of this Value Object are stored in the mapping hash
Attributes
auto_flush_timeout[RW]
codec[R]
eviction_timeout[RW]
Public Class Methods
new(codec)
click to toggle source
# File lib/logstash/codecs/identity_map_codec.rb, line 87 def initialize(codec) @codec = codec end