Class DataStreams
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.DataStreams
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class DataStreams extends Base
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataStreams.BuilderBuilder forDataStreams.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
Base.AbstractBuilder<BuilderT extends Base.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<DataStreams>_DESERIALIZERJson deserializer forDataStreams -
Constructor Summary
Constructors Constructor Description DataStreams(DataStreams.Builder builder)DataStreams(java.util.function.Function<DataStreams.Builder,DataStreams.Builder> fn) -
Method Summary
Modifier and Type Method Description longdataStreams()Required - API name:data_streamslongindicesCount()Required - API name:indices_countprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataStreamsDeserializer(DelegatingDeserializer<DataStreams.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, enabled, serialize, setupBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forDataStreams
-
-
Constructor Details
-
DataStreams
-
DataStreams
-
-
Method Details
-
dataStreams
public long dataStreams()Required - API name:data_streams -
indicesCount
public long indicesCount()Required - API name:indices_count -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupDataStreamsDeserializer
-