public class KafkaTuple extends Values
A list of Values in a tuple that can be routed to a given stream. RecordTranslator.apply(org.apache.kafka.clients.consumer.ConsumerRecord<K, V>)
modCount
Constructor and Description |
---|
KafkaTuple() |
KafkaTuple(Object... vals) |
Modifier and Type | Method and Description |
---|---|
String |
getStream() |
KafkaTuple |
routedTo(String stream) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public KafkaTuple()
public KafkaTuple(Object... vals)
public KafkaTuple routedTo(String stream)
public String getStream()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.