Class RecoveryStats

org.elasticsearch.index.recovery.RecoveryStats
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class RecoveryStats extends implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
Recovery related statistics, starting at the shard level and allowing aggregation to indices and node level
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params

    Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

    Writeable.Reader<V>, Writeable.Writer<V>
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add​(RecoveryStats recoveryStats)
     
    void
    addThrottleTime​(long nanos)
     
    void
    addTotals​(RecoveryStats recoveryStats)
     
    int
    Number of ongoing recoveries for which a shard serves as a source
    int
    Number of ongoing recoveries for which a shard serves as a target
    void
     
    void
     
    void
     
    void
     
    org.elasticsearch.core.TimeValue
    Total time recoveries waited due to throttling
     
    org.elasticsearch.common.xcontent.XContentBuilder
    toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
     
    void
    Write this into the StreamOutput.

    Methods inherited from class java.lang.

    , , , , , , , , ,

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment

    isFragment
  • Constructor Details

    • RecoveryStats

      public RecoveryStats()
    • RecoveryStats

      public RecoveryStats(StreamInput in) throws
      Throws:
  • Method Details

    • add

      public void add(RecoveryStats recoveryStats)
    • addTotals

      public void addTotals(RecoveryStats recoveryStats)
    • currentAsSource

      public int currentAsSource()
      Number of ongoing recoveries for which a shard serves as a source
    • currentAsTarget

      public int currentAsTarget()
      Number of ongoing recoveries for which a shard serves as a target
    • throttleTime

      public org.elasticsearch.core.TimeValue throttleTime()
      Total time recoveries waited due to throttling
    • incCurrentAsTarget

      public void incCurrentAsTarget()
    • decCurrentAsTarget

      public void decCurrentAsTarget()
    • incCurrentAsSource

      public void incCurrentAsSource()
    • decCurrentAsSource

      public void decCurrentAsSource()
    • addThrottleTime

      public void addThrottleTime(long nanos)
    • toXContent

      public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
    • writeTo

      public void writeTo(StreamOutput out) throws
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
    • toString

      public  toString()
      Overrides:
       in class