Class: VoldemortNode
- Inherits:
-
Object
- Object
- VoldemortNode
- Defined in:
- lib/connection/voldemort_node.rb
Instance Attribute Summary collapse
-
#admin_port ⇒ Object
Returns the value of attribute admin_port.
-
#host ⇒ Object
Returns the value of attribute host.
-
#http_port ⇒ Object
Returns the value of attribute http_port.
-
#id ⇒ Object
Returns the value of attribute id.
-
#partitions ⇒ Object
Returns the value of attribute partitions.
-
#port ⇒ Object
Returns the value of attribute port.
Instance Attribute Details
#admin_port ⇒ Object
Returns the value of attribute admin_port.
2 3 4 |
# File 'lib/connection/voldemort_node.rb', line 2 def admin_port @admin_port end |
#host ⇒ Object
Returns the value of attribute host.
2 3 4 |
# File 'lib/connection/voldemort_node.rb', line 2 def host @host end |
#http_port ⇒ Object
Returns the value of attribute http_port.
2 3 4 |
# File 'lib/connection/voldemort_node.rb', line 2 def http_port @http_port end |
#id ⇒ Object
Returns the value of attribute id.
2 3 4 |
# File 'lib/connection/voldemort_node.rb', line 2 def id @id end |
#partitions ⇒ Object
Returns the value of attribute partitions.
2 3 4 |
# File 'lib/connection/voldemort_node.rb', line 2 def partitions @partitions end |
#port ⇒ Object
Returns the value of attribute port.
2 3 4 |
# File 'lib/connection/voldemort_node.rb', line 2 def port @port end |