public static class KafkaConsumerNode.ENUM_KAFKACONSUMER_INITIALOFFSET
extends java.lang.Object
ENUM_KAFKACONSUMER_INITIALOFFSET.earliest = earliest ENUM_KAFKACONSUMER_INITIALOFFSET.latest = latest
Modifier and Type | Field and Description |
---|---|
static KafkaConsumerNode.ENUM_KAFKACONSUMER_INITIALOFFSET |
earliest |
static KafkaConsumerNode.ENUM_KAFKACONSUMER_INITIALOFFSET |
latest |
static java.lang.String[] |
values |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final KafkaConsumerNode.ENUM_KAFKACONSUMER_INITIALOFFSET earliest
public static final KafkaConsumerNode.ENUM_KAFKACONSUMER_INITIALOFFSET latest
public static java.lang.String[] values