Class: LogStash::PluginMixins::JdbcStreaming::NormalStatementHandler
- Inherits:
- 
      StatementHandler
      
        - Object
- StatementHandler
- LogStash::PluginMixins::JdbcStreaming::NormalStatementHandler
 
- Includes:
- Util::Loggable
- Defined in:
- lib/logstash/plugin_mixins/jdbc_streaming/statement_handler.rb
Instance Attribute Summary
Attributes inherited from StatementHandler
#cache, #parameters, #statement
Instance Method Summary collapse
- 
  
    
      #cache_lookup(db, event)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Get from cache or performs remote lookup and saves to cache. 
Methods inherited from StatementHandler
build_statement_handler, #initialize
Constructor Details
This class inherits a constructor from LogStash::PluginMixins::JdbcStreaming::StatementHandler
Instance Method Details
#cache_lookup(db, event) ⇒ Object
Get from cache or performs remote lookup and saves to cache
| 80 81 82 | # File 'lib/logstash/plugin_mixins/jdbc_streaming/statement_handler.rb', line 80 def cache_lookup(db, event) common_cache_lookup(db, event) end |