Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
HotKeyDetection |
HotKeyDetection.clone() |
HotKeyDetection |
WorkItemServiceState.getHotKeyDetection()
A hot key is a symptom of poor data distribution in which there are enough elements mapped to a
single key to impact pipeline performance.
|
HotKeyDetection |
HotKeyDetection.set(String fieldName,
Object value) |
HotKeyDetection |
HotKeyDetection.setHotKeyAge(String hotKeyAge)
The age of the hot key measured from when it was first detected.
|
HotKeyDetection |
HotKeyDetection.setSystemName(String systemName)
System-defined name of the step containing this hot key.
|
HotKeyDetection |
HotKeyDetection.setUserStepName(String userStepName)
User-provided name of the step that contains this hot key.
|
Modifier and Type | Method and Description |
---|---|
WorkItemServiceState |
WorkItemServiceState.setHotKeyDetection(HotKeyDetection hotKeyDetection)
A hot key is a symptom of poor data distribution in which there are enough elements mapped to a
single key to impact pipeline performance.
|
Copyright © 2011–2021 Google. All rights reserved.