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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.static String
Deprecated.getType()
Deprecated.int
hashCode()
Deprecated.Deprecated.static VsonSchema
Deprecated.projectionType
(String... properties) Deprecated.Get the type created by selecting only a subset of properties from this type.recordSubtype
(String field) Deprecated.toString()
Deprecated.void
validate()
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.
-