public class FstStats
extends java.lang.Object
implements org.elasticsearch.common.io.stream.Streamable, java.io.Serializable, org.elasticsearch.common.xcontent.ToXContent
| Modifier and Type | Class and Description |
|---|---|
static class |
FstStats.FstIndexShardStats |
| Constructor and Description |
|---|
FstStats() |
| Modifier and Type | Method and Description |
|---|---|
java.util.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) |
public java.util.List<FstStats.FstIndexShardStats> getStats()
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws java.io.IOException
readFrom in interface org.elasticsearch.common.io.stream.Streamablejava.io.IOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws java.io.IOException
writeTo in interface org.elasticsearch.common.io.stream.Streamablejava.io.IOExceptionpublic org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
throws java.io.IOException
toXContent in interface org.elasticsearch.common.xcontent.ToXContentjava.io.IOExceptionCopyright © 2011-2014. All Rights Reserved.