Class: VoldemortNode

Inherits:
Object
  • Object
show all
Defined in:
lib/connection/voldemort_node.rb

Instance Attribute Summary collapse

Instance Attribute Details

#admin_portObject

Returns the value of attribute admin_port.



2
3
4
# File 'lib/connection/voldemort_node.rb', line 2

def admin_port
  @admin_port
end

#hostObject

Returns the value of attribute host.



2
3
4
# File 'lib/connection/voldemort_node.rb', line 2

def host
  @host
end

#http_portObject

Returns the value of attribute http_port.



2
3
4
# File 'lib/connection/voldemort_node.rb', line 2

def http_port
  @http_port
end

#idObject

Returns the value of attribute id.



2
3
4
# File 'lib/connection/voldemort_node.rb', line 2

def id
  @id
end

#partitionsObject

Returns the value of attribute partitions.



2
3
4
# File 'lib/connection/voldemort_node.rb', line 2

def partitions
  @partitions
end

#portObject

Returns the value of attribute port.



2
3
4
# File 'lib/connection/voldemort_node.rb', line 2

def port
  @port
end