Uses of Class
org.apache.pulsar.common.protocol.schema.SchemaHash
Packages that use SchemaHash
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Classes to work with schemas.
-
Uses of SchemaHash in org.apache.pulsar.client.impl.schema
Methods in org.apache.pulsar.client.impl.schema that return SchemaHashModifier and TypeMethodDescriptionSchemaInfoImpl.getSchemaHash()Calculate the SchemaHash for compatible with `@NoArgsConstructor`. -
Uses of SchemaHash in org.apache.pulsar.common.protocol.schema
Methods in org.apache.pulsar.common.protocol.schema that return SchemaHashModifier and TypeMethodDescriptionstatic SchemaHashSchemaHash.empty()static SchemaHashSchemaHash.of(byte[] schemaBytes, org.apache.pulsar.common.schema.SchemaType schemaType) static SchemaHashSchemaHash.of(org.apache.pulsar.client.api.Schema schema) static SchemaHashSchemaHash.of(SchemaData schemaData) static SchemaHashSchemaHash.of(org.apache.pulsar.common.schema.SchemaInfo schemaInfo)