Class SchemaIdRange
java.lang.Object
io.confluent.kafka.schemaregistry.id.SchemaIdRange
A range of schema IDs, from the first available ID to the inclusive upper bound.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SchemaIdRange
public SchemaIdRange(int base, int end)
-
-
Method Details
-
base
public int base() -
end
public int end()
-