Uses of Class
org.apache.pulsar.common.protocol.schema.SchemaHash
-
Packages that use SchemaHash Package Description org.apache.pulsar.client.impl.schema Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.common.protocol.schema 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 SchemaHash Modifier and Type Method Description SchemaHashSchemaInfoImpl. 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 SchemaHash Modifier and Type Method Description static 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)
-