Module org.elasticsearch.server
Class DataStreamsStatsAction.DataStreamStats
java.lang.Object
org.elasticsearch.action.datastreams.DataStreamsStatsAction.DataStreamStats
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentObject
- Enclosing class:
DataStreamsStatsAction
public static class DataStreamsStatsAction.DataStreamStats
extends Object
implements ToXContentObject, Writeable
-
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
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
ConstructorsConstructorDescriptionDataStreamStats(String dataStream, int backingIndices, ByteSizeValue storeSize, long maximumTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintlonginthashCode()toString()toXContent(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Constructor Details
-
DataStreamStats
public DataStreamStats(String dataStream, int backingIndices, ByteSizeValue storeSize, long maximumTimestamp) -
DataStreamStats
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
getDataStream
-
getBackingIndices
public int getBackingIndices() -
getStoreSize
-
getMaximumTimestamp
public long getMaximumTimestamp() -
equals
-
hashCode
public int hashCode() -
toString
-