Uses of Interface
org.apache.flink.AttributeBuilder
-
Packages that use AttributeBuilder Package Description org.apache.flink org.apache.flink.events org.apache.flink.traces -
-
Uses of AttributeBuilder in org.apache.flink
Methods in org.apache.flink that return AttributeBuilder Modifier and Type Method Description AttributeBuilderAttributeBuilder. setAttribute(String key, boolean value)Additional attribute to be attached to this builder.AttributeBuilderAttributeBuilder. setAttribute(String key, double value)Additional attribute to be attached to this builder.AttributeBuilderAttributeBuilder. setAttribute(String key, long value)Additional attribute to be attached to this builder.AttributeBuilderAttributeBuilder. setAttribute(String key, String value)Additional attribute to be attached to this builder. -
Uses of AttributeBuilder in org.apache.flink.events
Classes in org.apache.flink.events that implement AttributeBuilder Modifier and Type Class Description classEventBuilderBuilder used to constructEvent. -
Uses of AttributeBuilder in org.apache.flink.traces
Classes in org.apache.flink.traces that implement AttributeBuilder Modifier and Type Class Description classSpanBuilderBuilder used to constructSpan.
-