Class Monitoring
java.lang.Object
co.elastic.clients.elasticsearch.xpack.usage.Base
co.elastic.clients.elasticsearch.xpack.usage.Monitoring
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class Monitoring extends Base
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMonitoring.BuilderBuilder forMonitoring.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<Monitoring>_DESERIALIZERJson deserializer forMonitoring -
Constructor Summary
Constructors Constructor Description Monitoring(Monitoring.Builder builder)Monitoring(java.util.function.Function<Monitoring.Builder,Monitoring.Builder> fn) -
Method Summary
Modifier and Type Method Description booleancollectionEnabled()Required - API name:collection_enabledjava.util.Map<java.lang.String,java.lang.Long>enabledExporters()Required - API name:enabled_exportersprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupMonitoringDeserializer(DelegatingDeserializer<Monitoring.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 forMonitoring
-
-
Constructor Details
-
Monitoring
-
Monitoring
-
-
Method Details
-
collectionEnabled
public boolean collectionEnabled()Required - API name:collection_enabled -
enabledExporters
public java.util.Map<java.lang.String,java.lang.Long> enabledExporters()Required - API name:enabled_exporters -
serializeInternal
- Overrides:
serializeInternalin classBase
-
setupMonitoringDeserializer
-