Class: LogStash::Outputs::ElasticSearchJavaPlugins::Protocols::TransportClient
- Inherits:
-
NodeClient
- Object
- Base
- NodeClient
- LogStash::Outputs::ElasticSearchJavaPlugins::Protocols::TransportClient
- Defined in:
- lib/logstash/outputs/elasticsearch_java/protocol.rb
Overview
class NodeClient
Constant Summary
Constants inherited from NodeClient
Instance Method Summary collapse
Methods inherited from NodeClient
#bulk, clear_client, get_client, #initialize
Methods inherited from Base
#initialize, #template_install
Constructor Details
This class inherits a constructor from LogStash::Outputs::ElasticSearchJavaPlugins::Protocols::NodeClient
Instance Method Details
#client ⇒ Object
233 234 235 236 237 |
# File 'lib/logstash/outputs/elasticsearch_java/protocol.rb', line 233 def client return @client if @client @client = build_client() return @client end |