Package com.mapr.streams.listener
Class ListenerPerformance
- java.lang.Object
-
- com.mapr.streams.listener.ListenerPerformance
-
- All Implemented Interfaces:
java.lang.Runnable
public class ListenerPerformance extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description booleanstatus
-
Constructor Summary
Constructors Constructor Description ListenerPerformance(java.lang.String streamName, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, java.lang.String groupId, java.lang.String clientId, boolean topicSubscriptions)ListenerPerformance(java.lang.String streamName, java.lang.String streamNameToCheck, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, java.lang.String groupId, java.lang.String clientId, boolean topicSubscriptions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidreportProgress(boolean enabled)voidrun()static voidusage()
-
-
-
Constructor Detail
-
ListenerPerformance
public ListenerPerformance(java.lang.String streamName, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, java.lang.String groupId, java.lang.String clientId, boolean topicSubscriptions)
-
ListenerPerformance
public ListenerPerformance(java.lang.String streamName, java.lang.String streamNameToCheck, int numTopics, int numPartitions, int numExpectedMsgs, int numBatches, boolean verifyKeys, boolean keysInOrder, boolean allowDuplicateKeys, boolean isTracingEnabled, boolean printProgress, java.lang.String groupId, java.lang.String clientId, boolean topicSubscriptions)
-
-