org.elasticsearch.index.refresh
Class RefreshStats

java.lang.Object
  extended by org.elasticsearch.index.refresh.RefreshStats
All Implemented Interfaces:
Streamable, ToXContent

public class RefreshStats
extends Object
implements Streamable, ToXContent


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.MapParams, ToXContent.Params
 
Field Summary
 
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
 
Constructor Summary
RefreshStats()
           
RefreshStats(long total, long totalTimeInMillis)
           
 
Method Summary
 void add(long total, long totalTimeInMillis)
           
 void add(RefreshStats refreshStats)
           
 void readFrom(StreamInput in)
           
static RefreshStats readRefreshStats(StreamInput in)
           
 long total()
          The total number of refresh executed.
 TimeValue totalTime()
          The total time merges have been executed.
 long totalTimeInMillis()
          The total time merges have been executed (in milliseconds).
 XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params)
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshStats

public RefreshStats()

RefreshStats

public RefreshStats(long total,
                    long totalTimeInMillis)
Method Detail

add

public void add(long total,
                long totalTimeInMillis)

add

public void add(RefreshStats refreshStats)

total

public long total()
The total number of refresh executed.


totalTimeInMillis

public long totalTimeInMillis()
The total time merges have been executed (in milliseconds).


totalTime

public TimeValue totalTime()
The total time merges have been executed.


readRefreshStats

public static RefreshStats readRefreshStats(StreamInput in)
                                     throws IOException
Throws:
IOException

toXContent

public XContentBuilder toXContent(XContentBuilder builder,
                                  ToXContent.Params params)
                           throws IOException
Specified by:
toXContent in interface ToXContent
Throws:
IOException

readFrom

public void readFrom(StreamInput in)
              throws IOException
Specified by:
readFrom in interface Streamable
Throws:
IOException

writeTo

public void writeTo(StreamOutput out)
             throws IOException
Specified by:
writeTo in interface Streamable
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.