org.elasticsearch.action.admin.indices.stats
Class CommonStats

java.lang.Object
  extended by org.elasticsearch.action.admin.indices.stats.CommonStats
All Implemented Interfaces:
Streamable, ToXContent

public class CommonStats
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
CommonStats()
           
 
Method Summary
 void add(CommonStats stats)
           
 DocsStats docs()
           
 FlushStats flush()
           
 GetStats get()
           
 DocsStats getDocs()
           
 FlushStats getFlush()
           
 GetStats getGet()
           
 IndexingStats getIndexing()
           
 MergeStats getMerge()
           
 RefreshStats getRefresh()
           
 SearchStats getSearch()
           
 StoreStats getStore()
           
 WarmerStats getWarmer()
           
 IndexingStats indexing()
           
 MergeStats merge()
           
static CommonStats readCommonStats(StreamInput in)
           
 void readFrom(StreamInput in)
           
 RefreshStats refresh()
           
 SearchStats search()
           
 StoreStats store()
           
 XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params)
           
 WarmerStats warmer()
           
 void writeTo(StreamOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonStats

public CommonStats()
Method Detail

add

public void add(CommonStats stats)

docs

@Nullable
public DocsStats docs()

getDocs

@Nullable
public DocsStats getDocs()

store

@Nullable
public StoreStats store()

getStore

@Nullable
public StoreStats getStore()

indexing

@Nullable
public IndexingStats indexing()

getIndexing

@Nullable
public IndexingStats getIndexing()

get

@Nullable
public GetStats get()

getGet

@Nullable
public GetStats getGet()

search

@Nullable
public SearchStats search()

getSearch

@Nullable
public SearchStats getSearch()

merge

@Nullable
public MergeStats merge()

getMerge

@Nullable
public MergeStats getMerge()

refresh

@Nullable
public RefreshStats refresh()

getRefresh

@Nullable
public RefreshStats getRefresh()

flush

@Nullable
public FlushStats flush()

getFlush

@Nullable
public FlushStats getFlush()

warmer

@Nullable
public WarmerStats warmer()

getWarmer

@Nullable
public WarmerStats getWarmer()

readCommonStats

public static CommonStats readCommonStats(StreamInput in)
                                   throws IOException
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

toXContent

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


Copyright © 2009-2012. All Rights Reserved.