Class: Neo4j::Driver::Routing::LoadBalancer::Handler

Inherits:
Struct
  • Object
show all
Defined in:
lib/neo4j/driver/routing/load_balancer.rb

Overview

Mirrors org.neo4j.driver.internal.cluster.RoutingTableHandler for the slim surface testkit reads (just .routing_table).

Instance Attribute Summary collapse

Instance Attribute Details

#routing_tableObject

Returns the value of attribute routing_table

Returns:

  • (Object)

    the current value of routing_table



362
363
364
# File 'lib/neo4j/driver/routing/load_balancer.rb', line 362

def routing_table
  @routing_table
end