Class StoredSchema
- java.lang.Object
-
- org.apache.pulsar.common.protocol.schema.StoredSchema
-
public class StoredSchema extends java.lang.ObjectStored schema with version.
-
-
Field Summary
Fields Modifier and Type Field Description byte[]dataSchemaVersionversion
-
Constructor Summary
Constructors Constructor Description StoredSchema(byte[] data, SchemaVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
data
public final byte[] data
-
version
public final SchemaVersion version
-
-
Constructor Detail
-
StoredSchema
public StoredSchema(byte[] data, SchemaVersion version)
-
-