Class SchemaAndToString
java.lang.Object
com.linkedin.venice.client.schema.SchemaAndToString
Used to cache the toString of a given schema, since it is expensive to compute.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SchemaAndToString
public SchemaAndToString(org.apache.avro.Schema schema)
-
-
Method Details
-
getSchema
public org.apache.avro.Schema getSchema() -
getToString
-