类 KafkaSampler
java.lang.Object
core.xyz.migoo.testelement.AbstractTestElement
protocol.xyz.migoo.kafka.AbstractKafkaTestElement
protocol.xyz.migoo.kafka.sampler.KafkaSampler
- 所有已实现的接口:
Sampler,TestElement,TestStateListener,VariableStateListener,Serializable,KafkaConstantsInterface
- 作者:
- mi.xiao
- 另请参阅:
-
字段概要
从类继承的字段 core.xyz.migoo.testelement.AbstractTestElement
CHILD, CHILDS, CONFIG, CONFIG_ELEMENTS, EXTRACTORS, POSTPROCESSORS, PREPROCESSORS, SLEEP, TEST_CLASS, TEST_ELEMENTS, TITLE, VALIDATORS, VARIABLES从接口继承的字段 protocol.xyz.migoo.kafka.util.KafkaConstantsInterface
ACKS_CONFIG, BOOTSTRAP_SERVERS_CONFIG, KAFKA_DEFAULT, KAFKA_KEY, KAFKA_MESSAGE, KAFKA_TOPIC, KEY_SERIALIZER_CLASS_CONFIG, LINGER_MS_CONFIG, RETRIES_CONFIG, VALUE_SERIALIZER_CLASS_CONFIG -
构造器概要
构造器 -
方法概要
从类继承的方法 protocol.xyz.migoo.kafka.AbstractKafkaTestElement
execute从类继承的方法 core.xyz.migoo.testelement.AbstractTestElement
convertVariable, get, get, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsJSONArray, getPropertyAsJSONObject, getPropertyAsLong, getPropertyAsMiGooProperty, getPropertyAsString, getVariables, removeProperty, setProperties, setProperty, setVariables
-
构造器详细资料
-
KafkaSampler
public KafkaSampler()
-
-
方法详细资料
-
testStarted
public void testStarted()- 指定者:
testStarted在接口中TestStateListener- 覆盖:
testStarted在类中AbstractKafkaTestElement
-
sample
-
testEnded
public void testEnded()- 指定者:
testEnded在接口中TestStateListener- 覆盖:
testEnded在类中AbstractKafkaTestElement
-