Class DataStreamStats
java.lang.Object
co.elastic.clients.elasticsearch.indices.get_data_lifecycle_stats.DataStreamStats
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<DataStreamStats>
Json deserializer forDataStreamStats
-
Method Summary
Modifier and TypeMethodDescriptionfinal int
Required - The count of the backing indices for the data stream.final int
Required - The count of the backing indices for the data stream that have encountered an error.final String
name()
Required - The name of the data stream.static DataStreamStats
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forDataStreamStats
-
-
Method Details
-
of
public static DataStreamStats of(Function<DataStreamStats.Builder, ObjectBuilder<DataStreamStats>> fn) -
backingIndicesInError
public final int backingIndicesInError()Required - The count of the backing indices for the data stream.API name:
backing_indices_in_error
-
backingIndicesInTotal
public final int backingIndicesInTotal()Required - The count of the backing indices for the data stream that have encountered an error.API name:
backing_indices_in_total
-
name
Required - The name of the data stream.API name:
name
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupDataStreamStatsDeserializer
protected static void setupDataStreamStatsDeserializer(ObjectDeserializer<DataStreamStats.Builder> op)
-