de.spinscale.elasticsearch.action.suggest.statistics
Class FstStats
java.lang.Object
de.spinscale.elasticsearch.action.suggest.statistics.FstStats
- All Implemented Interfaces:
- Serializable, org.elasticsearch.common.io.stream.Streamable, org.elasticsearch.common.xcontent.ToXContent
public class FstStats
- extends Object
- implements org.elasticsearch.common.io.stream.Streamable, Serializable, org.elasticsearch.common.xcontent.ToXContent
- See Also:
- Serialized Form
| 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 |
| Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent |
EMPTY_PARAMS |
|
Method Summary |
List<FstStats.FstIndexShardStats> |
getStats()
|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in)
|
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
|
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FstStats
public FstStats()
getStats
public List<FstStats.FstIndexShardStats> getStats()
readFrom
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws IOException
- Specified by:
readFrom in interface org.elasticsearch.common.io.stream.Streamable
- Throws:
IOException
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws IOException
- Specified by:
writeTo in interface org.elasticsearch.common.io.stream.Streamable
- Throws:
IOException
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:
toXContent in interface org.elasticsearch.common.xcontent.ToXContent
- Throws:
IOException
Copyright © 2011-2013. All Rights Reserved.