Package org.elasticsearch.index.refresh
Class RefreshStats
java.lang.Object
org.elasticsearch.index.refresh.RefreshStats
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
-
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.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.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionRefreshStats(long total, long totalTimeInMillis, long externalTotal, long externalTotalTimeInMillis, int listeners) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(RefreshStats refreshStats)voidaddTotals(RefreshStats refreshStats)booleanlongorg.elasticsearch.core.TimeValueThe total time external refreshes have been executed.longThe total time spent executing external refreshes (in milliseconds).intThe number of waiting refresh listeners.longgetTotal()The total number of refresh executed.org.elasticsearch.core.TimeValueThe total time refreshes have been executed.longThe total time spent executing refreshes (in milliseconds).inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
RefreshStats
public RefreshStats() -
RefreshStats
- Throws:
IOException
-
RefreshStats
public RefreshStats(long total, long totalTimeInMillis, long externalTotal, long externalTotalTimeInMillis, int listeners)
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
add
-
addTotals
-
getTotal
public long getTotal()The total number of refresh executed. -
getExternalTotal
public long getExternalTotal() -
getTotalTimeInMillis
public long getTotalTimeInMillis()The total time spent executing refreshes (in milliseconds). -
getExternalTotalTimeInMillis
public long getExternalTotalTimeInMillis()The total time spent executing external refreshes (in milliseconds). -
getTotalTime
public org.elasticsearch.core.TimeValue getTotalTime()The total time refreshes have been executed. -
getExternalTotalTime
public org.elasticsearch.core.TimeValue getExternalTotalTime()The total time external refreshes have been executed. -
getListeners
public int getListeners()The number of waiting refresh listeners. -
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-