CollectorFeatures
Description:
[ Flags ]
public enum CollectorFeatures
Hints that can be used to optimize collect operations.
Content:
Enum values:
- CONCURRENT - Indicates that
the accumulator returned by create_accumulator() can be accumulated concurrently from multiple threads.
- UNORDERED - Indicates that
the collector doesn't commit to preserving the encounter order of input elements. e.g. Set