Uses of Class
org.elasticsearch.cluster.routing.RoutingTable
-
Packages that use RoutingTable Package Description org.elasticsearch.cluster org.elasticsearch.cluster.routing org.elasticsearch.cluster.routing.allocation -
-
Uses of RoutingTable in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return RoutingTable Modifier and Type Method Description RoutingTableClusterState. getRoutingTable()RoutingTableClusterState. routingTable()Methods in org.elasticsearch.cluster with parameters of type RoutingTable Modifier and Type Method Description ClusterState.BuilderClusterState.Builder. routingTable(RoutingTable routingTable)Constructors in org.elasticsearch.cluster with parameters of type RoutingTable Constructor Description ClusterState(ClusterName clusterName, long version, String stateUUID, MetaData metaData, RoutingTable routingTable, DiscoveryNodes nodes, ClusterBlocks blocks, ImmutableOpenMap<String,ClusterState.Custom> customs, int minimumMasterNodesOnPublishingMaster, boolean wasReadFromDiff) -
Uses of RoutingTable in org.elasticsearch.cluster.routing
Fields in org.elasticsearch.cluster.routing declared as RoutingTable Modifier and Type Field Description static RoutingTableRoutingTable. EMPTY_ROUTING_TABLEMethods in org.elasticsearch.cluster.routing that return RoutingTable Modifier and Type Method Description RoutingTableRoutingTable.Builder. build()Builds the routing table.static RoutingTableRoutingTable. readFrom(StreamInput in)Methods in org.elasticsearch.cluster.routing that return types with arguments of type RoutingTable Modifier and Type Method Description Diff<RoutingTable>RoutingTable. diff(RoutingTable previousState)static Diff<RoutingTable>RoutingTable. readDiffFrom(StreamInput in)Methods in org.elasticsearch.cluster.routing with parameters of type RoutingTable Modifier and Type Method Description static RoutingTable.BuilderRoutingTable. builder(RoutingTable routingTable)Diff<RoutingTable>RoutingTable. diff(RoutingTable previousState)Constructors in org.elasticsearch.cluster.routing with parameters of type RoutingTable Constructor Description Builder(RoutingTable routingTable) -
Uses of RoutingTable in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return RoutingTable Modifier and Type Method Description RoutingTableRoutingAllocation. routingTable()Get routing table of current nodesMethods in org.elasticsearch.cluster.routing.allocation with parameters of type RoutingTable Modifier and Type Method Description MetaDataIndexMetaDataUpdater. applyChanges(MetaData oldMetaData, RoutingTable newRoutingTable)Updates the currentMetaDatabased on the changes of this RoutingChangesObserver.MetaDataRoutingAllocation. updateMetaDataWithRoutingChanges(RoutingTable newRoutingTable)Returns updatedMetaDatabased on the changes that were made to the routing nodes
-