Package io.deephaven.kafka.ingest
Class KafkaStreamPublisher.Parameters
java.lang.Object
io.deephaven.kafka.ingest.KafkaStreamPublisher.Parameters
- Enclosing class:
- KafkaStreamPublisher
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
int
int
int
int
int
int
@NotNull TableDefinition
int
int
-
Method Details
-
getTableDefinition
-
getKafkaPartitionColumnIndex
public int getKafkaPartitionColumnIndex() -
getOffsetColumnIndex
public int getOffsetColumnIndex() -
getTimestampColumnIndex
public int getTimestampColumnIndex() -
getKeyProcessor
-
getValueProcessor
-
getSimpleKeyColumnIndex
public int getSimpleKeyColumnIndex() -
getSimpleValueColumnIndex
public int getSimpleValueColumnIndex() -
getReceiveTimeColumnIndex
public int getReceiveTimeColumnIndex() -
getKeyBytesColumnIndex
public int getKeyBytesColumnIndex() -
getValueBytesColumnIndex
public int getValueBytesColumnIndex() -
getKeyToChunkObjectMapper
-
getValueToChunkObjectMapper
-
builder
-