public static final class HotKeyDebuggingInfo.Builder extends GeneratedMessage.Builder<HotKeyDebuggingInfo.Builder> implements HotKeyDebuggingInfoOrBuilder
Information useful for debugging a hot key detection.
Protobuf type google.dataflow.v1beta3.HotKeyDebuggingInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public HotKeyDebuggingInfo build()
buildPartial()
public HotKeyDebuggingInfo buildPartial()
clear()
public HotKeyDebuggingInfo.Builder clear()
Overrides
clearDetectedHotKeys()
public HotKeyDebuggingInfo.Builder clearDetectedHotKeys()
containsDetectedHotKeys(long key)
public 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
|
getDefaultInstanceForType()
public HotKeyDebuggingInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDetectedHotKeys() (deprecated)
public Map<Long,HotKeyDebuggingInfo.HotKeyInfo> getDetectedHotKeys()
getDetectedHotKeysCount()
public 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 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;
getDetectedHotKeysOrDefault(long key, HotKeyDebuggingInfo.HotKeyInfo defaultValue)
public 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;
getDetectedHotKeysOrThrow(long key)
public 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
|
getMutableDetectedHotKeys() (deprecated)
public Map<Long,HotKeyDebuggingInfo.HotKeyInfo> getMutableDetectedHotKeys()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(HotKeyDebuggingInfo other)
public HotKeyDebuggingInfo.Builder mergeFrom(HotKeyDebuggingInfo other)
public HotKeyDebuggingInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public HotKeyDebuggingInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
putAllDetectedHotKeys(Map<Long,HotKeyDebuggingInfo.HotKeyInfo> values)
public HotKeyDebuggingInfo.Builder putAllDetectedHotKeys(Map<Long,HotKeyDebuggingInfo.HotKeyInfo> values)
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;
putDetectedHotKeys(long key, HotKeyDebuggingInfo.HotKeyInfo value)
public HotKeyDebuggingInfo.Builder putDetectedHotKeys(long key, HotKeyDebuggingInfo.HotKeyInfo value)
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;
putDetectedHotKeysBuilderIfAbsent(long key)
public HotKeyDebuggingInfo.HotKeyInfo.Builder putDetectedHotKeysBuilderIfAbsent(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
|
removeDetectedHotKeys(long key)
public HotKeyDebuggingInfo.Builder removeDetectedHotKeys(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
|