Class JmxTransOutputDefinitionTemplate
java.lang.Object
io.strimzi.api.kafka.model.jmxtrans.JmxTransOutputDefinitionTemplate
- All Implemented Interfaces:
UnknownPropertyPreserving
Representation for options to define where and how information will be pushed to remote sources of information
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()getName()getPort()voidsetAdditionalProperty(String name, Object value) voidsetFlushDelayInSeconds(Integer flushDelayInSeconds) voidvoidvoidsetOutputType(String outputType) voidvoidsetTypeNames(List<String> typeNames)
-
Constructor Details
-
JmxTransOutputDefinitionTemplate
public JmxTransOutputDefinitionTemplate()
-
-
Method Details
-
getOutputType
-
setOutputType
-
getHost
-
setHost
-
getPort
-
setPort
-
getFlushDelayInSeconds
-
setFlushDelayInSeconds
-
getTypeNames
-
setTypeNames
-
getName
-
setName
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-