Class HotKeyDebuggingInfo.Builder (0.67.0)

public static final class HotKeyDebuggingInfo.Builder extends GeneratedMessageV3.Builder<HotKeyDebuggingInfo.Builder> implements HotKeyDebuggingInfoOrBuilder

Information useful for debugging a hot key detection.

Protobuf type google.dataflow.v1beta3.HotKeyDebuggingInfo

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public HotKeyDebuggingInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

build()

public HotKeyDebuggingInfo build()
Returns
Type Description
HotKeyDebuggingInfo

buildPartial()

public HotKeyDebuggingInfo buildPartial()
Returns
Type Description
HotKeyDebuggingInfo

clear()

public HotKeyDebuggingInfo.Builder clear()
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

clearDetectedHotKeys()

public HotKeyDebuggingInfo.Builder clearDetectedHotKeys()
Returns
Type Description
HotKeyDebuggingInfo.Builder

clearField(Descriptors.FieldDescriptor field)

public HotKeyDebuggingInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public HotKeyDebuggingInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

clone()

public HotKeyDebuggingInfo.Builder clone()
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

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
Returns
Type Description
boolean

getDefaultInstanceForType()

public HotKeyDebuggingInfo getDefaultInstanceForType()
Returns
Type Description
HotKeyDebuggingInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDetectedHotKeys() (deprecated)

public Map<Long,HotKeyDebuggingInfo.HotKeyInfo> getDetectedHotKeys()
Returns
Type Description
Map<java.lang.Long,HotKeyInfo>

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;

Returns
Type Description
Map<java.lang.Long,HotKeyInfo>

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;

Parameters
Name Description
key long
defaultValue HotKeyDebuggingInfo.HotKeyInfo
Returns
Type Description
HotKeyDebuggingInfo.HotKeyInfo

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
Returns
Type Description
HotKeyDebuggingInfo.HotKeyInfo

getMutableDetectedHotKeys() (deprecated)

public Map<Long,HotKeyDebuggingInfo.HotKeyInfo> getMutableDetectedHotKeys()

Use alternate mutation accessors instead.

Returns
Type Description
Map<java.lang.Long,HotKeyInfo>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
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.GeneratedMessageV3.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.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HotKeyDebuggingInfo other)

public HotKeyDebuggingInfo.Builder mergeFrom(HotKeyDebuggingInfo other)
Parameter
Name Description
other HotKeyDebuggingInfo
Returns
Type Description
HotKeyDebuggingInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public HotKeyDebuggingInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public HotKeyDebuggingInfo.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final HotKeyDebuggingInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HotKeyDebuggingInfo.Builder
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;

Parameter
Name Description
values Map<java.lang.Long,HotKeyInfo>
Returns
Type Description
HotKeyDebuggingInfo.Builder

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;

Parameters
Name Description
key long
value HotKeyDebuggingInfo.HotKeyInfo
Returns
Type Description
HotKeyDebuggingInfo.Builder

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
Returns
Type Description
HotKeyDebuggingInfo.HotKeyInfo.Builder

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
Returns
Type Description
HotKeyDebuggingInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public HotKeyDebuggingInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public HotKeyDebuggingInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final HotKeyDebuggingInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides