Class: Neo4j::Driver::Routing::LoadBalancer::Handler
- Inherits:
-
Struct
- Object
- Struct
- Neo4j::Driver::Routing::LoadBalancer::Handler
- 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
-
#routing_table ⇒ Object
Returns the value of attribute routing_table.
Instance Attribute Details
#routing_table ⇒ Object
Returns the value of attribute routing_table
362 363 364 |
# File 'lib/neo4j/driver/routing/load_balancer.rb', line 362 def routing_table @routing_table end |