Package com.linkedin.venice.schema
package com.linkedin.venice.schema
-
ClassDescriptionThis is an abstract class which represents a generic class associating a generated schema id with it's corresponding value schema idIn Venice, some schemas are generated, by deriving them from value schemas.Try to adapt the to the .This class is used to store all the schemas related to a given store: 1.
SchemaEntry
is composed of a schema and its corresponding id.This interface is considered as an internal interface to Venice codebase.