Package com.linkedin.venice
Class TopicMessageFinder
java.lang.Object
com.linkedin.venice.TopicMessageFinder
This class is used to find messages for a given key from a specified topic.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
find
(ControllerClient controllerClient, PubSubConsumerAdapter consumer, String topic, String keyString, long startTimestampEpochMs, long endTimestampEpochMs, long progressInterval) static byte[]
serializeKey
(String keyString, String keySchemaStr)
-
Constructor Details
-
TopicMessageFinder
public TopicMessageFinder()
-
-
Method Details
-
find
public static long find(ControllerClient controllerClient, PubSubConsumerAdapter consumer, String topic, String keyString, long startTimestampEpochMs, long endTimestampEpochMs, long progressInterval) -
serializeKey
-