Class SchemaInfoUtil


  • public class SchemaInfoUtil
    extends java.lang.Object
    Class helping to initialize schemas.
    • Constructor Summary

      Constructors 
      Constructor Description
      SchemaInfoUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.pulsar.common.schema.SchemaInfo newSchemaInfo​(java.lang.String name, org.apache.pulsar.common.protocol.schema.GetSchemaResponse schema)  
      static org.apache.pulsar.common.schema.SchemaInfo newSchemaInfo​(java.lang.String name, org.apache.pulsar.common.protocol.schema.SchemaData data)  
      static org.apache.pulsar.common.schema.SchemaInfo newSchemaInfo​(org.apache.pulsar.common.api.proto.Schema schema)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemaInfoUtil

        public SchemaInfoUtil()
    • Method Detail

      • newSchemaInfo

        public static org.apache.pulsar.common.schema.SchemaInfo newSchemaInfo​(java.lang.String name,
                                                                               org.apache.pulsar.common.protocol.schema.SchemaData data)
      • newSchemaInfo

        public static org.apache.pulsar.common.schema.SchemaInfo newSchemaInfo​(org.apache.pulsar.common.api.proto.Schema schema)
      • newSchemaInfo

        public static org.apache.pulsar.common.schema.SchemaInfo newSchemaInfo​(java.lang.String name,
                                                                               org.apache.pulsar.common.protocol.schema.GetSchemaResponse schema)