Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class HotKeyDebuggingInfo.
Information useful for debugging a hot key detection.
Generated from protobuf message google.dataflow.v1beta3.HotKeyDebuggingInfo
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ detected_hot_keys |
array|Google\Protobuf\Internal\MapField
Debugging information for each detected hot key. Keyed by a hash of the key. |
getDetectedHotKeys
Debugging information for each detected hot key. Keyed by a hash of the key.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setDetectedHotKeys
Debugging information for each detected hot key. Keyed by a hash of the key.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |