Uses of Class
org.apache.druid.java.util.emitter.core.EventMap.Builder
-
Packages that use EventMap.Builder Package Description org.apache.druid.java.util.emitter.core -
-
Uses of EventMap.Builder in org.apache.druid.java.util.emitter.core
Methods in org.apache.druid.java.util.emitter.core that return EventMap.Builder Modifier and Type Method Description EventMap.BuilderEventMap. asBuilder()Convert this EventMap to a builder.static EventMap.BuilderEventMap. builder()Returns builder with Fluent API to build EventMap instance using method chainingEventMap.BuilderEventMap.Builder. put(String key, Object value)Adds key -> value pair to the mapEventMap.BuilderEventMap.Builder. putAll(Map<? extends String,? extends Object> other)Adds all key -> value pairs from other mapEventMap.BuilderEventMap.Builder. putNonNull(String key, Object value)Adds key -> value pair to the map only if value is not null
-