Interface EdgeTrafficStats.Builder

  • Method Details

    • bytes

      Total bytes observed across the edge.

      Parameters:
      bytes - Total bytes observed across the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • packets

      EdgeTrafficStats.Builder packets(Long packets)

      Total packets observed across the edge.

      Parameters:
      packets - Total packets observed across the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flows

      Total network flows observed across the edge.

      Parameters:
      flows - Total network flows observed across the edge.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sentBytes

      EdgeTrafficStats.Builder sentBytes(Long sentBytes)

      Total bytes sent to the destination.

      Parameters:
      sentBytes - Total bytes sent to the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • receivedBytes

      EdgeTrafficStats.Builder receivedBytes(Long receivedBytes)

      Total bytes received from the destination.

      Parameters:
      receivedBytes - Total bytes received from the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.