| Package | Description |
|---|---|
| com.google.api.services.dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
BoundedTrie |
BoundedTrie.clone() |
BoundedTrie |
CounterUpdate.getBoundedTrie()
Bounded trie data
|
BoundedTrie |
BoundedTrie.set(String fieldName,
Object value) |
BoundedTrie |
BoundedTrie.setBound(Integer bound)
The maximum number of elements to store before truncation.
|
BoundedTrie |
BoundedTrie.setRoot(BoundedTrieNode root)
A compact representation of all the elements in this trie.
|
BoundedTrie |
BoundedTrie.setSingleton(List<String> singleton)
A more efficient representation for metrics consisting of a single value.
|
| Modifier and Type | Method and Description |
|---|---|
CounterUpdate |
CounterUpdate.setBoundedTrie(BoundedTrie boundedTrie)
Bounded trie data
|
Copyright © 2011–2025 Google. All rights reserved.