Class: Google::Cloud::Dataflow::V1beta3::StreamingStragglerInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/metrics.rb

Overview

Information useful for streaming straggler identification and debugging.

Instance Attribute Summary collapse

Instance Attribute Details

#data_watermark_lag::Google::Protobuf::Duration

Returns The event-time watermark lag at the time of the straggler detection.

Returns:



265
266
267
268
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 265

class StreamingStragglerInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#end_time::Google::Protobuf::Timestamp

Returns End time of this straggler.

Returns:



265
266
267
268
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 265

class StreamingStragglerInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Start time of this straggler.

Returns:



265
266
267
268
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 265

class StreamingStragglerInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#system_watermark_lag::Google::Protobuf::Duration

Returns The system watermark lag at the time of the straggler detection.

Returns:



265
266
267
268
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 265

class StreamingStragglerInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#worker_name::String

Returns Name of the worker where the straggler was detected.

Returns:

  • (::String)

    Name of the worker where the straggler was detected.



265
266
267
268
# File 'proto_docs/google/dataflow/v1beta3/metrics.rb', line 265

class StreamingStragglerInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end