Module org.elasticsearch.server
Class DataStreamsStatsAction.DataStreamShardStats
java.lang.Object
org.elasticsearch.action.datastreams.DataStreamsStatsAction.DataStreamShardStats
- All Implemented Interfaces:
Writeable
- Enclosing class:
DataStreamsStatsAction
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionDataStreamShardStats(ShardRouting shardRouting, StoreStats storeStats, long maxTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionlongvoidwriteTo(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
DataStreamShardStats
-
DataStreamShardStats
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getShardRouting
-
getStoreStats
-
getMaxTimestamp
public long getMaxTimestamp()
-