Class JmxTransSpec
java.lang.Object
io.strimzi.api.kafka.model.jmxtrans.JmxTransSpec
- All Implemented Interfaces:
UnknownPropertyPreserving
Deprecated.
Representation for options to be passed into setting up the JmxTrans.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static final intDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getImage()Deprecated.Deprecated.Deprecated.Deprecated.io.fabric8.kubernetes.api.model.ResourceRequirementsDeprecated.Deprecated.voidsetAdditionalProperty(String name, Object value) Deprecated.voidDeprecated.voidsetKafkaQueries(List<JmxTransQueryTemplate> kafkaQueries) Deprecated.voidsetLogLevel(String logLevel) Deprecated.voidsetOutputDefinitions(List<JmxTransOutputDefinitionTemplate> outputDefinitions) Deprecated.voidsetResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) Deprecated.voidsetTemplate(JmxTransTemplate template) Deprecated.
-
Field Details
-
DEFAULT_HEALTHCHECK_DELAY
public static final int DEFAULT_HEALTHCHECK_DELAYDeprecated.- See Also:
-
DEFAULT_HEALTHCHECK_TIMEOUT
public static final int DEFAULT_HEALTHCHECK_TIMEOUTDeprecated.- See Also:
-
-
Constructor Details
-
JmxTransSpec
public JmxTransSpec()Deprecated.
-
-
Method Details
-
getImage
Deprecated. -
setImage
Deprecated. -
getLogLevel
Deprecated. -
setLogLevel
Deprecated. -
getOutputDefinitions
Deprecated. -
setOutputDefinitions
Deprecated. -
getKafkaQueries
Deprecated. -
setKafkaQueries
Deprecated. -
getResources
public io.fabric8.kubernetes.api.model.ResourceRequirements getResources()Deprecated. -
setResources
public void setResources(io.fabric8.kubernetes.api.model.ResourceRequirements resources) Deprecated. -
getTemplate
Deprecated. -
setTemplate
Deprecated. -
getAdditionalProperties
Deprecated.- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
Deprecated.- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-