Uses of Class
voldemort.serialization.avro.versioned.SchemaEvolutionValidator.Message

Packages that use SchemaEvolutionValidator.Message
voldemort.serialization.avro.versioned   
 

Uses of SchemaEvolutionValidator.Message in voldemort.serialization.avro.versioned
 

Methods in voldemort.serialization.avro.versioned that return types with arguments of type SchemaEvolutionValidator.Message
static java.util.List<SchemaEvolutionValidator.Message> SchemaEvolutionValidator.checkBackwardCompatability(org.apache.avro.Schema oldSchema, org.apache.avro.Schema newSchema, java.lang.String name)
          Compare two schemas to see if they are backward compatible.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu