Uses of Class
org.elasticsearch.cluster.node.DiscoveryNodes.Delta
-
Packages that use DiscoveryNodes.Delta Package Description org.elasticsearch.cluster org.elasticsearch.cluster.node -
-
Uses of DiscoveryNodes.Delta in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return DiscoveryNodes.Delta Modifier and Type Method Description DiscoveryNodes.DeltaClusterChangedEvent. nodesDelta()Returns theDiscoveryNodes.Deltabetween the previous cluster state and the new cluster state. -
Uses of DiscoveryNodes.Delta in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return DiscoveryNodes.Delta Modifier and Type Method Description DiscoveryNodes.DeltaDiscoveryNodes. delta(DiscoveryNodes other)Returns the changes comparing this nodes to the provided nodes.
-