- Direct Known Subclasses:
UpsertCtxMap
Source and metadata for update (as opposed to insert via upsert) in the Update context.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionUpdateCtxMap
(String index, String id, long version, String routing, String type, String op, long now, Map<String, Object> source) protected
UpdateCtxMap
(Map<String, Object> source, UpdateMetadata metadata) -
Method Summary
Methods inherited from class org.elasticsearch.script.CtxMap
clear, containsKey, containsValue, directSourceAccess, entrySet, equals, get, getMetadata, getOrDefault, getSource, hashCode, put, remove, size
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
UpdateCtxMap
-
UpdateCtxMap
-