Package com.linkedin.venice.schema.vson
Class VsonSchema
java.lang.Object
com.linkedin.venice.schema.vson.VsonSchema
- All Implemented Interfaces:
Serializable
Deprecated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.static StringDeprecated.getType()Deprecated.inthashCode()Deprecated.Deprecated.static VsonSchemaDeprecated.projectionType(String... properties) Deprecated.Get the type created by selecting only a subset of properties from this type.recordSubtype(String field) Deprecated.toString()Deprecated.voidvalidate()Deprecated.
-
Constructor Details
-
VsonSchema
Deprecated.
-
-
Method Details
-
parse
Deprecated. -
projectionType
Deprecated.Get the type created by selecting only a subset of properties from this type. The type must be a map for this to work- Parameters:
properties- The properties to select- Returns:
- The new type definition
-
listSubtype
Deprecated. -
recordSubtype
Deprecated. -
getType
Deprecated. -
toString
Deprecated. -
format
Deprecated. -
validate
public void validate()Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-