Class SchemaHash


  • public class SchemaHash
    extends java.lang.Object
    Schema hash wrapper with a HashCode inner type.
    • Method Detail

      • of

        public static SchemaHash of​(org.apache.pulsar.client.api.Schema schema)
      • of

        public static SchemaHash of​(org.apache.pulsar.common.schema.SchemaInfo schemaInfo)
      • of

        public static SchemaHash of​(byte[] schemaBytes,
                                    org.apache.pulsar.common.schema.SchemaType schemaType)
      • asBytes

        public byte[] asBytes()