Class: HAProxy::StatsReader
- Inherits:
-
Object
- Object
- HAProxy::StatsReader
- Defined in:
- lib/haproxy/stats_reader.rb
Direct Known Subclasses
Instance Method Summary collapse
- #backends ⇒ Object
- #errors ⇒ Object
- #frontends ⇒ Object
- #info ⇒ Object
- #servers ⇒ Object
- #sessions ⇒ Object
- #stats ⇒ Object
Instance Method Details
#backends ⇒ Object
28 29 30 |
# File 'lib/haproxy/stats_reader.rb', line 28 def backends raise NotImplementedError end |
#errors ⇒ Object
12 13 14 |
# File 'lib/haproxy/stats_reader.rb', line 12 def errors raise NotImplementedError end |
#frontends ⇒ Object
24 25 26 |
# File 'lib/haproxy/stats_reader.rb', line 24 def frontends raise NotImplementedError end |
#info ⇒ Object
8 9 10 |
# File 'lib/haproxy/stats_reader.rb', line 8 def info raise NotImplementedError end |
#servers ⇒ Object
32 33 34 |
# File 'lib/haproxy/stats_reader.rb', line 32 def servers raise NotImplementedError end |
#sessions ⇒ Object
16 17 18 |
# File 'lib/haproxy/stats_reader.rb', line 16 def sessions raise NotImplementedError end |
#stats ⇒ Object
20 21 22 |
# File 'lib/haproxy/stats_reader.rb', line 20 def stats raise NotImplementedError end |