Class SchemaAndToString
- java.lang.Object
-
- com.linkedin.venice.client.schema.SchemaAndToString
-
public class SchemaAndToString extends java.lang.ObjectUsed to cache the toString of a given schema, since it is expensive to compute.
-
-
Constructor Summary
Constructors Constructor Description SchemaAndToString(org.apache.avro.Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.avro.SchemagetSchema()java.lang.StringgetToString()
-