Class: HAProxy::StatsReader

Inherits:
Object
  • Object
show all
Defined in:
lib/haproxy/stats_reader.rb

Direct Known Subclasses

SocketReader

Instance Method Summary collapse

Instance Method Details

#backendsObject

Raises:

  • (NotImplementedError)


28
29
30
# File 'lib/haproxy/stats_reader.rb', line 28

def backends
  raise NotImplementedError
end

#errorsObject

Raises:

  • (NotImplementedError)


12
13
14
# File 'lib/haproxy/stats_reader.rb', line 12

def errors
  raise NotImplementedError
end

#frontendsObject

Raises:

  • (NotImplementedError)


24
25
26
# File 'lib/haproxy/stats_reader.rb', line 24

def frontends
  raise NotImplementedError
end

#infoObject

Raises:

  • (NotImplementedError)


8
9
10
# File 'lib/haproxy/stats_reader.rb', line 8

def info
  raise NotImplementedError
end

#serversObject

Raises:

  • (NotImplementedError)


32
33
34
# File 'lib/haproxy/stats_reader.rb', line 32

def servers
  raise NotImplementedError
end

#sessionsObject

Raises:

  • (NotImplementedError)


16
17
18
# File 'lib/haproxy/stats_reader.rb', line 16

def sessions
  raise NotImplementedError
end

#statsObject

Raises:

  • (NotImplementedError)


20
21
22
# File 'lib/haproxy/stats_reader.rb', line 20

def stats
  raise NotImplementedError
end