Module org.elasticsearch.server
Class ClusterStateSerializationStats
java.lang.Object
org.elasticsearch.cluster.coordination.ClusterStateSerializationStats
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionClusterStateSerializationStats(long fullStateCount, long totalUncompressedFullStateBytes, long totalCompressedFullStateBytes, long diffCount, long totalUncompressedDiffBytes, long totalCompressedDiffBytes) -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglongtoXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
EMPTY
-
-
Constructor Details
-
ClusterStateSerializationStats
public ClusterStateSerializationStats(long fullStateCount, long totalUncompressedFullStateBytes, long totalCompressedFullStateBytes, long diffCount, long totalUncompressedDiffBytes, long totalCompressedDiffBytes) -
ClusterStateSerializationStats
- Throws:
IOException
-
-
Method Details
-
getFullStateCount
public long getFullStateCount() -
getTotalUncompressedFullStateBytes
public long getTotalUncompressedFullStateBytes() -
getTotalCompressedFullStateBytes
public long getTotalCompressedFullStateBytes() -
getDiffCount
public long getDiffCount() -
getTotalUncompressedDiffBytes
public long getTotalUncompressedDiffBytes() -
getTotalCompressedDiffBytes
public long getTotalCompressedDiffBytes() -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-