Class DataStreamsStatsAction.DataStreamShardStats
java.lang.Object
org.opensearch.action.admin.indices.datastream.DataStreamsStatsAction.DataStreamShardStats
- All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable
- Enclosing class:
DataStreamsStatsAction
public static class DataStreamsStatsAction.DataStreamShardStats
extends Object
implements org.opensearch.core.common.io.stream.Writeable
Per Shard Data Stream stats
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
-
Constructor Summary
ConstructorsConstructorDescriptionDataStreamShardStats
(ShardRouting shardRouting, StoreStats storeStats, long maxTimestamp) DataStreamShardStats
(org.opensearch.core.common.io.stream.StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionlong
void
writeTo
(org.opensearch.core.common.io.stream.StreamOutput out)
-
Constructor Details
-
DataStreamShardStats
-
DataStreamShardStats
- Throws:
IOException
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceorg.opensearch.core.common.io.stream.Writeable
- Throws:
IOException
-
getShardRouting
-
getStoreStats
-
getMaxTimestamp
public long getMaxTimestamp()
-