Uses of Class
org.elasticsearch.cluster.DiffableUtils.ImmutableOpenMapDiff
-
Packages that use DiffableUtils.ImmutableOpenMapDiff Package Description org.elasticsearch.cluster -
-
Uses of DiffableUtils.ImmutableOpenMapDiff in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return DiffableUtils.ImmutableOpenMapDiff Modifier and Type Method Description DiffableUtils.ImmutableOpenMapDiff<K,T>DiffableUtils.ImmutableOpenMapDiff. withKeyRemoved(K key)Returns a new diff map with the given key removed, does not modify the invoking instance.
-