Class DataTiers
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.DataTiers
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class DataTiers extends Base
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataTiers.BuilderBuilder forDataTiers.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<DataTiers>_DESERIALIZERJson deserializer forDataTiers -
Method Summary
Modifier and Type Method Description DataTierPhaseStatisticsdataCold()Required - API name:data_coldDataTierPhaseStatisticsdataContent()Required - API name:data_contentDataTierPhaseStatisticsdataFrozen()API name:data_frozenDataTierPhaseStatisticsdataHot()Required - API name:data_hotDataTierPhaseStatisticsdataWarm()Required - API name:data_warmstatic DataTiersof(java.util.function.Function<DataTiers.Builder,ObjectBuilder<DataTiers>> fn)protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupDataTiersDeserializer(ObjectDeserializer<DataTiers.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch.xpack.usage.Base
available, baseOf, 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 forDataTiers
-
-
Method Details
-
of
public static DataTiers of(java.util.function.Function<DataTiers.Builder,ObjectBuilder<DataTiers>> fn) -
dataWarm
Required - API name:data_warm -
dataFrozen
API name:data_frozen -
dataCold
Required - API name:data_cold -
dataContent
Required - API name:data_content -
dataHot
Required - API name:data_hot -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupDataTiersDeserializer
-