Uses of Class
org.apache.druid.java.util.emitter.core.EventMap.Builder
Packages that use EventMap.Builder
-
Uses of EventMap.Builder in org.apache.druid.java.util.emitter.core
Methods in org.apache.druid.java.util.emitter.core that return EventMap.BuilderModifier and TypeMethodDescriptionEventMap.asBuilder()Convert this EventMap to a builder.static EventMap.BuilderEventMap.builder()Returns builder with Fluent API to build EventMap instance using method chainingAdds key -> value pair to the mapAdds all key -> value pairs from other mapEventMap.Builder.putNonNull(String key, Object value) Adds key -> value pair to the map only if value is not null