Class SchemaRegistryValue

java.lang.Object
io.confluent.kafka.schemaregistry.storage.SchemaRegistryValue
Direct Known Subclasses:
ContextValue, SubjectValue

public abstract class SchemaRegistryValue extends Object
  • Field Details

    • offset

      protected Long offset
    • timestamp

      protected Long timestamp
  • Constructor Details

    • SchemaRegistryValue

      public SchemaRegistryValue()
  • Method Details

    • getOffset

      public Long getOffset()
    • setOffset

      public void setOffset(Long offset)
    • getTimestamp

      public Long getTimestamp()
    • setTimestamp

      public void setTimestamp(Long timestamp)