Class SchemaIdRange

java.lang.Object
io.confluent.kafka.schemaregistry.id.SchemaIdRange

public class SchemaIdRange extends Object
A range of schema IDs, from the first available ID to the inclusive upper bound.
  • Constructor Details

    • SchemaIdRange

      public SchemaIdRange(int base, int end)
  • Method Details

    • base

      public int base()
    • end

      public int end()