Package com.mapr.streams.listener
Class ListenerPerformance
java.lang.Object
com.mapr.streams.listener.ListenerPerformance
- All Implemented Interfaces:
Runnable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionListenerPerformance(String streamName, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, String groupId, String clientId, boolean topicSubscriptions) ListenerPerformance(String streamName, String streamNameToCheck, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, String groupId, String clientId, boolean topicSubscriptions) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidreportProgress(boolean enabled) voidrun()static voidusage()
-
Field Details
-
status
public boolean status
-
-
Constructor Details
-
ListenerPerformance
-
ListenerPerformance
public ListenerPerformance(String streamName, String streamNameToCheck, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, String groupId, String clientId, boolean topicSubscriptions)
-
-
Method Details