Class SchemaHash
java.lang.Object
org.apache.pulsar.common.protocol.schema.SchemaHash
Schema hash wrapper with a HashCode inner type.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]asBytes()static SchemaHashempty()static SchemaHashof(byte[] schemaBytes, org.apache.pulsar.common.schema.SchemaType schemaType) static SchemaHashof(org.apache.pulsar.client.api.Schema schema) static SchemaHashof(SchemaData schemaData) static SchemaHashof(org.apache.pulsar.common.schema.SchemaInfo schemaInfo)
-
Method Details
-
of
-
of
-
of
-
empty
-
of
public static SchemaHash of(byte[] schemaBytes, org.apache.pulsar.common.schema.SchemaType schemaType) -
asBytes
public byte[] asBytes()
-