public interface HotKeyDebuggingInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsDetectedHotKeys(long key)
public abstract boolean containsDetectedHotKeys(long key)Debugging information for each detected hot key. Keyed by a hash of the key.
map<uint64, .google.dataflow.v1beta3.HotKeyDebuggingInfo.HotKeyInfo> detected_hot_keys = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
long |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDetectedHotKeys() (deprecated)
public abstract Map<Long,HotKeyDebuggingInfo.HotKeyInfo> getDetectedHotKeys()Use #getDetectedHotKeysMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<java.lang.Long,HotKeyInfo> |
|
getDetectedHotKeysCount()
public abstract int getDetectedHotKeysCount()Debugging information for each detected hot key. Keyed by a hash of the key.
map<uint64, .google.dataflow.v1beta3.HotKeyDebuggingInfo.HotKeyInfo> detected_hot_keys = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDetectedHotKeysMap()
public abstract Map<Long,HotKeyDebuggingInfo.HotKeyInfo> getDetectedHotKeysMap()Debugging information for each detected hot key. Keyed by a hash of the key.
map<uint64, .google.dataflow.v1beta3.HotKeyDebuggingInfo.HotKeyInfo> detected_hot_keys = 1;
| Returns | |
|---|---|
| Type | Description |
Map<java.lang.Long,HotKeyInfo> |
|
getDetectedHotKeysOrDefault(long key, HotKeyDebuggingInfo.HotKeyInfo defaultValue)
public abstract HotKeyDebuggingInfo.HotKeyInfo getDetectedHotKeysOrDefault(long key, HotKeyDebuggingInfo.HotKeyInfo defaultValue)Debugging information for each detected hot key. Keyed by a hash of the key.
map<uint64, .google.dataflow.v1beta3.HotKeyDebuggingInfo.HotKeyInfo> detected_hot_keys = 1;
| Parameters | |
|---|---|
| Name | Description |
key |
long |
defaultValue |
HotKeyDebuggingInfo.HotKeyInfo |
| Returns | |
|---|---|
| Type | Description |
HotKeyDebuggingInfo.HotKeyInfo |
|
getDetectedHotKeysOrThrow(long key)
public abstract HotKeyDebuggingInfo.HotKeyInfo getDetectedHotKeysOrThrow(long key)Debugging information for each detected hot key. Keyed by a hash of the key.
map<uint64, .google.dataflow.v1beta3.HotKeyDebuggingInfo.HotKeyInfo> detected_hot_keys = 1;
| Parameter | |
|---|---|
| Name | Description |
key |
long |
| Returns | |
|---|---|
| Type | Description |
HotKeyDebuggingInfo.HotKeyInfo |
|