java.lang.Object
org.elasticsearch.index.recovery.RecoveryStats
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
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.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested 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.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RecoveryStats recoveryStats) voidaddThrottleTime(long nanos) voidaddTotals(RecoveryStats recoveryStats) intNumber of ongoing recoveries for which a shard serves as a sourceintNumber of ongoing recoveries for which a shard serves as a targetvoidvoidbooleaninthashCode()voidvoidTotal time recoveries waited due to throttlingtoString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
RecoveryStats
public RecoveryStats() -
RecoveryStats
- Throws:
IOException
-
-
Method Details
-
add
-
addTotals
-
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
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 XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-