Class HotKeyDebuggingInfo (0.67.0)

public final class HotKeyDebuggingInfo extends GeneratedMessageV3 implements HotKeyDebuggingInfoOrBuilder

Information useful for debugging a hot key detection.

Protobuf type google.dataflow.v1beta3.HotKeyDebuggingInfo

Static Fields

DETECTED_HOT_KEYS_FIELD_NUMBER

public static final int DETECTED_HOT_KEYS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static HotKeyDebuggingInfo getDefaultInstance()
Returns
Type Description
HotKeyDebuggingInfo

getDescriptor()

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

newBuilder()

public static HotKeyDebuggingInfo.Builder newBuilder()
Returns
Type Description
HotKeyDebuggingInfo.Builder

newBuilder(HotKeyDebuggingInfo prototype)

public static HotKeyDebuggingInfo.Builder newBuilder(HotKeyDebuggingInfo prototype)
Parameter
Name Description
prototype HotKeyDebuggingInfo
Returns
Type Description
HotKeyDebuggingInfo.Builder

parseDelimitedFrom(InputStream input)

public static HotKeyDebuggingInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HotKeyDebuggingInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static HotKeyDebuggingInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static HotKeyDebuggingInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static HotKeyDebuggingInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static HotKeyDebuggingInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static HotKeyDebuggingInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static HotKeyDebuggingInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static HotKeyDebuggingInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static HotKeyDebuggingInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static HotKeyDebuggingInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static HotKeyDebuggingInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HotKeyDebuggingInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<HotKeyDebuggingInfo> parser()
Returns
Type Description
Parser<HotKeyDebuggingInfo>

Methods

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

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public HotKeyDebuggingInfo getDefaultInstanceForType()
Returns
Type Description
HotKeyDebuggingInfo

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

getParserForType()

public Parser<HotKeyDebuggingInfo> getParserForType()
Returns
Type Description
Parser<HotKeyDebuggingInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

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.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected HotKeyDebuggingInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
HotKeyDebuggingInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException