Uses of Class
io.kareldb.kafka.KafkaSchema.Action
-
Packages that use KafkaSchema.Action Package Description io.kareldb.kafka -
-
Uses of KafkaSchema.Action in io.kareldb.kafka
Methods in io.kareldb.kafka that return KafkaSchema.Action Modifier and Type Method Description KafkaSchema.Action
KafkaSchemaValue. getAction()
static KafkaSchema.Action
KafkaSchema.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static KafkaSchema.Action[]
KafkaSchema.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.kareldb.kafka with parameters of type KafkaSchema.Action Constructor Description KafkaSchemaValue(String tableName, Integer version, String schema, KafkaSchema.Action action, Integer epoch)
-