Class BoundedTrieImpl
java.lang.Object
org.apache.beam.runners.jet.metrics.BoundedTrieImpl
- All Implemented Interfaces:
Serializable
,BoundedTrie
,Metric
Implementation of
BoundedTrie
.- See Also:
-
Constructor Details
-
BoundedTrieImpl
-
-
Method Details
-
add
Description copied from interface:BoundedTrie
Adds a path to the trie. The path is represented as an iterable of string segments.- Specified by:
add
in interfaceBoundedTrie
- Parameters:
values
- The segments of the path to add.
-
add
Description copied from interface:BoundedTrie
Adds a path to the trie. The path is represented as a variable number of string arguments.- Specified by:
add
in interfaceBoundedTrie
- Parameters:
values
- The segments of the path to add.
-
getName
-