Class BookkeeperSchemaStorageFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NotNull org.apache.pulsar.common.protocol.schema.SchemaStorage create​(PulsarService pulsar, org.apache.zookeeper.ZooKeeper zooKeeper)  
      • Methods inherited from class java.lang.Object

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

      • BookkeeperSchemaStorageFactory

        public BookkeeperSchemaStorageFactory()
    • Method Detail

      • create

        @NotNull
        public @NotNull org.apache.pulsar.common.protocol.schema.SchemaStorage create​(PulsarService pulsar,
                                                                                      org.apache.zookeeper.ZooKeeper zooKeeper)
        Specified by:
        create in interface SchemaStorageFactory