Package com.linkedin.venice.utils
Class KeyAndValueSchemas
- java.lang.Object
-
- com.linkedin.venice.utils.KeyAndValueSchemas
-
public class KeyAndValueSchemas extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description KeyAndValueSchemas(org.apache.avro.Schema keyAndValueNestedInsideRecord)
KeyAndValueSchemas(org.apache.avro.Schema key, org.apache.avro.Schema value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.avro.Schema
getKey()
org.apache.avro.Schema
getValue()
-