Package org.apache.beam.sdk.metrics
Interface StringSet
- All Superinterfaces:
 Metric,Serializable
- All Known Implementing Classes:
 StringSetImpl
A metric that reports set of unique string values. This metric is backed by 
HashSet and hence it does not maintain any ordering.- 
Method Summary
 
- 
Method Details
- 
add
Add a value to this set. - 
add
Add values to this set. 
 -