Class RoutingTable

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

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