Class RoutingTable

java.lang.Object
org.elasticsearch.cluster.routing.RoutingTable
All Implemented Interfaces:
java.lang.Iterable<IndexRoutingTable>, Diffable<RoutingTable>, Writeable

public class RoutingTable
extends java.lang.Object
implements java.lang.Iterable<IndexRoutingTable>, Diffable<RoutingTable>
Represents a global cluster-wide routing table for all indices including the version of the current routing state.
See Also:
IndexRoutingTable