Class StringSetImpl

java.lang.Object
org.apache.beam.runners.jet.metrics.StringSetImpl
All Implemented Interfaces:
Serializable, Metric, StringSet

public class StringSetImpl extends Object implements StringSet
Implementation of StringSet.
See Also:
  • Constructor Details

    • StringSetImpl

      public StringSetImpl(MetricName name)
  • Method Details

    • add

      public void add(String value)
      Description copied from interface: StringSet
      Add a value to this set.
      Specified by:
      add in interface StringSet
    • add

      public void add(String... values)
      Description copied from interface: StringSet
      Add values to this set.
      Specified by:
      add in interface StringSet
    • getName

      public MetricName getName()