Sha256: c3a7c52ad9bbcdacf99163a14620d2f597d9af0d44cffd801cdafef591a92078
Contents?: true
Size: 759 Bytes
Versions: 3
Compression:
Stored size: 759 Bytes
Contents
# Druid This module contains all logic associated with Druid. ## Node The `Node` classes represent Druid nodes and manage connection with them. They also provide the methods that are exposed natively by the Druid REST API. ## Query The query module provides a way for the `Druid::Client` to inherit the methods from the `Node` classes. Additionally, the `Query` module classes provide some additional methods not found natively in the Druid REST API. ## Writer The `Writer` classes utilize the Tranquility Core API to communicate with Druid nodes and allows writing. ## Errors **Client Error:** Indicates a failure within the JRuby-Druid adapter. **Connection Error:** Indicates a failed request to Druid. **QueryError:** Indicates a malformed query.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jruby-druid-1.0.0.pre.rc4 | lib/druid/README.md |
jruby-druid-1.0.0.pre.rc3 | lib/druid/README.md |
jruby-druid-1.0.0.pre.rc2 | lib/druid/README.md |