All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataflow.model.HotKeyInfo.html Maven / Gradle / Ivy

There is a newer version: v1b4-rev7-1.20.0
Show newest version






HotKeyInfo (Dataflow API v1b3-rev20231112-2.0.0)












com.google.api.services.dataflow.model

Class HotKeyInfo

    • Constructor Detail

      • HotKeyInfo

        public HotKeyInfo()
    • Method Detail

      • getHotKeyAge

        public String getHotKeyAge()
        The age of the hot key measured from when it was first detected.
        Returns:
        value or null for none
      • setHotKeyAge

        public HotKeyInfo setHotKeyAge(String hotKeyAge)
        The age of the hot key measured from when it was first detected.
        Parameters:
        hotKeyAge - hotKeyAge or null for none
      • getKey

        public String getKey()
        A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".
        Returns:
        value or null for none
      • setKey

        public HotKeyInfo setKey(String key)
        A detected hot key that is causing limited parallelism. This field will be populated only if the following flag is set to true: "--enable_hot_key_logging".
        Parameters:
        key - key or null for none
      • getKeyTruncated

        public Boolean getKeyTruncated()
        If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.
        Returns:
        value or null for none
      • setKeyTruncated

        public HotKeyInfo setKeyTruncated(Boolean keyTruncated)
        If true, then the above key is truncated and cannot be deserialized. This occurs if the key above is populated and the key size is >5MB.
        Parameters:
        keyTruncated - keyTruncated or null for none
      • set

        public HotKeyInfo set(String fieldName,
                              Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public HotKeyInfo clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy